Merge remote-tracking branch 'origin/master' into sheet
authorJohn Darrington <john@darrington.wattle.id.au>
Thu, 31 Aug 2017 06:41:38 +0000 (08:41 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Thu, 31 Aug 2017 06:41:38 +0000 (08:41 +0200)
1  2 
NEWS
configure.ac
src/ui/gui/psppire-dict.c

diff --cc NEWS
index 6c2be625e8346783c1c4c3ee0c39a9361033fc09,1c24e0c359ee48db3e2ec877b496b8f5098b5b3c..de670d554e415557f108e985fbb5069692094309
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -4,10 -4,16 +4,20 @@@ See the end for copying conditions
  
  Please send PSPP bug reports to bug-gnu-pspp@gnu.org.
  
- Changes from 0.10.2 to 0.10.4
++Experimental 0.13.1:
 + ** 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,
+    CVE-2017-12960, and CVE-2017-12961.
+ Changes from 0.11.0 to 1.0.0:
+  * Translation updates.
+ Changes from 0.10.2 to 0.11.0:
  
   * The REGRESSION command now has a /ORIGIN subcommand to perform
     regression through the origin.
diff --cc configure.ac
index 6e7984bf988889a7ad6f495cc5009d37df95ec54,f1d344ded297603d697481f8411e1db580fb7a1d..77b7d799727fa7a851bd216e918efd3eb02751ea
@@@ -18,7 -18,7 +18,7 @@@ dnl Process this file with autoconf to 
  
  dnl Initialize.
  AC_PREREQ(2.63)
- AC_INIT([GNU PSPP], [0.10.4], [bug-gnu-pspp@gnu.org], [pspp])
 -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_CONFIG_AUX_DIR([build-aux])
  AC_CONFIG_HEADERS([config.h])
  AC_CONFIG_TESTDIR([tests])
Simple merge