diff options
author | Hans Breuer <hans@breuer.org> | 2009-02-15 18:20:55 +0000 |
---|---|---|
committer | Hans Breuer <hans@src.gnome.org> | 2009-02-15 18:20:55 +0000 |
commit | c5efab00008a81a6da4af293f2ea930115434ce2 (patch) | |
tree | 6682e96caf203be8f7af322bbfc0afdf4e37443f /NEWS | |
parent | d6cdda88e4d536af814be2dc51360d5fde9a1789 (diff) | |
download | dia-c5efab00008a81a6da4af293f2ea930115434ce2.tar.xz |
release of dia-0.97-pre1, finally updated
2009-02-15 Hans Breuer <hans@breuer.org>
* configure.in config.h.win32 : release of dia-0.97-pre1, finally
* INSTALL NEWS : updated
* tests/test-objects.c : g_assert(o->ops->get_object_menu == NULL ||
o->ops->get_object_menu(o, &point) != NULL); see below
svn path=/trunk/; revision=4284
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,8 +1,10 @@ +dia-0.97-pre1: 2009-02-15 + * Quite some bugs fixed, at least: http://bugzilla.gnome.org/buglist.cgi?product=dia&target_milestone=0.97&resolution=FIXED - * improved rendering with cairo (PS, PDF, SVG, PNG, EMF) and also some - experimental print through Gtk+/cairo support + * improved rendering with cairo (PS, PDF, SVG, PNG, EMF) and also default print + through Gtk+/cairo support * simple Find & Replace for diagram objects names @@ -18,7 +20,7 @@ * Much decreased start-up time and memory usage by delay loading custom shapes. - * Rotated text by "Standard - Outline" object + * Rotated text by "Standard - Outline" object (based on cairo) * overhaul of the DXF plug-in (import and export) |