[Nickle] nickle: Branch 'master'

Keith Packard keithp at keithp.com
Tue Nov 14 00:42:59 PST 2017


 configure.ac     |    4 ++--
 debian/changelog |    9 +++++++++
 2 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit f8edfe3e497f84290f1a59a0b95ca62ac9d2f80e
Author: Keith Packard <keithp at keithp.com>
Date:   Tue Nov 14 00:25:16 2017 -0800

    Update to version 2.80
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/configure.ac b/configure.ac
index 7a51231..9beda96 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ dnl for licensing information.
 
 AC_PREREQ([2.69])
 
-AC_INIT([nickle],[2.79],[http://nickle.org],[nickle])
-RELEASE_DATE="2017-03-16"
+AC_INIT([nickle],[2.80],[http://nickle.org],[nickle])
+RELEASE_DATE="2017-11-13"
 AC_CONFIG_SRCDIR([nickle.h])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR(.)
diff --git a/debian/changelog b/debian/changelog
index dd9e0be..df1c41f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+nickle (2.80-1) unstable; urgency=medium
+
+  * Support float values in JSON
+  * Add JSON tests
+  * Make nickle-tutorial.pdf build reproducibly
+  * Add date conversion functions
+
+ -- Keith Packard <keithp at keithp.com>  Mon, 13 Nov 2017 15:57:51 -0800
+
 nickle (2.79-2) unstable; urgency=low
 
   * Update to standards 3.9.8


More information about the Nickle mailing list