dia r4284 - in trunk: . tests



Author: hans
Date: Sun Feb 15 18:20:55 2009
New Revision: 4284
URL: http://svn.gnome.org/viewvc/dia?rev=4284&view=rev

Log:
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




Modified:
   trunk/ChangeLog
   trunk/INSTALL
   trunk/NEWS
   trunk/RELEASE-PROCESS
   trunk/config.h.win32
   trunk/configure.in
   trunk/tests/test-objects.c

Modified: trunk/INSTALL
==============================================================================
--- trunk/INSTALL	(original)
+++ trunk/INSTALL	Sun Feb 15 18:20:55 2009
@@ -53,15 +53,16 @@
 font-config 1.0.1
 GLib 2.1.3
 ATK 2.0.0
-FreeType 2.0.9
+FreeType 2.0.9 (To compile without direct freetype use --without-freetype)
 Pango 1.8.0
-GTK+ 2.6.0
+GTK+ 2.6.0 (GTK+ >=2.10 for using the new default print backend)
 libxml 2.3.9
 
-A number of other libraries are recommends for extra features:
+A number of other libraries are recommended for extra features:
 
 Cairo is used for anti-alised rendering to screen or PNG as well as PDF:
   http://cairographics.org
+  Minimum version required (if at all) is 1.2
 Libart allows anti-aliased rendering and anti-aliased export to PNG:
   http://www.artofcode.com/libart.html
 Libpng is need for anti-aliased PNG export:
@@ -141,13 +142,3 @@
 You can change that by passing --prefix=/some/dir to configure.
 
 
-FONTS:
-======
-I recommend that you install the URW fonts if you haven't already.
-They are free scalable version of the standard postscript fonts.
-
-Information and files can be found at:
-
- http://www.gimp.org/fonts.html
-
-

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Feb 15 18:20:55 2009
@@ -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)
 

Modified: trunk/RELEASE-PROCESS
==============================================================================
--- trunk/RELEASE-PROCESS	(original)
+++ trunk/RELEASE-PROCESS	Sun Feb 15 18:20:55 2009
@@ -6,6 +6,9 @@
 as sure as possible no stupid bugs creep in just before the release.
 
 For the next release, consider getting coverity.com to bugcheck.
+(Considered, but the did not respond yet. --hb)
+
+If you try to calculate with 'D' please note this is a spare time project.
 
 Contents
 --------

Modified: trunk/config.h.win32
==============================================================================
--- trunk/config.h.win32	(original)
+++ trunk/config.h.win32	Sun Feb 15 18:20:55 2009
@@ -18,7 +18,7 @@
 #undef LOCALEDIR /* needs to be calculated at runtime */
 /* NOT: #define LOCALEDIR "../lib/locale" */
 
-#define VERSION "0.96+svn"
+#define VERSION "0.97-pre1"
 
 /*
  * We are linking libxml as DLL with either msvc or mingw, but this

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Feb 15 18:20:55 2009
@@ -1,6 +1,6 @@
 dnl Process this -*- autoconf -*- file with autoconf to produce a 
 dnl configure script.
-AC_INIT(dia, 0.96+svn, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
+AC_INIT(dia, 0.97-pre1, http://bugzilla.gnome.org/enter_bug.cgi?product=dia)
 AC_CONFIG_SRCDIR(app/diagram.c)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME,AC_PACKAGE_VERSION)
 

Modified: trunk/tests/test-objects.c
==============================================================================
--- trunk/tests/test-objects.c	(original)
+++ trunk/tests/test-objects.c	Sun Feb 15 18:20:55 2009
@@ -64,7 +64,6 @@
             && o->ops->move_handle != NULL
 	    && o->ops->apply_properties_from_dialog != NULL
 	    );
-  g_assert (o->ops->get_object_menu == NULL || o->ops->get_object_menu(o, &point) != NULL);
   
   /* can we really assume everthing complies with standard props nowadays? */
   g_assert (   o->ops->describe_props



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]