summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-01-03 14:25:13 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-01-03 14:25:13 +0100
commit1344bdaec5d27f94f016f70c829de5fe2614e9a6 (patch)
tree43632cb35b2393e0334fb9a37d9a6d9bad56c354
parentaf4e26329cb5dbd09dd3db948c0a6214570d7247 (diff)
downloadglibmm-1344bdaec5d27f94f016f70c829de5fe2614e9a6.tar.gz
2.27.5.12.27.5.1
-rw-r--r--ChangeLog4
-rw-r--r--NEWS21
-rw-r--r--configure.ac2
3 files changed, 26 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 737cbb7e..e1bd9e39 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 7f90be20..198afa26 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 8e3f966a..9171f0b4 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])