summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@src.gnome.org>2008-03-04 12:15:46 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-03-04 12:15:46 +0000
commitdc53473de0f43bd10c8eb15b664032fe93bef876 (patch)
treeb117304edf2fd98d022ac68e36bb93b009ba145e
parentb324bf30ab7c3dbf37f00ae94695b48291f2e701 (diff)
downloadglibmm-dc53473de0f43bd10c8eb15b664032fe93bef876.tar.gz
Increased version
svn path=/trunk/; revision=631
-rw-r--r--ChangeLog2
-rw-r--r--NEWS9
-rw-r--r--configure.in2
3 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 81a29582..8349a18e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.14.8:
+
2008-03-03 Murray Cumming <murrayc@murrayc.com>
* gio/src/bufferedinputstream.hg:
diff --git a/NEWS b/NEWS
index ec47d8ef..8a586ace 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.15.8 (unstable):
+
+* File: load_contents(), load_contents_finish(), load_partial_contents_finish():
+ Use char*& instead of char** for contents.
+ Use std::string& instead of char** for etag_out.
+ Added method overloads without cancellable.
+ (Murray Cumming)
+* Improved documentation: Mention exceptions instead of errors.
+
2.15.7 (unstable):
* File:
diff --git a/configure.in b/configure.in
index fbd1734a..25b72e47 100644
--- a/configure.in
+++ b/configure.in
@@ -14,7 +14,7 @@
pushdef([GLIBMM_MAJOR_VERSION], [2])
pushdef([GLIBMM_MINOR_VERSION], [15])
-pushdef([GLIBMM_MICRO_VERSION], [7])
+pushdef([GLIBMM_MICRO_VERSION], [8])
pushdef([GLIBMM_EXTRA_VERSION], [])
pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)