glibmm r590 - in trunk: . gio/src
- From: murrayc svn gnome org
- To: svn-commits-list gnome org
- Subject: glibmm r590 - in trunk: . gio/src
- Date: Fri, 8 Feb 2008 16:20:34 +0000 (GMT)
Author: murrayc
Date: Fri Feb 8 16:20:34 2008
New Revision: 590
URL: http://svn.gnome.org/viewvc/glibmm?rev=590&view=rev
Log:
Increased version
Modified:
trunk/NEWS
trunk/configure.in
trunk/gio/src/Makefile_list_of_hg.am_fragment
trunk/gio/src/desktopappinfo.ccg
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Fri Feb 8 16:20:34 2008
@@ -1,6 +1,68 @@
-2.15.3 (unstable):
+2.15.4 (unstable):
Glib:
+
+* AppInfo: Added vfuncs.
+ (Jonathon Jongsma)
+* Added BufferedOutputStream, DataInputStream and DataOutputStream, and
+ FilterOutputStream.
+ (Jonathon Jongsma)
+* Cancellable: Added the signal.
+ (Murray Cumming)
+* Added ContentType functions.
+ (Jonathon Jongsma)
+* File:
+ - Added overloads of create_file(), remove(), trash(),
+ make_directory(), make_symbolic_link(), query_settable_attributes(),
+ query_writable_namespaces(), query_filesystem_info(),
+ query_default_handler() and mount_mountable(() without cancellable
+ parameters.
+ (Murray Cumming)
+ - Added copy_attributes(), added mount_enclosing_volume(),
+ mount_enclosing_volume_finish(), find_enclosing_mount(), and
+ find_enclosing_mount_finish().
+ (Murray Cumming)
+ - set_attributes_from_info(): Reordered parameters so we can have default
+ values.
+ (Murray Cumming)
+ - Added copy_async(), with overloads without slot_progress. copy_finish(),
+ query_default_handler().
+ (Marko Anastasov)
+ - find_enclosing_mount(), append_to(): Reordered parameters and added
+ overloads without cancellable.
+ (Murray Cumming)
+ - Added non-cancellable set_attribute_string(), set_attribute_byte_string(),
+ set_attribute_{uint32, int32, uint64, int64}.
+ (Josà Alburquerque)
+* Added FilenameCompleter.
+ (Murray Cumming)
+* LoadableIcon:
+ - Derive from Icon, and no longer derive FileIcon from Icon directly.
+ (Murray Cumming)
+ - Wrapped some vfuncs and some extra methods.
+ (Jonathon Jongsma)
+* Added MemoryInputStream.
+ (Jonathon Jongsma)
+* Added ThemedIcon
+ (Murray Cumming)
+* Added UnixInputStream, UnixOutputStream, and DesktopAppInfo, available only
+ on Unix/Linux.
+ (Josà Alburquerque, Murray Cumming)
+* Volume: Added get_mount(), get_identifier(), enumerate_identifiers().
+ (Marko Anastasov)
+* VolumeMonitor: Added signals and properties.
+ (Murray Cumming)
+
+Build:
+* Use local gmmproc files again, instead of only installed ones.
+ (Murray Cumming)
+* Fix compile with GCC 4.3.
+ (Kjartan Maraas)
+
+
+2.15.3 (unstable):
+
+Gio:
* FilterInputStream: Really wrap this.
* VolumeMonitor: Workaround a crash in gio due to the
eccentric use of the GType system to discover GVolumeMonitor
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Fri Feb 8 16:20:34 2008
@@ -14,7 +14,7 @@
pushdef([GLIBMM_MAJOR_VERSION], [2])
pushdef([GLIBMM_MINOR_VERSION], [15])
-pushdef([GLIBMM_MICRO_VERSION], [3])
+pushdef([GLIBMM_MICRO_VERSION], [4])
pushdef([GLIBMM_EXTRA_VERSION], [])
pushdef([GLIBMM_VERSION], GLIBMM_MAJOR_VERSION.GLIBMM_MINOR_VERSION.GLIBMM_MICRO_VERSION[]GLIBMM_EXTRA_VERSION)
Modified: trunk/gio/src/Makefile_list_of_hg.am_fragment
==============================================================================
--- trunk/gio/src/Makefile_list_of_hg.am_fragment (original)
+++ trunk/gio/src/Makefile_list_of_hg.am_fragment Fri Feb 8 16:20:34 2008
@@ -3,7 +3,7 @@
## or Makefile, so it's like copy-and-pasting this into each of those
## Makefile.am files.
-files_posix_hg = unixinputstream.hg unixoutputstream.hg
+files_posix_hg = unixinputstream.hg unixoutputstream.hg desktopappinfo.hg
files_win32_hg =
files_general_hg = appinfo.hg asyncresult.hg cancellable.hg drive.hg error.hg file.hg fileattributeinfo.hg \
fileattributeinfolist.hg fileenumerator.hg fileicon.hg fileinfo.hg fileinputstream.hg fileoutputstream.hg \
Modified: trunk/gio/src/desktopappinfo.ccg
==============================================================================
--- trunk/gio/src/desktopappinfo.ccg (original)
+++ trunk/gio/src/desktopappinfo.ccg Fri Feb 8 16:20:34 2008
@@ -18,3 +18,4 @@
*/
#include <gio/gio.h>
+#include <gio/gdesktopappinfo.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]