[glibmm] 2.41.1



commit fb14778557dc689201dad6972dc820a9851468ef
Author: Murray Cumming <murrayc murrayc com>
Date:   Thu Jun 26 11:18:08 2014 +0200

    2.41.1

 NEWS         |   33 ++++++++++++++++++++++++++++++++-
 configure.ac |    2 +-
 2 files changed, 33 insertions(+), 2 deletions(-)
---
diff --git a/NEWS b/NEWS
index 6f3e65c..ddc72a0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,35 @@
-2.41:
+2.41.1 (unstable):
+
+Gio:
+* Application: Deprecate set_action_group().
+  (Kjell Ahlstedt)
+* DesktopAppInfo: Deprecate set_desktop_env().
+  (Kjell Ahlstedt)
+* Settings:  Deprecate list_schemas(), range_check() and
+  property_schema().
+  (Kjell Ahlstedt)
+* TlsConnection: Deprecate [set|get]_use_system_certdb()
+  and property_use_system_certdb().
+  (Kjell Ahlstedt)
+* VolumeMonitor: Deprecate adopt_orphan_mount().
+  (Kjell Ahlstedt)
+
+Glib:
+* Keyfile: Deprecate one of the load_from_dirs() methods.
+  (Kjell Ahlstedt)
+* ValueArray: Deprecated.
+  (Kjell Ahlstedt)
+
+tests:
+* Test custom properties and an interface with properties.
+  (José Alburquerque) Bug #697229
+
+Documentation:
+*  Add a blank line after @deprecated and @newin to help doxygen.
+  (Kjell Ahlstedt)
+
+
+2.41.0 (unstable):
   
 Gio:
 * Application:
diff --git a/configure.ac b/configure.ac
index 76f440b..e2f48ae 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.41.0],
+AC_INIT([glibmm], [2.41.1],
         [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]