summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2011-03-24 11:24:53 +0100
committerMurray Cumming <murrayc@murrayc.com>2011-03-24 11:24:53 +0100
commit98f6dce0e2fb23221f1490fa5f4a13bd1c349145 (patch)
tree0d64b8afb09c430c48c9cbebe5ff6e8036ae3ae3
parentc446268b44f3595431ba6f535dc297557c6097e0 (diff)
downloadglibmm-2.27.99.tar.gz
2.27.992.27.99
-rw-r--r--ChangeLog2
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
3 files changed, 16 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 26824478..0d5e859b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.27.99:
+
2011-03-24 Murray Cumming <murrayc@murrayc.com>
Remove Gio::Application and friends for now because they are not finished.
diff --git a/NEWS b/NEWS
index 6dd5fff7..1d61aa93 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+2.27.99 (unstable):
+
+This is probably the very last release before 2.28.0 which will happen very soon.
+
+Gio:
+* Removed Application, ApplicationCommandLine, and ActionGroup because
+ they are unfinished. We hope to add them back in glibmm 3.2.
+* Removed SettingsBackend because it is unfinished.
+* Settings: Removed API that used SettingsBackend.
+* Variant: Improved the documentation.
+
+Build: Remove the dependency on mm-common during the tarball build.
+
2.27.98 (unstable):
Gio:
diff --git a/configure.ac b/configure.ac
index d0357050..75d90d1d 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.98],
+AC_INIT([glibmm], [2.27.99],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])