diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2008-01-15 19:52:40 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2008-01-15 19:52:40 -0500 |
commit | e42caf6a3494e7a679e1019d0d5c6d898c7327b0 (patch) | |
tree | 925b2debb048c2bfb3a8979e1882a02c9e9ff902 /NEWS | |
parent | fae808d6feb09d7e56d719448ca04a1f8f2d265e (diff) | |
download | dbus-e42caf6a3494e7a679e1019d0d5c6d898c7327b0.tar.gz |
Released 1.1.3 (1.2.0RC1)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 30 |
1 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,33 @@ +D-Bus 1.1.3 - 1.2.0RC1 (15 January 2007) +== + +- This release is intended to be Release Candidate 1 of major release + D-Bus 1.2.0. If nothing is found to be wrong with this release it + will become 1.2.0 within a week. If we need to make major changes + we will release an RC2 and start the process over again. + +- This is a development release, so API's may still change if problems + are found (though this is extreamly unlikely). + +- DTD for the introspection format is fixed and uploaded to the servers + +- Sources now reside in a git repository at + http://gitweb.freedesktop.org/?p=dbus/dbus.git;a=summary + +- Argument path matching of the type arg0path='/aa/bb/' is now supported + (see the specification for more information) + +- New error org.freedesktop.DBus.Error.ObjectPathInUse added + +- Autolaunched busses now save their parameters in X11 if possible making them + behave closer to busses launched through the normal mechanisms + +- inotify is now the default backend for watching configuration file changes + +- More support for the AIX platform has been added + +- Numerous bug fixes and performance enhancements + D-Bus 1.1.2 (27 July 2007) == |