[glibmm] 2.27.99.2



commit e867816a82c8aee4767c7e5c338a06d38bc7c433
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Mar 29 11:26:20 2011 +0200

    2.27.99.2

 ChangeLog    |    2 ++
 NEWS         |   17 +++++++++++++++++
 configure.ac |    2 +-
 3 files changed, 20 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 15645ad..e706111 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.99.2:
+
 2011-03-29  Murray Cumming  <murrayc murrayc com>
 
 	Variant: Rename get(index) to get_child(index).
diff --git a/NEWS b/NEWS
index cf5675a..a15654e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+2.27.99.2 (unstable):
+
+Glib:
+* Variant:
+  - Rename get(index) to get_child(index).
+ - Variant<std::string>:
+   Allow this to be used for object paths and signatures as well as just
+   bytestrings.
+ - Variant<Glib::ustring>:
+   Allow this to be used for bytestrings, object paths and signatures as well as just
+   (UTF-8) strings.
+ - Move constructor definitions into the .cc file.
+ - Capitalize the standard types, such as VARIANT_TYPE_STRING.
+ (Murray Cumming)
+* ArrayHandle: Make it compilable with MSVC 2005, 2008, 2010.
+  (Krzesimir Nowak) Bug #645851 (Fan, Chun-wei)
+
 2.27.99.1 (unstable):
 
 Gio:
diff --git a/configure.ac b/configure.ac
index 6e9dba4..3625264 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.99.1],
+AC_INIT([glibmm], [2.27.99.2],
         [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]