summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-29 11:26:20 +0200
committerMurray Cumming <murrayc@murrayc.com>2011-03-29 11:26:20 +0200
commite867816a82c8aee4767c7e5c338a06d38bc7c433 (patch)
tree8659457d740c42c5834ecf802e5959fd19df1ab3
parent85252750b27d79458f6b91763c34c1829eac491b (diff)
downloadglibmm-e867816a82c8aee4767c7e5c338a06d38bc7c433.tar.gz
2.27.99.22.27.99.2
-rw-r--r--ChangeLog2
-rw-r--r--NEWS17
-rw-r--r--configure.ac2
3 files changed, 20 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 15645ad5..e7061117 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 cf5675aa..a15654e7 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 6e9dba4a..36252648 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])