[Nickle] nickle: Branch 'master'

Keith Packard keithp at keithp.com
Sun Jan 6 16:45:24 PST 2008


 configure.in     |    2 +-
 debian/changelog |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 4a8813f98e03663108757ade2da6d6f372598060
Author: Keith Packard <keithp at keithp.com>
Date:   Sun Jan 6 16:41:03 2008 -0800

    Bump version to 2.65

diff --git a/configure.in b/configure.in
index b920c70..8bfc146 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl for licensing information.
 AC_PREREQ(2.59)
 
 AC_INIT([nickle],
-	2.64,
+	2.65,
 	[http://nickle.org],
 	nickle)
 
diff --git a/debian/changelog b/debian/changelog
index eb35ca5..9c6763a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nickle (2.65-1) unstable; urgency=low
+  * Add new '+' type operator for subtyping struct/union
+  * Eliminate segfault when pretty printing func declarations
+  * Check for duplicate func param/struct member names
+
+ -- Keith Packard <keithp at keithp.com>  Sun, 06 Jan 2008 16:38:51 -0800
+ 
 nickle (2.64-1) unstable; urgency=low
   * Fix float floor/ceil with small values
   * Copy hash key/value on insert


More information about the Nickle mailing list