summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-08-20 17:18:02 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-08-20 17:18:02 +0000
commitffa94c9965872a4a693b320fa238e304f45740e9 (patch)
treeccfc7185080854f9fefa69175bb5010d3f7a8e93 /NEWS
parentfd002ef246ad8833c3f64e82defad9088a416af4 (diff)
2006-08-20 Jonathon Jongsma <jonathon.jongsma@gmail.com>RELEASE_1_2_0
* NEWS: Update information about new stuff in 1.2.0 * configure.in: bump the release version number to 1.2.0 and the shared library version number to 1:0:0 since interfaces were changed and added and we're now guaranteeing API/ABI stability
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a27183a..4d80245 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+1.2.0:
+
+* This is the first release that guarantees API and ABI stability
+* Changed API:
+ - Context::clear_path() is now Context::begin_new_path()
+ - Context::new_sub_path() is now Context::begin_new_sub_path()
+* new API:
+ - Win32Surface::get_dc()
+ - Win32Surface::create() for device-independent bitmaps
+* Bugfixes
+ - fixed a memory leak where C++ wrapper objects were not being destroyed
+* Fixes for compiling with MSVC (also includes project and resource files for
+ Visual Studio 2005. See the MSVC/ directory)
+
1.1.10:
* API: