[glibmm] 2.27.99



commit 98f6dce0e2fb23221f1490fa5f4a13bd1c349145
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Mar 24 11:24:53 2011 +0100

    2.27.99

 ChangeLog    |    2 ++
 NEWS         |   13 +++++++++++++
 configure.ac |    2 +-
 3 files changed, 16 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 2682447..0d5e859 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 6dd5fff..1d61aa9 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 d035705..75d90d1 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])



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]