summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS35
-rw-r--r--configure.ac2
2 files changed, 36 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 73fdf0cb..0ad1608e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+2.49.1:
+
+gmmproc:
+* Discard unused m4 sections.
+ (Kjell Ahlstedt)
+* Add 'deprecated' option in _WRAP_ENUM and _WRAP_GERROR
+ (Kjell Ahlstedt)
+* _CLASS_GOBJECT(): Allow custom move operation implementations with
+ _CUSTOM_MOVE_OPERATION().
+ (Marcin Kolny) Bug #756593
+
+Gio:
+* Added ListModel, ListStoreBase and ListStore<>, and tests.
+ (Kjell Ahlstedt, Murray Cumming, Marcin Kolny)
+ Bug #755307
+* SocketAddress: Correct the constructor's implemention.
+ (Murray Cuming) Bug #766150 (Vladimir)
+
+Gio:DBus:
+* Proxy: allow using GDBusProxy* conversion outside DBus namespace
+
+Glib:
+* FileAtrributeInfoList, Checksum, Module, RefPtr:
+ Make operator bool explicit.
+ (Murray Cumming)
+* Property: Allow to set property nick, blurb, and flags.
+ (Marcin Kolny) Bug #755256
+* VariantBase: Add explicit operator bool(), deprecating
+ operator const void*.
+ (Murray Cumming)
+
+Documentation:
+* Examples: Use libsigc++ 2.9/10 and its slot/signal<R(Args...)> syntax.
+ (Murray Cumming)
+
2.48.1:
Build:
diff --git a/configure.ac b/configure.ac
index a0ccfd77..f0c19c4f 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.48.1],
+AC_INIT([glibmm], [2.49.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])