[pulseaudio-commits] 3 commits - NEWS configure.ac po/POTFILES.in

David Henningsson diwic at kemper.freedesktop.org
Fri Nov 21 06:28:38 PST 2014


 NEWS           |   61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 configure.ac   |    2 -
 po/POTFILES.in |    1 
 3 files changed, 63 insertions(+), 1 deletion(-)

New commits:
commit 457ab20f15c42c8104c8630c9a6fa0bcf1f0029a
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Fri Nov 21 14:36:36 2014 +0100

    po: add pulseaudio.service.in to POTFILES.in
    
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

diff --git a/po/POTFILES.in b/po/POTFILES.in
index cd32a7c..0903741 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -6,6 +6,7 @@ src/daemon/dumpmodules.c
 src/daemon/ltdl-bind-now.c
 src/daemon/main.c
 src/daemon/pulseaudio.desktop.in
+src/daemon/systemd/user/pulseaudio.service.in
 src/modules/alsa/alsa-mixer.c
 src/modules/alsa/alsa-sink.c
 src/modules/alsa/alsa-source.c

commit b4e8896dd140ad7662f43a344faf3a7ccfbd7fd8
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Fri Nov 21 13:33:30 2014 +0100

    NEWS: Write entry for 6.0
    
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

diff --git a/NEWS b/NEWS
index 782af5d..a86a33d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,64 @@
+PulseAudio 6.0
+
+Changes at a glance:
+
+  * Bluez 5 HSP (headset profile) support, both with and without oFono
+  * SystemD socket activation support
+  * Better support for multichannel and 2.1 profiles
+  * Protocol optimisations
+  * Zsh shell completion support
+  * Remap optimisations
+  * Lots of other enhancements, bug fixes, and documenation and i18n updates
+
+Detailed change log:
+
+  http://www.freedesktop.org/wiki/Software/PulseAudio/Notes/6.0
+
+Contributors:
+
+  Alexander Couzens
+  Alexander E. Patrakov
+  Alexander Kurtz
+  Alexander Potashev
+  Andrey Semashev
+  Arun Raghavan
+  Bradley Broom
+  Colin Guthrie
+  David Henningsson
+  Dimitris Spingos
+  Dušan Kazik
+  Evan Nemerson
+  Felipe Sateler
+  Hemanth Meenakshisundaram
+  Hui Wang
+  James Bunton
+  Javier Jardón
+  João Paulo Rechi Vita
+  Joe Marcus Clarke
+  Juho Hämäläinen
+  Luiz Augusto von Dentz
+  Lukas Peleska
+  Lukasz Marek
+  Mauro Guerrera
+  Michał Górny
+  Niels Ole Salscheider
+  Pali Rohár
+  Parin Porecha
+  Pete Beardmore
+  Peter Meerwald
+  Peter Ujfalusi
+  Pierre Ossman
+  poljar (Damir Jelić)
+  Rafael Ferreira
+  Rex Dieter
+  Ricardo Salveti de Araujo
+  Sajeesh Sidharthan
+  Sjoerd Simons
+  Tanu Kaskinen
+  Wim Taymans
+  Yuri Chornoivan
+
+
 PulseAudio 5.0
 
 Changes at a glance:

commit a68d7e2236c780df6b297269515d1be3a87625ba
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Fri Nov 21 13:27:31 2014 +0100

    configure: Bump sonames
    
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

diff --git a/configure.ac b/configure.ac
index edf3273..433236b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,7 +45,7 @@ AC_SUBST(PA_PROTOCOL_VERSION, 30)
 
 # The stable ABI for client applications, for the version info x:y:z
 # always will hold y=z
-AC_SUBST(LIBPULSE_VERSION_INFO, [17:3:17])
+AC_SUBST(LIBPULSE_VERSION_INFO, [18:0:18])
 
 # A simplified, synchronous, ABI-stable interface for client
 # applications, for the version info x:y:z always will hold y=z



More information about the pulseaudio-commits mailing list