]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
1.8.2 dbus-1.8.2
authorSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 30 Apr 2014 19:14:51 +0000 (20:14 +0100)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Wed, 30 Apr 2014 19:14:51 +0000 (20:14 +0100)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 2b1234ed54a5f2127289092542872feae9521ff7..1ed70b3f37a41afd7d371ac45694894eb7c2536b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
-D-Bus 1.8.2 (UNRELEASED)
+D-Bus 1.8.2 (2014-04-30)
 ==
 
+The “nobody wants red” release.
+
 Enhancements:
 
 • in the CMake build system, add some hints for Linux users cross-compiling
@@ -21,6 +23,9 @@ Fixes:
 • on Windows, allow up to 8K connections to the dbus-daemon, instead of the
   previous 64 (fd.o #71297; Cristian Onet, Ralf Habacker)
 
+• cope with \r\n newlines in regression tests, since on Windows,
+  dbus-daemon.exe uses text mode (fd.o #75863, Руслан Ижбулатов)
+
 D-Bus 1.8.0 (2014-01-20)
 ==
 
index 1ac18853e416c10330e3487f3ba6c67dbf54e83a..eccdd30f676b33d0aae4d9801a6d87b36aaf602d 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [8])
-m4_define([dbus_micro_version], [1])
+m4_define([dbus_micro_version], [2])
 m4_define([dbus_version],
           [dbus_major_version.dbus_minor_version.dbus_micro_version])
 AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
@@ -37,7 +37,7 @@ LT_CURRENT=11
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
-LT_REVISION=3
+LT_REVISION=4
 
 ## increment if any interfaces have been added; set to 0
 ## if any interfaces have been changed or removed. removal has