[Nickle] nickle: Branch 'master'
Keith Packard
keithp at keithp.com
Tue Oct 2 02:01:58 PDT 2007
configure.in | 2 +-
debian/changelog | 8 ++++++++
2 files changed, 9 insertions(+), 1 deletion(-)
New commits:
commit b1735afed1a772ca6aee87f0ba349c43e8ab2c3e
Author: Keith Packard <keithp at koto.keithp.com>
Date: Tue Oct 2 01:57:55 2007 -0700
Bump to version 2.60
diff --git a/configure.in b/configure.in
index 4e8329c..53e7a66 100644
--- a/configure.in
+++ b/configure.in
@@ -7,7 +7,7 @@ dnl for licensing information.
AC_PREREQ(2.59)
AC_INIT([nickle],
- 2.59,
+ 2.60,
[http://nickle.org],
nickle)
diff --git a/debian/changelog b/debian/changelog
index 5c0c7f4..e5988fe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nickle (2.60-1) unstable; urgency=low
+ * Bump to version 2.60
+ * Flush file output on exit call.
+ * Extend Ctype namespace to latin-1.
+ * Manage file buffer chains with explicit malloc/free.
+
+ -- Keith Packard <keithp at keithp.com> Tue, 02 Oct 2007 01:55:20 -0700
+
nickle (2.59-1) unstable; urgency=low
* Bump to version 2.59
* Have git ignore nickle binary
More information about the Nickle
mailing list