Merge remote-tracking branch 'origin/sheet'
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 10 Sep 2017 18:11:13 +0000 (20:11 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 10 Sep 2017 18:11:13 +0000 (20:11 +0200)
1  2 
NEWS
configure.ac

diff --cc NEWS
index 1c24e0c359ee48db3e2ec877b496b8f5098b5b3c,de670d554e415557f108e985fbb5069692094309..a02b144f4dcadb6cda5439fbb5b75b79878e5316
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -4,6 -4,10 +4,11 @@@ See the end for copying conditions
  
  Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
  
 -Experimental 0.13.1:
++Changes from 1.0.1 to 1.1.0:
++
+  ** The code implementing the sheet rendering has been removed.  Instead we
+     use a third party library: spread-sheet-widget.
  Changes from 1.0.0 to 1.0.1:
  
   * Bug fixes, including fixes for CVE-2017-12958, CVE-2017-12959,
diff --cc configure.ac
index f1d344ded297603d697481f8411e1db580fb7a1d,8c139c2c451fbef67ccca423d29e1ea971030053..f6293d1cb24dcfddc05e702a63dab6cf1d9bb566
@@@ -18,7 -18,7 +18,7 @@@ dnl Process this file with autoconf to 
  
  dnl Initialize.
  AC_PREREQ(2.63)
- AC_INIT([GNU PSPP], [1.0.1], [bug-gnu-pspp@gnu.org], [pspp])
 -AC_INIT([GNU PSPP], [0.13.1], [bug-gnu-pspp@gnu.org], [pspp])
++AC_INIT([GNU PSPP], [1.1.0], [bug-gnu-pspp@gnu.org], [pspp])
  AC_CONFIG_AUX_DIR([build-aux])
  AC_CONFIG_HEADERS([config.h])
  AC_CONFIG_TESTDIR([tests])