From acf0eb52ad7ca4d1af9a54c67973f142e96d2764 Mon Sep 17 00:00:00 2001 From: Thiago Macieira Date: Wed, 29 Jul 2009 13:46:23 +0200 Subject: Getting ready for D-Bus 1.3 --- AUTHORS | 125 +++++++++++++++++++++++++++++++++++++--------------------------- HACKING | 9 ++--- NEWS | 9 +++++ 3 files changed, 86 insertions(+), 57 deletions(-) diff --git a/AUTHORS b/AUTHORS index f295d6f1..dd580208 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,64 +1,83 @@ -Olivier Andrieu -Jonas B -Waldo Bastian -Daniel P. Berrange -Philip Blundell -Ross Burton -Carlos Garcia Campos +Alexander Larsson +Anders Carlsson +Artem Bityutskiy +Benjamin Reed +Benjamin Reed Brian Cameron -Anders Carlsson +Christian Persch (GNOME) +Colin Walters +Colin Walters +Daniel P. Berrange +Daniel Reed +David Zeuthen +Dennis Kaarsemaker +Diego E. 'Flameeyes' Pettenò +Eamon Walsh +Federico Mena Quintero Frederic Crozat -Christian Ehrlicher +Grzegorz Dąbrowski Harald Fernengel -Owen Fraser-Green -Peter O'Gorman +Harri Porten +Hasso Tepper +Havoc Pennington +Havoc Pennington +Havoc Pennington +James Carter +James Willcox Jens Granseuer -Ralf Habacker -Mikael Hallendal +Jérémie Dimino +Joe Marcus Clarke +Joe Shaw +Johan Gyllenspetz +John (J5) Palmieri +Jon Gosting +Jon Trowbridge Kimmo Hämäläinen -Magnus Henoch +Kjartan Maraas Kristian Høgsberg -Iain Holmes +Kristian Rietveld +Kurt Miller +Lawrence R. Steeger +Lennart Poettering +Lionel Landwerlin +Marc Brockschmidt +Marc Mutz +Mark McLoughlin +Matthias Clasen +Matt McCutchen +Michael Meeks +Michael Meeks +Mikael Hallendal +Mikael Hallendal +Miloslav Trmac +Murray Cumming +Olivier Andrieu +Oswald Buddenhagen +Owen Fraser-Green +Paul Bolle +Peter Breitenlohner +Peter McCurdy +Philip Blundell +Ralf Habacker +Ray Strode Richard Hughes Richard Hult -Peter Kuemmel -Alex Larsson -Bernard Leak -Tor Lillqvist -Ryan Lortie -Andrea Luzzardi -Marcelo Ricardo Leitner -Thiago Macieira -Kjartan Maraas -Mark McLoughlin +Richard Hult Robert McQueen -Michael Meeks -Dave Meikle -Rodrigo Moya +Ross Burton +Ryan Lortie +Scott James Remnant +Scott James Remnant Seth Nickell -Benjamin Otte -John (J5) Palmieri -Tom Parker -Havoc Pennington -Frederic Peters -Andras Porjesz -Harri Porten -Marco Pracucci -Timothy Redaelli -Benjamin Reed -Daniel Reed -Matthew Rickard -Kristian Rietveld -Zack Rusin -Olli Salli -Joe Shaw -Kay Sievers +Simon McVittie Sjoerd Simons -Ray Strode -Alp Toker -Jon Trowbridge -Miloslav Trmac -Julio M. Merino Vidal -Colin Walters -James Willcox -David Zeuthen +Thiago Macieira +Tim Dijkstra +Tobias Mueller +Tomas Hoger +Tor Lillqvist +Waldo Bastian +William Lachance +Will Thompson +Xan Lopez +Zack Rusin diff --git a/HACKING b/HACKING index 3a981ae2..5dfb1d7d 100644 --- a/HACKING +++ b/HACKING @@ -173,7 +173,8 @@ To make a release of D-Bus, do the following: - tag the tree with "git tag -s -m 'Released X.Y.Z' dbus-X.Y.Z" where X.Y.Z is the version of the release. If you can't sign - then simply created an unannotated tag: "git tag dbus-X.Y.Z". + then simply created an unsigned annotated tag: + "git tag -a -m 'Released X.Y.Z' dbus-X.Y.Z". - bump the version number up in configure.in, and commit it. Make sure you do this *after* tagging the previous @@ -187,9 +188,9 @@ To make a release of D-Bus, do the following: - push your changes and the tag to the central repository with git push origin master dbus-X.Y dbus-X.Y.Z - - scp your tarball to freedesktop.org server and copy it - to /srv/dbus.freedesktop.org/www/releases/dbus. This should - be possible if you're in group "dbus" + - scp your tarball to freedesktop.org server and copy it to + dbus.freedesktop.org:/srv/dbus.freedesktop.org/www/releases/dbus/dbus-X.Y.Z.tar.gz. + This should be possible if you're in group "dbus" - update the wiki page http://www.freedesktop.org/Software/dbus by adding the new release under the Download heading. Then, cut the diff --git a/NEWS b/NEWS index e69de29b..107b8b17 100644 --- a/NEWS +++ b/NEWS @@ -0,0 +1,9 @@ +D-Bus 1.3.0 (29 July 2009) +== + - ability for dbus-send to send to any bus (--address) + - file descriptor passing on Unix socket transports + - use of GCC atomic intrinsics for better processor support + (requires -march=i486 or above for x86 compilation) + - thread-safe FD_CLOEXEC setting on recent Linux kernels (2.6.24-27 and up) + and glibc (2.9 for pipe2 and 2.10 for accept4) + - feature negotiation in the bus daemon -- cgit v1.2.3