From: Matt Birkholz <matt@birchwood-abbey.net>
Date: Sun, 18 Mar 2018 01:04:26 +0000 (-0700)
Subject: edwin: Increment version.
X-Git-Tag: mit-scheme-pucked-x11-0.2.2~24
X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6dec086fefb39bb4ab8a3c27d5a6da36ec994b12;p=mit-scheme.git

edwin: Increment version.
---

diff --git a/src/edwin/NEWS b/src/edwin/NEWS
index 0236b601f..1404618ec 100644
--- a/src/edwin/NEWS
+++ b/src/edwin/NEWS
@@ -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
 ===========================================================
 
diff --git a/src/edwin/configure.ac b/src/edwin/configure.ac
index a27afbaa6..8630137af 100644
--- a/src/edwin/configure.ac
+++ b/src/edwin/configure.ac
@@ -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])
diff --git a/src/edwin/debian/changelog b/src/edwin/debian/changelog
index c9c220c11..e7498f28a 100644
--- a/src/edwin/debian/changelog
+++ b/src/edwin/debian/changelog
@@ -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.
diff --git a/src/edwin/make.scm b/src/edwin/make.scm
index 03d4a0add..b6250f8ab 100644
--- a/src/edwin/make.scm
+++ b/src/edwin/make.scm
@@ -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