edwin 3.117.3 mit-scheme-pucked-edwin-3.117.3
authorMatt Birkholz <matt@birchwood-abbey.net>
Tue, 8 Jan 2019 04:07:03 +0000 (21:07 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Tue, 8 Jan 2019 22:06:38 +0000 (15:06 -0700)
src/edwin/NEWS
src/edwin/configure.ac
src/edwin/debian/changelog
src/edwin/make.scm

index 49c7b624fcb5026808129cb5acb8b27da26e8cca..5771106816c242e7105e98be8b06981285b2e03d 100644 (file)
@@ -26,6 +26,11 @@ 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.117.3 - Matt Birkholz, 2019-01-07
+===========================================================
+
+New release upstream with improved performance.
+
 mit-scheme-pucked-edwin 3.117.2 - Matt Birkholz, 2018-11-27
 ===========================================================
 
index c55f95e687328fdd4cd1ec2c4ace334f7f6e4573..0333adb9f7a026285a8fa3d58a4c97280b02ccda 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.117.2],
+        [3.117.3],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-edwin])
 AC_CONFIG_SRCDIR([edwin.pkg])
index 3d5e5af04a97fa5c317ec94838858dc6073ceff4..673fef86e84c8fc842b1a6cb5bc588d4de87607f 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-edwin (3.117.3) birchwood; urgency=low
+
+  * New release upstream with improved performance.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Mon, 07 Jan 2019 00:00:00 -0000
+
 mit-scheme-pucked-edwin (3.117.2) birchwood; urgency=low
 
   * New release upstream supporting Unicode and plugins.
index c4b8117e4be18d9e15ecd4e8bc3d4207cb578b77..7ed764e0d3cd2316697c42c9f4b572a193079c53 100644 (file)
@@ -35,4 +35,4 @@ USA.
     (load-package-set "edwin"
       `((alternate-package-loader
         . ,(load "edwin.bld" system-global-environment))))))
-(add-subsystem-identification! "Edwin" '(3 117 2))
\ No newline at end of file
+(add-subsystem-identification! "Edwin" '(3 117 3))
\ No newline at end of file