summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2008-04-04 15:24:46 -0400
committerJohn (J5) Palmieri <johnp@redhat.com>2008-04-04 15:24:46 -0400
commitef96f66e3b93000bdee8b26ced2fa051b159abe4 (patch)
tree43c78ab6a8100c08553dd2f39496019a9045bf18
parent00ac996ec0764def1270edb18bc3bfac923c2dce (diff)
Released 1.2.1dbus-1.2.1
-rw-r--r--ChangeLog4
-rw-r--r--NEWS21
2 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 909fa510..b2204480 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-04 John (J5) Palmieri <johnp@redhat.com>
+
+ * Released 1.2.1
+
2008-04-03 John (J5) Palmieri <johnp@redhat.com>
Patch from Sumit <sumitskj_20@yahoo.com>, comments added
diff --git a/NEWS b/NEWS
index b5f2d3ca..d9898f8e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+D-Bus 1.2.1 (04 April)
+==
+- Due to issues putting the re-licensing effort on hold indefinitely, it has
+ been decided to move to 1.2.x versioning scheme. Being that 1.1.20 is
+ considered to also be 1.2.0 and this being the second release in the 1.2.x
+ stable series we have versioned this release 1.2.1. This release contains a
+ number of bug fixes identified after 1.1.20.
+- compiles under some older versions of glibc
+- compiles without X support once again
+- fix stuck server grab if dbus-launch is run in an existing D-Bus X session
+- various Mac OSX build fixes added
+- don't use the broken poll call on Mac OSX
+- better checks for linker flag support should allow D-Bus to link under
+ various linkers
+- exit_on_disconnect is set after the connection registers with a bus so we
+ don't exit if we get a disconnect during the handshake
+- dicts now work correctly with dbus-send
+- inotify backend is now less aggressive
+- pending calls expire correctly
+- memleak of uuid when the bus is autolaunched fixed
+
D-Bus 1.1.20 - "Conisten Water" (27 Febuary)
==