Increment version.
authorMatt Birkholz <matt@birchwood-abbey.net>
Sun, 5 Nov 2017 23:35:01 +0000 (16:35 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Sun, 5 Nov 2017 23:35:01 +0000 (16:35 -0700)
debian/changelog
src/runtime/version.scm

index 8a09be2daa4eb7cb2b751f10118acccff29859c4..7afa0d96ed70a4ddb53ebe877cedbb310a9df587 100644 (file)
@@ -1,3 +1,11 @@
+mit-scheme-pucked (9.2.9) birchwood; urgency=low
+
+  * Do not install an empty plugins.scm during an upgrade.  Create it
+    when the first plugin is installed.  Remove it only when removing
+    (not upgrading!) the core package.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Sun,  5 May 2016 15:00:00 -0700
+
 mit-scheme-pucked (9.2.8) birchwood; urgency=low
 
   * Lose icon and .desktop file to the x11-screen plugin.
index e6ef41c1c0d572c83f7c93eda8894e146d4b0e6a..37a670b049137f4c3226b9151e0509fd9e18ce1d 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 8))
+   (add-subsystem-identification! "Release" '(9 2 9))
    (snarf-microcode-version!)
    (add-event-receiver! event:after-restore snarf-microcode-version!)
    (add-subsystem-identification! "Runtime" '(15 8))))