[glibmm] 2.43.91



commit 5e70852f59797954327a01496e2d8b9d121f4689
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Mar 6 10:53:06 2015 +0100

    2.43.91

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    2 +-
 2 files changed, 27 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 095e3e8..5e58ae6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2.43.91 (unstable):
+
+Glib:
+* OptionContext: Add get/set_strict_posix().
+  (Murray Cumming)
+
+Gio:
+* Application:
+  - Add get/set/unset_resource_base_path() and property.
+  - Add get_is_busy() and property.
+  (Murray Cumming)
+* File: Add replace_contents_bytes_aync().
+  (Murray Cumming)
+* InputStream: Add read_all_async() and read_all_finish().
+  (Murray Cumming)
+* MemoryInputStream: Add add_bytes().
+  (Murray Cumming)
+* OutputStream: Add write_all_async() and write_all_finish().
+  (Murray Cumming)
+
+Gio::DBus
+* InterfaceInfo: Add cache_build() and cache_release().
+  (Murray Cumming)
+
+
+
 2.43.90 (unstable):
 
 Glib:
diff --git a/configure.ac b/configure.ac
index fbab534..6241c53 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.43.90],
+AC_INIT([glibmm], [2.43.91],
         [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]