summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2015-06-08 12:18:06 +0200
committerMurray Cumming <murrayc@murrayc.com>2015-06-08 12:18:06 +0200
commite021103113aa73cc4016424ac028387f5834522e (patch)
treec2e6e4b71a0a0df3bb96b089b08ee40f68cf3b99
parent7f6feb8bbbe2b233248b6916253473a62ee6eed4 (diff)
downloadglibmm-e021103113aa73cc4016424ac028387f5834522e.tar.gz
2.45.22.45.2
-rw-r--r--NEWS54
-rw-r--r--configure.ac2
2 files changed, 55 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6fc5c036..8748bbc3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,57 @@
+2.45.2 (unstable):
+
+Glib:
+* Add Glib::format_size().
+ (Kjell Ahlstedt) Bug #747311 (Zsolt Bölöny)
+* Add get_user_special_dir(UserDirectory), deprecating
+ get_user_special_dir(GUserDirectory directory).
+ (Kjell Ahlstedt) Bug #747311
+* Threads::Thread: Use GThread only via a pointer.
+ Kjell Ahlstedt (Bug #746533)
+* VariantBase: Add is_castable_to().
+* VariantContainerBase: get_iter(): Accept casts of complicated types
+ containing object paths and DBus type signatures to Variant<> types
+ containing Glib::ustring and std::string.
+ (Kjell Ahlstedt) Bug #747508.
+* Variant: Wrap handles and add get_data_as_bytes()
+ (Kjell Ahlstedt)
+* Added SignalProxyDetailed.
+
+Gio:
+* Settings: Add signal_changed(key).
+ (Kjell Ahlstedt, Murray Cumming) Bug #749034.
+* Added SimpleIOStream.
+ (Kjell Ahlstedt)
+
+Documentation:
+* API Reference: Remove generated " "You rarely need to use properties".
+ Some new glib and gtk+ classes (GSimpleIOStream, GtkModelButton,
+ GtkPopoverMenu) have no public set/get methods for their properties.
+ (Kjell Ahlstedt)
+* API Reference: Fix the version numbers in some @newin Doxygen commands.
+ (Kjell Ahlstedt)
+
+gmmproc:
+* Add _IGNORE_PROPERTY() and _IGNORE_CHILD_PROPERTY() macros.
+ (Kjell Ahlstedt)
+* Add support for 'newin "n,m"' in some _WRAP macros.
+ (Kjell Ahlstedt) Bug #748856 (Andrew Potter)
+* _WRAP_SIGNAL: Add support for detail_name.
+ (Kjell Ahlstedt) Bug #749034
+* Fetch property documentation from the docs.xml file, if available there.
+ (Kjell Ahlstedt)
+* docextract_to_xml.py: Distinguish sections from properties.
+ (Kjell Ahlstedt)
+* docextract_to_xml.py: Add support for the --no-recursion option.
+ (Kjell Ahlstedt)
+
+Build:
+* Glib::ObjectBase: Don't use std::auto_ptr (deprecated in C++11).
+ (Kjell Ahlstedt) Bug #748630 (Hubert Figuiere)
+* Add missing GLIBMM_API for Interface
+ (Mikhail Titov) Bug #748719.
+
+
2.44:
API additions since 2.42:
diff --git a/configure.ac b/configure.ac
index 1eda740b..e854d810 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.44.0],
+AC_INIT([glibmm], [2.45.2],
[http://bugzilla.gnome.org/enter_bug.cgi?product=glibmm],
[glibmm], [http://www.gtkmm.org/])
AC_PREREQ([2.59])