edwin: Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 18 Mar 2018 01:04:26 +0000 (18:04 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 18 Mar 2018 01:04:26 +0000 (18:04 -0700)
src/edwin/NEWS
src/edwin/configure.ac
src/edwin/debian/changelog
src/edwin/make.scm

index 0236b601f1d8620afdf37fff026b8cf724cdcd53..1404618ecf9eaed27c0241c36953c32f782ca0f2 100644 (file)
@@ -26,6 +26,12 @@ along with MIT/GNU Scheme; if not, write to the Free Software
 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
 02110-1301, USA.
 
+mit-scheme-pucked-edwin 3.116.2 - Matt Birkholz, 2018-03-16
+===========================================================
+
+Fix start-inferior-repl! to not hack editor data structures in the new
+thread.
+
 mit-scheme-pucked-edwin 3.116.1 - Matt Birkholz, 2017-02-06
 ===========================================================
 
index a27afbaa652672a3547cae3d8add064553b80868..8630137af2bb9ef877bab9801bdd3018ea59c641 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT([MIT/GNU Scheme Pucked edwin plugin],
-        [3.116.1],
+        [3.116.2],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-edwin])
 AC_CONFIG_SRCDIR([edwin.pkg])
index c9c220c11de3148cfbefdaa6e8dcedc6a41a9afc..e7498f28ab263ce906bdd14aa44bb1f88796ea8c 100644 (file)
@@ -1,3 +1,10 @@
+mit-scheme-pucked-edwin (3.116.2) birchwood; urgency=low
+
+  * Fix start-inferior-repl! to not hack editor data structures in the
+    new thread.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 16 Mar 2018 00:00:00 -0000
+
 mit-scheme-pucked-edwin (3.116.1) birchwood; urgency=low
 
   * Initial Debianization.
index 03d4a0add1f28a06d75bf6480b922546845cd60c..b6250f8abe2b858b4b9d2b57574b0b6cc7162c53 100644 (file)
@@ -34,4 +34,4 @@ USA.
     (load-package-set "edwin"
       `((alternate-package-loader
         . ,(load "edwin.bld" system-global-environment))))))
-(add-subsystem-identification! "Edwin" '(3 116 1))
\ No newline at end of file
+(add-subsystem-identification! "Edwin" '(3 116 2))
\ No newline at end of file