From: Simon McVittie Date: Thu, 17 Feb 2011 18:21:25 +0000 (+0000) Subject: Prepare version 1.4.4 X-Git-Tag: dbus-1.4.4^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56623cbde7c1a67a6817e12364700d8470cf9b5d;p=thirdparty%2Fdbus.git Prepare version 1.4.4 --- diff --git a/AUTHORS b/AUTHORS index c8fd0cc5e..4a7cbef4c 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,5 +1,7 @@ +Alban Crequy Alexander Larsson Anders Carlsson +Andre Heinecke Artem Bityutskiy Aurelien Jarno Benjamin Reed @@ -7,12 +9,14 @@ Benjamin Reed Benjamin Reed Brian Cameron Christian Dywan +Christian Dywan Christian Ehrlicher Christian Persch (GNOME) Colin Walters Colin Walters Colin Walters Colin Watson +Cristian Rodríguez Cyril Brulebois Daniel P. Berrange Daniel Reed @@ -44,6 +48,7 @@ Johannes Carlsson John (J5) Palmieri Jon Gosting Jon Trowbridge +Kay Sievers Kimmo Hämäläinen Kjartan Maraas Kristian Høgsberg @@ -64,6 +69,7 @@ Michael Meeks Michael Meeks Mikael Hallendal Mikael Hallendal +Mike McQuaid Miloslav Trmac Murray Cumming Nguyễn Thái Ngọc Duy @@ -72,6 +78,7 @@ Olivier Andrieu Oswald Buddenhagen Owen Fraser-Green Patrick von Reth +Pau Garcia i Quiles Paul Bolle Peter Breitenlohner Peter Kümmel @@ -82,6 +89,7 @@ Ralf Habacker Ralf Habacker Ralf Habacker Ray Strode +Richard A. Hankins Richard Hughes Richard Hult Richard Hult @@ -96,6 +104,7 @@ Sebastian Sauer Seth Nickell Simon McVittie Sjoerd Simons +Sledz Thiago Macieira Tim Dijkstra Tobias Mueller @@ -108,5 +117,7 @@ unknown Waldo Bastian William Lachance Will Thompson +Wulf C. Krueger Xan Lopez +Yaakov Selkowitz Zack Rusin diff --git a/HACKING b/HACKING index 2e417153b..4a561f2bd 100644 --- a/HACKING +++ b/HACKING @@ -152,17 +152,13 @@ To make a release of D-Bus, do the following: - verify that the libtool versioning/library soname is changed if it needs to be, or not changed if not - - update the file NEWS based on the ChangeLog + - update the file NEWS based on the git history - - update the AUTHORS file based on the ChangeLog + - update the AUTHORS file with "make update-authors" if necessary - - add a ChangeLog entry containing the version number - you're releasing ("Released 0.3" or something) - so people can see which changes were before and after - a given release - - - the version number should have major.minor.micro even - if micro is 0, i.e. "1.0.0" and "1.2.0" not "1.0"/"1.2" + - the version number should have major.minor.micro, even + if micro is 0, i.e. "1.0.0" and "1.2.0" not "1.0"/"1.2"; the micro + version should be even for releases, and odd for intermediate snapshots - "make distcheck" (DO NOT just "make dist" - pass the check!) @@ -176,8 +172,8 @@ To make a release of D-Bus, do the following: 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 + - bump the version number up in configure.in (so the micro version is odd), + and commit it. Make sure you do this *after* tagging the previous release! The idea is that git has a newer version number than anything released. @@ -210,29 +206,21 @@ To make a release of D-Bus, do the following: After making a ".0" stable release === -After releasing, when you increment the version number in git, also -move the ChangeLog to ChangeLog.pre-X-Y where X-Y is what you just -released, e.g. ChangeLog.pre-1-0. Then create and cvs add a new empty -ChangeLog. The last entry in ChangeLog.pre-1-0 should be the one about -"Released 1.0". - -Add ChangeLog.pre-X-Y to EXTRA_DIST in Makefile.am. - We create a branch for each stable release; sometimes the branch is not done immediately, instead it's possible to wait until someone has a not-suitable-for-stable change they want to make and then branch to allow committing that change. -The branch name should be dbus-X.Y-branch which is a branch that has +The branch name should be dbus-X.Y which is a branch that has releases versioned X.Y.Z To branch: - git branch dbus-X.Y-branch + git branch dbus-X.Y and upload the branch tag to the server: - git-push origin dbus-X.Y-branch + git push origin dbus-X.Y To develop in this branch: - git-checkout dbus-X.Y-branch + git checkout dbus-X.Y Environment variables === diff --git a/NEWS b/NEWS index c85196c4f..c71f0dabe 100644 --- a/NEWS +++ b/NEWS @@ -13,7 +13,7 @@ D-Bus 1.4.4 (UNRELEASED) • Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262, fd.o #33128, fd.o #33277, fd.o #33126, NB#180486) • Avoid possible symlink attacks in /tmp during compilation (fd.o #32854) - • Tidy up dead code (fd.o #25306, fd.o #33128, NB#180486) + • Tidy up dead code (fd.o #25306, fd.o #33128, fd.o #34292, NB#180486) • Improve gcc malloc annotations (fd.o #32710) • If the system bus is launched via systemd, protect it from the OOM killer • Documentation improvements (fd.o #11190) @@ -21,11 +21,14 @@ D-Bus 1.4.4 (UNRELEASED) fd.o #15922, LP#241619) • Cope with invalid files in session.d, system.d (fd.o #19186, Debian #230231) - • Don't distribute generated files that embed our builddir (fd.o #30285) + • Don't distribute generated files that embed our builddir (fd.o #30285, + fd.o #34292) • Raise the system bus's fd limit to be sufficient for its configuration (fd.o #33474, LP#381063) • Fix syslog string processing • Ignore -Waddress + • Remove broken gcov parsing code and --enable-gcov, and replace them + with lcov HTML reports and --enable-compiler-coverage (fd.o #10887) • Windows: · avoid live-lock in Windows CE due to unfair condition variables • OpenBSD: diff --git a/configure.in b/configure.in index 9485ebb49..bf2c06e0f 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_PREREQ(2.52) m4_define([dbus_major_version], [1]) m4_define([dbus_minor_version], [4]) -m4_define([dbus_micro_version], [3]) +m4_define([dbus_micro_version], [4]) m4_define([dbus_version], [dbus_major_version.dbus_minor_version.dbus_micro_version]) AC_INIT(dbus, [dbus_version]) @@ -41,7 +41,7 @@ LT_CURRENT=8 ## 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