[Nickle] nickle: Branch 'master'
Keith Packard
keithp at keithp.com
Tue Dec 24 22:51:54 PST 2024
configure.ac | 4 ++--
debian/changelog | 8 ++++++++
meson.build | 4 ++--
3 files changed, 12 insertions(+), 4 deletions(-)
New commits:
commit 9b36027819c70a583011af95297332e72f9f162e
Author: Keith Packard <keithp at keithp.com>
Date: Tue Dec 24 20:21:21 2024 -0800
Update to version 2.102
diff --git a/configure.ac b/configure.ac
index 620a300..c6ca95a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ dnl for licensing information.
AC_PREREQ([2.69])
-AC_INIT([nickle],[2.101],[http://nickle.org],[nickle])
-RELEASE_DATE="2024-10-30"
+AC_INIT([nickle],[2.102],[http://nickle.org],[nickle])
+RELEASE_DATE="2024-12-24"
AC_CONFIG_SRCDIR([nickle.h])
AC_CONFIG_HEADERS([nickle-config.h])
AC_CONFIG_AUX_DIR(.)
diff --git a/debian/changelog b/debian/changelog
index abaa452..f3f883e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+nickle (2.102) unstable; urgency=medium
+
+ * Round floats nearest, ties to even.
+ * Fix e format float printf rounding to 10.xxx
+ * Add --version command line option
+
+ -- Keith Packard <keithp at keithp.com> Tue, 24 Dec 2024 20:19:42 -0800
+
nickle (2.101) unstable; urgency=medium
* Format manual fixing dangling template var. Closes: #1070162.
diff --git a/meson.build b/meson.build
index a0ed9a7..cdbb965 100644
--- a/meson.build
+++ b/meson.build
@@ -12,10 +12,10 @@ project('nickle', 'c',
],
license : 'BSD',
meson_version : '>= 1.0',
- version: '2.101'
+ version: '2.102'
)
-release_date = '2024-10-30'
+release_date = '2024-12-24'
prefix = get_option('prefix')
include = prefix / get_option('includedir')
More information about the Nickle
mailing list