dbus ChangeLog, 1.662, 1.663 HACKING, 1.10, 1.11 configure.in, 1.104, 1.105

Joe Shaw joe@freedesktop.org
Fri Jan 28 09:04:37 PST 2005


Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv3968

Modified Files:
	ChangeLog HACKING configure.in 
Log Message:
2005-01-28  Joe Shaw  <joeshaw@novell.com>

	* configure.in: Bump version up to 0.30.

	* HACKING: Add a release item to bump the version number up after 
	a release.

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.662
retrieving revision 1.663
diff -u -d -r1.662 -r1.663
--- ChangeLog	28 Jan 2005 05:30:53 -0000	1.662
+++ ChangeLog	28 Jan 2005 17:04:35 -0000	1.663
@@ -1,3 +1,10 @@
+2005-01-28  Joe Shaw  <joeshaw@novell.com>
+
+	* configure.in: Bump version up to 0.30.
+
+	* HACKING: Add a release item to bump the version number up after 
+	a release.
+
 2005-01-28  Havoc Pennington  <hp@redhat.com>
 
 	* doc/dbus-specification.xml: update to describe 16-bit types and

Index: HACKING
===================================================================
RCS file: /cvs/dbus/dbus/HACKING,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- HACKING	15 Jan 2005 07:15:38 -0000	1.10
+++ HACKING	28 Jan 2005 17:04:35 -0000	1.11
@@ -90,6 +90,10 @@
  - once the commit succeeds, "cvs tag DBUS_X_Y_Z" where 
    X_Y_Z map to version X.Y.Z
 
+ - bump the version number up in configure.in, and commit
+   it.  Make sure you do this *after* tagging the previous
+   release!
+
  - scp your tarball to freedesktop.org server and copy it 
    to /srv/dbus.freedesktop.org/releases. This should 
    be possible if you're in group "dbus"
@@ -104,7 +108,7 @@
    items must be indented three more spaces to conform to the
    formatting of the other releases there.
   
- - post to dbus@freedesktop.org announcing the release.
+ - post to dbus@lists.freedesktop.org announcing the release.
  
 
 Environment variables

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -d -r1.104 -r1.105
--- configure.in	28 Jan 2005 03:06:55 -0000	1.104
+++ configure.in	28 Jan 2005 17:04:35 -0000	1.105
@@ -3,7 +3,7 @@
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.23)
+AM_INIT_AUTOMAKE(dbus, 0.30)
 
 AM_CONFIG_HEADER(config.h)
 



More information about the dbus-commit mailing list