NEWS | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 49 insertions(+), 1 deletion(-)
New commits: commit a3a54bf2e6ad3d4868ec326bee61ee85707ecccd Author: Tanu Kaskinen <[email protected]> Date: Thu Aug 27 19:16:46 2015 +0300 update NEWS for 7.0 diff --git a/NEWS b/NEWS index cd661f8..51bb0de 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,51 @@ +PulseAudio 7.0 + +Changes at a glance: + + * LFE channel synthesis with low-pass filtering + * New libsoxr based resamplers + * Socket activation support for TCP + * The "srbchannel" IPC mechanism enabled by default + * More flexible jack detection support when using UCM + * Exiting due to SIGTERM isn't considered a failure + +Detailed change log: + + http://www.freedesktop.org/wiki/Software/PulseAudio/Notes/7.0 + +Contributors: + + Ahmed S. Darwish + Alexander E. Patrakov + Andrey Semashev + Andrey Zholos + Arun Raghavan + Cédric Valmary + David Henningsson + David Herrmann + Deepak Srivastava + Dušan Kazik + Felipe Sateler + Hui Wang + Jaska Uimonen + Juho Hämäläinen + Manish Sogi + Milo Casagrande + Muhammet Kara + Paul Menzel + Peter Meerwald + Pierre Ossman + René J. V. Bertin + Sagar Nageshmurthy + Shawn Walker + Sukesh Adiga + Takashi Sakamoto + Tanu Kaskinen + Ville Skyttä + Wim Taymans + Yuri Chornoivan + + PulseAudio 6.0 Changes at a glance: commit 8f53a32a8cbe92e4ef88c3f8e30571a0af5688f2 Author: Tanu Kaskinen <[email protected]> Date: Thu Aug 27 19:02:23 2015 +0300 build-sys: bump sonames In this release cycle, libpulse had some internal code changes, but no ABI changes. libpulse-simple and libpulse-mainloop-glib had no changes whatsoever. diff --git a/configure.ac b/configure.ac index e8a2de3..12512fc 100644 --- a/configure.ac +++ b/configure.ac @@ -44,7 +44,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, [18:0:18]) +AC_SUBST(LIBPULSE_VERSION_INFO, [18:1:18]) # A simplified, synchronous, ABI-stable interface for client # applications, for the version info x:y:z always will hold y=z
_______________________________________________ pulseaudio-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits
