dbus ChangeLog,1.929,1.930 configure.in,1.139,1.140

John Palmieri johnp at freedesktop.org
Tue Nov 22 12:42:52 PST 2005


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

Modified Files:
	ChangeLog configure.in 
Log Message:
* configure.in:
- Change version to 0.60 for impending release
- upped the sonames because of ABI and API breakage
		


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.929
retrieving revision 1.930
diff -u -d -r1.929 -r1.930
--- ChangeLog	22 Nov 2005 20:37:00 -0000	1.929
+++ ChangeLog	22 Nov 2005 20:42:49 -0000	1.930
@@ -1,5 +1,11 @@
 2005-11-22  John (J5) Palmieri  <johnp at redhat.com>
 
+	* configure.in:
+	- Change version to 0.60 for impending release
+	- upped the sonames because of ABI and API breakage
+
+2005-11-22  John (J5) Palmieri  <johnp at redhat.com>
+
 	* configure.in: Add test/name-test/Makefile to the generated
 	Makefile list
 

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -d -r1.139 -r1.140
--- configure.in	22 Nov 2005 20:37:00 -0000	1.139
+++ configure.in	22 Nov 2005 20:42:49 -0000	1.140
@@ -3,7 +3,7 @@
 
 AC_INIT(dbus/dbus.h)
 
-AM_INIT_AUTOMAKE(dbus, 0.51)
+AM_INIT_AUTOMAKE(dbus, 0.60)
 
 AM_CONFIG_HEADER(config.h)
 
@@ -25,7 +25,7 @@
 #
 
 ## increment if the interface has additions, changes, removals.
-LT_CURRENT=1
+LT_CURRENT=2
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT



More information about the dbus-commit mailing list