[Skencil-commits] r690 - skencil/branches/skencil-0.6

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Aug 14 00:44:28 CEST 2006


Author: bh
Date: 2006-08-14 00:44:28 +0200 (Mon, 14 Aug 2006)
New Revision: 690

Modified:
   skencil/branches/skencil-0.6/ChangeLog
   skencil/branches/skencil-0.6/NEWS
Log:
* NEWS: Add changes since 0.6.17


Modified: skencil/branches/skencil-0.6/ChangeLog
===================================================================
--- skencil/branches/skencil-0.6/ChangeLog	2006-08-13 22:42:58 UTC (rev 689)
+++ skencil/branches/skencil-0.6/ChangeLog	2006-08-13 22:44:28 UTC (rev 690)
@@ -1,5 +1,9 @@
 2006-08-13  Bernhard Herzog  <bh at intevation.de>
 
+	* NEWS: Add changes since 0.6.17
+
+2006-08-13  Bernhard Herzog  <bh at intevation.de>
+
 	* skencil.spec, skencil.spec.in: Renamed skencil.spec to
 	skencil.spec.in.  skencil.spec will be generated from
 	skencil.spec.in when making a release

Modified: skencil/branches/skencil-0.6/NEWS
===================================================================
--- skencil/branches/skencil-0.6/NEWS	2006-08-13 22:42:58 UTC (rev 689)
+++ skencil/branches/skencil-0.6/NEWS	2006-08-13 22:44:28 UTC (rev 690)
@@ -1,3 +1,36 @@
+Skencil 0.6.18 ()
+================================
+
+ * Prepare for Python 2.5:
+
+   * The extension modules now use the Python memory allocation API
+     consistently.  Without this change, Skencil would crash with Python
+     2.5.
+
+   * Adapt paxtkinter to changes in Python's id function
+
+ * Some more Python 2.4 related fixes:
+
+   * The C-code assumed that the LC_NUMERIC locale was effectively "C"
+     which Pyton versions prior to 2.4 practically guaranteed.
+     Skencil's C-code now sets the locale temporarily to "C" when
+     parsing numbers.
+
+ * The User's Guide and the Developer's Guide have been converted to
+   docbook.
+
+ * The "Convert to Curve" command is now available whenever it can be
+   applied to at least one of the selected objects
+
+ * setup.py now patches the first line of scripts so that they refer to
+   the Python interpreter used for installation.  This is usually what
+   one wants and it makes packaging easier.
+
+ * setup.py has a new option, --libdir, to indicate where library files
+   are to be installed to help packagers.
+
+
+
 Skencil 0.6.17 (June 19th, 2005)
 ================================
 



More information about the Skencil-commits mailing list