[glibmm] 2.27.3.1



commit 291b8e39428b26b169b43ba369363ec6666ae327
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Nov 16 19:19:28 2010 +0100

    2.27.3.1

 ChangeLog    |    2 ++
 NEWS         |   17 +++++++++++++++++
 configure.ac |    4 ++--
 3 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6ab4852..33bef48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.3.1:
+
 2010-11-16  Murray Cumming  <murrayc murrayc com>
 
 	ApplicationCommandLine: Fix print() and print_err().
diff --git a/NEWS b/NEWS
index 56835a7..68d5076 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.27.3.1: (unstable):
+
+Gio:
+* Added ApplicationCommandLine.
+* Application
+  - Added non-cancellable overload of register_application()
+  - Return int value from run() correctly
+  - Fix protected constructor signature
+  (Jonathon Jongsma)
+* DBusConnection, DBusProxy, DBusServer: Add non-cancellable overloads of the 
+  constructors and create methods.
+  Renamed the create() synchronized methods to create_sync().
+* Initable: Add a non-cancellable overload of the init() method.
+* Documentation: Added lots of class and method documentation.
+   (José Alburquerque)
+	
+
 2.27.3: (unstable):
 
 Gio:
diff --git a/configure.ac b/configure.ac
index db86e58..9423e60 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.27.3],
+AC_INIT([glibmm], [2.27.3.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
         [glibmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
@@ -25,7 +25,7 @@ AC_CONFIG_AUX_DIR([build])
 AC_CONFIG_MACRO_DIR([build])
 AC_CONFIG_HEADERS([config.h glib/glibmmconfig.h gio/giommconfig.h])
 
-AM_INIT_AUTOMAKE([1.9 -Wno-portability check-news dist-bzip2 no-define nostdinc tar-pax])
+AM_INIT_AUTOMAKE([1.9 -Wno-portability dist-bzip2 no-define nostdinc tar-pax])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
 AM_MAINTAINER_MODE
 AC_ARG_VAR([ACLOCAL_FLAGS], [aclocal flags, e.g. -I <macro dir>])



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