[glibmm] Almost ready for 2.27.0 release



commit 6fc5137568e5a940fb79d55a7b8a331bf122e176
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Oct 12 10:03:19 2010 +0200

    Almost ready for 2.27.0 release

 ChangeLog    |    2 ++
 NEWS         |   15 ++++++++++-----
 configure.ac |    2 +-
 3 files changed, 13 insertions(+), 6 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 607ecb5..85f5249 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.0:
+
 2010-09-28  Armin Burgmeier  <armin arbur net>
 
 	* MSVC_Net2005/examples/compose/compose.vcproj:
diff --git a/NEWS b/NEWS
index 7a867d4..42aa943 100644
--- a/NEWS
+++ b/NEWS
@@ -1,16 +1,21 @@
+2.27.0: (unstable):
+
+* Depend on glib 2.27.x.
+* Add Gio:Application.
+
 2.25.5: (unstable):
 
 Gio:
 * Removed Application (removed in glib 2.26)
   This is still in the git master versions.
-* DBusMessage: Added create_from_blob(), set/get_byte_order(), 
-  get_header_fields(), bytes_needed(), to_blob(), to_exception(), get_locked(), 
+* DBusMessage: Added create_from_blob(), set/get_byte_order(),
+  get_header_fields(), bytes_needed(), to_blob(), to_exception(), get_locked(),
   lock() and copy().
 * NetworkAddress: Added get_scheme() and property.
 * Added Proxy, ProxyAddress and ProxyResolver.
 * Settings: Added reset(), list_children(), list_keys().
-  (Murray Cumming)   
-* Added DBusAnnotationInfo, DBusArgInfo, DBusMethodInfo, DBusSignalInfo, 
+  (Murray Cumming)
+* Added DBusAnnotationInfo, DBusArgInfo, DBusMethodInfo, DBusSignalInfo,
   DBusPropertyInfo, DBusInterfaceInfo, and DBusNodeInfo.
 * Added DBusProxy.
 * Added DBus::watch() and DBus::unwatch_name().
@@ -18,7 +23,7 @@ Gio:
   (José Alburquerque)
 
 Glib:
-* Variant: Added get_maybe(), get_size(), get_data(), store(), and 
+* Variant: Added get_maybe(), get_size(), get_data(), store(), and
   get_n_children().
 * Added VariantIter.
   (Murray Cumming)
diff --git a/configure.ac b/configure.ac
index 9ab371a..3cb4d14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
 ## You should have received a copy of the GNU Lesser General Public License
 ## along with this library.  If not, see <http://www.gnu.org/licenses/>.
 
-AC_INIT([glibmm], [2.25.5],
+AC_INIT([glibmm], [2.27.0],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])



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