[Nickle] nickle: Branch 'master'
Keith Packard
keithp at keithp.com
Sun Aug 20 11:59:51 PDT 2023
configure.ac | 4 ++--
debian/changelog | 7 +++++++
2 files changed, 9 insertions(+), 2 deletions(-)
New commits:
commit b1cdae8e52e0e20d6e8664e56d6b6e9e6bbd6e9c
Author: Keith Packard <keithp at keithp.com>
Date: Tue Jun 20 13:45:42 2023 -0700
Version 2.93
Signed-off-by: Keith Packard <keithp at keithp.com>
diff --git a/configure.ac b/configure.ac
index f43398f..15899a5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ dnl for licensing information.
AC_PREREQ([2.69])
-AC_INIT([nickle],[2.92],[http://nickle.org],[nickle])
-RELEASE_DATE="2023-06-17"
+AC_INIT([nickle],[2.93],[http://nickle.org],[nickle])
+RELEASE_DATE="2023-06-20"
AC_CONFIG_SRCDIR([nickle.h])
AC_CONFIG_HEADERS([nickle-config.h])
AC_CONFIG_AUX_DIR(.)
diff --git a/debian/changelog b/debian/changelog
index 8c79e9c..b0886c7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+nickle (2.93) unstable; urgency=medium
+
+ * Add hex float support to scanf and printf
+ * Fix bug in multiply when one factor is a power of two
+
+ -- Keith Packard <keithp at keithp.com> Sun, 20 Aug 2023 11:54:14 -0700
+
nickle (2.92) unstable; urgency=medium
* Make lexing numbers in hex float form compatible with C %a
More information about the Nickle
mailing list