beagle r4901 - trunk/libbeagle



Author: dbera
Date: Mon Jan 26 22:20:12 2009
New Revision: 4901
URL: http://svn.gnome.org/viewvc/beagle?rev=4901&view=rev

Log:
Update for 0.3.9


Modified:
   trunk/libbeagle/ChangeLog
   trunk/libbeagle/NEWS
   trunk/libbeagle/configure.in

Modified: trunk/libbeagle/NEWS
==============================================================================
--- trunk/libbeagle/NEWS	(original)
+++ trunk/libbeagle/NEWS	Mon Jan 26 22:20:12 2009
@@ -1,3 +1,19 @@
+Version 0.3.9
+26 January 2009
+
+* Add version information to the python bindings: beagle.__version__ for package and beagle.__lib_version__ for library version.
+
+* Reduce the number of connetion attempts to 10. Closes #531684.
+
+* Remove warnings with -Wstrict-prototypes.
+
+Contributors to this release: Debajyoti Bera, Arun Raghavan
+
+Full set of changes:
+http://svn.gnome.org/viewvc/beagle/tags/BEAGLE_0_3_9/libbeagle/ChangeLog?view=markup
+
+------------------------------------------
+
 Version 0.3.5
 7 April 2008
 

Modified: trunk/libbeagle/configure.in
==============================================================================
--- trunk/libbeagle/configure.in	(original)
+++ trunk/libbeagle/configure.in	Mon Jan 26 22:20:12 2009
@@ -4,7 +4,7 @@
 
 AC_INIT(beagle/beagle.h)
 AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(libbeagle, 0.3.5.1)
+AM_INIT_AUTOMAKE(libbeagle, 0.3.9)
 
 ########################################################################
 
@@ -42,7 +42,7 @@
 dnl Update when changing implementation of current API,
 dnl reset to 0 when changing CURRENT.  This is the revision of
 dnl current API version
-LIBBEAGLE_REVISION=2
+LIBBEAGLE_REVISION=3
 
 dnl Increase if API change is ABI compatible, otherwise reset to 0
 LIBBEAGLE_AGE=0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]