Version 9.2.17. mit-scheme-pucked-9.2.17 mit-scheme-pucked-x11-1.1.0
authorMatt Birkholz <matt@birchwood-abbey.net>
Thu, 19 Jul 2018 16:06:46 +0000 (09:06 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Thu, 19 Jul 2018 16:06:46 +0000 (09:06 -0700)
debian/changelog
src/runtime/version.scm

index fd372d069b1ef658b5959eb59b5ee6b5f8e72b27..227a53819023876975dc35c609c0575e54d87dbb 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked (9.2.17) birchwood; urgency=low
+
+  * New upstream fixes pty IO.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Thu, 19 Jul 2018 00:00:00 -0000
+
 mit-scheme-pucked (9.2.16) birchwood; urgency=low
 
   * New upstream fixes alien print method.
index dd07d3fa4e112f9dd3dfdb6f413a009226f76536..388bc7df2a010b69d6085a7c3a31ca2511250073 100644 (file)
@@ -39,7 +39,7 @@ USA.
         (let ((now last-copyright-year)
               (then 1986))
           (iota (+ (- now then) 1) then)))
-   (add-subsystem-identification! "Release" '(9 2 16))
+   (add-subsystem-identification! "Release" '(9 2 17))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))