glibmm r618 - trunk
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r618 - trunk
- Date: Sun, 24 Feb 2008 21:08:27 +0000 (GMT)
Author: murrayc
Date: Sun Feb 24 21:08:27 2008
New Revision: 618
URL: http://svn.gnome.org/viewvc/glibmm?rev=618&view=rev
Log:
Increased version
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Sun Feb 24 21:08:27 2008
@@ -1,3 +1,34 @@
+2.15.6 (unstable)
+
+Gio:
+* Removed most vfuncs, because they are not useful to application developers,
+ and are a likely source of errors. (Murray Cumming)
+* DesktopAppInfo:
+ - Added Added create(), create_from_file(),
+ is_hidden() and set_desktop_env()
+ Renamed new_from_file() to create_from_file().
+ (Josà Alburquerque)
+* File: equal(), get_relative_file(), contains_file(): Take const File
+ parameters.
+* FileAttributeInfoList: Added dup().
+* MemoryInputStream: Added add_data(const void* data, gssize len).
+* Mount: Really added signals.
+* MountOperation: Wrapped the ask-question signal.
+ (Murray Cumming)
+* Volume:
+ - Added should_automount().
+ (Marko Anastasov)
+ - Really added signals.
+ (Murray Cumming)
+* UnixOutputStream, DataOutputStream, DataInputStream: Made constructors
+ protected.
+ (Marko Anastasov)
+
+
+Documentation:
+* Install a devhelp file like the existing gtkmm one.
+ (Jonathon Jongsma)
+
2.15.5 (unstable)
Gio:
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Sun Feb 24 21:08:27 2008
@@ -14,7 +14,7 @@
pushdef([GLIBMM_MAJOR_VERSION], [2])
pushdef([GLIBMM_MINOR_VERSION], [15])
-pushdef([GLIBMM_MICRO_VERSION], [5])
+pushdef([GLIBMM_MICRO_VERSION], [6])
pushdef([GLIBMM_EXTRA_VERSION], [])
pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]