bakery r98 - trunk



Author: murrayc
Date: Sun Jan 13 19:14:24 2008
New Revision: 98
URL: http://svn.gnome.org/viewvc/bakery?rev=98&view=rev

Log:
Increased version

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

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Jan 13 19:14:24 2008
@@ -1,3 +1,15 @@
+2.4.4:
+
+* Document: Added load_from_data().
+* App_WithDoc: Added open_document_from_data().
+  These can be used when the document's data is not received via 
+  a URI. For instance, over the network via a special protocol.
+  (Murray Cumming)
+* Build: Don't require gnome-vfs on Windows (for the MIME type), 
+  to simplify the build, and make some other fixes for the Windows 
+  build.
+  (Armin Burgmeier)
+
 2.4.3:
 
 * Fix the build when deprecated API is disabled in gtkmm.

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Jan 13 19:14:24 2008
@@ -15,7 +15,7 @@
 #release versioning
 GENERIC_MAJOR_VERSION=2
 GENERIC_MINOR_VERSION=4
-GENERIC_MICRO_VERSION=3
+GENERIC_MICRO_VERSION=4
 
 #shared library versioning
 GENERIC_LIBRARY_VERSION=1:0:0



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