[glibmm] 2.27.5.1



commit 1344bdaec5d27f94f016f70c829de5fe2614e9a6
Author: Murray Cumming <murrayc murrayc com>
Date:   Mon Jan 3 14:25:13 2011 +0100

    2.27.5.1

 ChangeLog    |    4 ++++
 NEWS         |   21 +++++++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 26 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 737cbb7..e1bd9e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.5.1:
+
 2010-12-30  José Alburquerque  <jaalburqu svn gnome org>
 
 	VariantContainerBase::create: Don't use pointers to pass the children.
@@ -103,6 +105,8 @@
 	* glib/glibmm/refptr.h: Add operators <, <=, >, >=
 	that compare RefPtrs by their underlying pointer.
 	This makes RefPtr work with sorted containers (e.g. std::set<RefPtr<T> >)
+	
+	Bug #626858
 
 2010-12-22  Yannick Guesnet  <Yannick Guesnet univ-rouen fr>
 
diff --git a/NEWS b/NEWS
index 7f90be2..198afa2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+2.27.5.1: (unstable):
+
+Glib:
+* RefPtr: Make it work with sorted containers.
+  (David Kozub) Bug #626858
+* Variant:
+  - Make all he get_iter() methods const.
+  - Added dictionary entry and dictionary specializations.
+  - VariantContainerBase: Add a create() method from an array of variants.
+  - Added tests.
+  (José Alburquerque)
+* gmmproc cleanup
+  (José Alburquerque)
+  
+Gio:
+* Application: Added the open signal.
+  (Yannick Guesnet)
+* DBusConnection: Add register/unregister_object() methods.
+  (José Alburquerque) Bug #637587 (Yannick Guesnet)
+  
+	
 2.27.5: (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index 8e3f966..9171f0b 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.5],
+AC_INIT([glibmm], [2.27.5.1],
         [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]