[Nickle] nickle: Branch 'master'

Keith Packard keithp at keithp.com
Wed Jul 31 22:40:36 PDT 2019


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

New commits:
commit 4f203d6eed55a26c8b7704f44c237e6d30584c78
Author: Keith Packard <keithp at keithp.com>
Date:   Wed Jul 31 22:21:58 2019 -0700

    Bump to version 2.85
    
    Signed-off-by: Keith Packard <keithp at keithp.com>

diff --git a/configure.ac b/configure.ac
index e2f4b17..2557b19 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,8 +6,8 @@ dnl for licensing information.
 
 AC_PREREQ([2.69])
 
-AC_INIT([nickle],[2.84],[http://nickle.org],[nickle])
-RELEASE_DATE="2018-10-26"
+AC_INIT([nickle],[2.85],[http://nickle.org],[nickle])
+RELEASE_DATE="2019-07-31"
 AC_CONFIG_SRCDIR([nickle.h])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_AUX_DIR(.)
diff --git a/debian/changelog b/debian/changelog
index 80d1733..a605925 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nickle (2.85-1) unstable; urgency=medium
+
+  * Fix crash when File::string_string is passed an empty buffer
+
+ -- Keith Packard <keithp at keithp.com>  Wed, 31 Jul 2019 22:20:44 -0700
+
 nickle (2.84-1) unstable; urgency=medium
 
   * Correct crash compiling implicit sized arrays with mismatching


More information about the Nickle mailing list