summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2008-01-12 19:50:43 +0000
committerMurray Cumming <murrayc@src.gnome.org>2008-01-12 19:50:43 +0000
commit40700aea66ccb6d3babc7b09b9c8f5e8eabec8bb (patch)
tree1cd656e26484a718cdc7698b26abb46e91732bf6 /NEWS
parent70aaad0400a7c5d81f3f40a96e9765677d577f6f (diff)
downloadglibmm-40700aea66ccb6d3babc7b09b9c8f5e8eabec8bb.tar.gz
1.5.1:
2008-01-12 Murray Cumming <murrayc@murrayc.com> * glib/glibmm.h: Added uriutils.h * glib/glibmm/private/Makefile.am: Renamed some variables to avoid clashes with the build_shared/ variables, which caused a dist failure involving wrap_init.h svn path=/trunk/; revision=508
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS33
1 files changed, 33 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0df55c16..c3e87757 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,36 @@
+2.15.1 (unstable):
+
+Gio:
+* Actually build the giomm library.
+* Added API reference documentation.
+ (Murray Cumming)
+* Added AppInfo and AppLaunchContext.
+* Drive:
+ - Added poll_for_media() and poll_for_media_finish().
+ - Added capability-checking functions.
+ (Marko Anastasov)
+* File: Renamed create() to create_file(),
+ create_async() to create_file_async() and
+ create_finish() to create_file_finish() to slightly
+ reduce confusion with the static create*() methods.
+* FileInputStream, FileOutputStream: Derive from Seekable.
+ (Murray Cumming)
+* FileInputStream, InputStream, Volume: Modified *_finish
+ functions to take a const AsyncResult.
+ (Marko Anastasov)
+* Added LoadableIcon.
+ (Murray Cumming)
+* MountOperation: Added MountOperationResult enumeration and make
+ reply() take this instead of a bool.
+ (Jonathon Jongsma)
+
+ (Murray Cumming)
+
+Glib:
+* Added uri_unescape_string(), uri_get_scheme() and uri_escape_string().
+ (Murray Cumming
+
+
2.15.0 (unstable):
* New giomm library (check for giomm-2.4 with pkg-config)