[glibmm] 2.24.1



commit cdc9d48629cd3d8104f2fbed857635f251633203
Author: Murray Cumming <murrayc murrayc com>
Date:   Fri Apr 16 13:31:23 2010 +0200

    2.24.1

 ChangeLog    |    8 +++++---
 NEWS         |   17 +++++++++++++----
 configure.ac |    2 +-
 3 files changed, 19 insertions(+), 8 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6563d0f..633c229 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+2.24.1:
+
 2010-04-13  José Alburquerque  <jaalburqu svn gnome org>
 
 	One more regeneration of docs to avoid gmmproc parsing errors.
@@ -22,8 +24,8 @@
 
 	UnixOutputStream: Fix the constructor to use the correct property name.
 
-	* gio/src/unixoutputstream.hg: Correct the constructor parameter name 
-    used in the _WRAP_CTOR() call. We had already fixed the property name 
+	* gio/src/unixoutputstream.hg: Correct the constructor parameter name
+    used in the _WRAP_CTOR() call. We had already fixed the property name
     but had forgotten to fix this, which affects the generated implementation.
     Fixes bug #615482
 
@@ -66,7 +68,7 @@
 2.24.0:
 
     Updated configure and NEWS for the stable release.
- 
+
 2.23.4:
 
 2009-03-26  Jonathon Jongsma  <jonathon jongsma collabora co uk>
diff --git a/NEWS b/NEWS
index c1cfc7c..e4a4d9c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+2.24.1:
+
+* UnixOutputStream: Fix the constructor to use the correct property name.
+  (Alex Vallee) Bug #615482
+* Documentation: Strip out the gobject-introspection annotations, and use
+  other improvements made to docextract_to_xml.py
+  (José Alburquerque)
+* Fix the Windows MSVC build. (Armin Burgmeier)
+
 2.24.0:
 
 * Changes in glibmm 2.24 compared to glibmm 2.22:
@@ -9,9 +18,9 @@ Glib:
   (Debarshi Ray)
 
 Gio:
-* Added InetAddress, NetworkAddress, NetworkService, Resolver, Socket, 
-  SocketAddress, SocketAddressEnumerator, SocketClient, SocketConnectable, 
-  SocketConnection, SocketListener, SocketService, SrvTarget, TcpConnection, 
+* Added InetAddress, NetworkAddress, NetworkService, Resolver, Socket,
+  SocketAddress, SocketAddressEnumerator, SocketClient, SocketConnectable,
+  SocketConnection, SocketListener, SocketService, SrvTarget, TcpConnection,
   Threaded SocketService, UnixConnection
   (Jonanthan Jongsma)
 * AsyncResult: Add get_source_object_base(), deprecating get_source_object()
@@ -47,7 +56,7 @@ Glib:
   (Debarshi Ray)
 
 Build:
-* tests: Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.am 
+* tests: Reorder assignment to LDADD and giomm_ldadd in tests/Makefile.am
   to always use the built library, not the installed one.
   (David King) Bug #610854 (Pacho Ramos)
 
diff --git a/configure.ac b/configure.ac
index 37ca95b..a96ccbc 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.24.0],
+AC_INIT([glibmm], [2.24.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]