[systemd-devel] [ANNOUNCE] systemd v41

Jan Engelhardt jengelh at medozas.de
Wed Feb 8 19:43:38 PST 2012


On Thursday 2012-02-09 03:44, Lennart Poettering wrote:

>Heya,
>
>http://www.freedesktop.org/software/systemd/systemd-41.tar.xz

Can I propose that the version number in AC_INIT and supplementary
documentation like NEWS is not bumped until the release is actually
made, and that the commit that does finally change the numbers is
also the one getting tagged? (Background: Freshly pulled v41, and
`git log` does not give any indication where v41 actually began, so
that one has to use git-describe, gitk or something with tag display.
The proposed scheme follows the linux kernel and uncountably other
projects.)

[example]
tag v3.12
commit cc0f74eab44c5494afc1ed026fe45d95ca561ceb
diff --git a/configure.ac b/configure.ac
index 51cc738..249744e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,3 @@
-AC_INIT([libHX], [3.11])
+AC_INIT([libHX], [3.12])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/doc/changelog.txt b/doc/changelog.txt
index a7d6b5f..0e823a5 100644
--- a/doc/changelog.txt
+++ b/doc/changelog.txt
@@ -3,4 +3,8 @@
 HEAD
 ====
+
+
+v3.12 (2010-12-03)
+==================
 Fixes:
 - defs: resolve warning for users of const_cast*() when using -Wextra



More information about the systemd-devel mailing list