blowfish/Makefile.am (EXTRA_DIST): check-doc.sh missing from source
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 29 Dec 2017 17:11:47 +0000 (10:11 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 29 Dec 2017 17:11:47 +0000 (10:11 -0700)
src/blowfish/Makefile.am
src/blowfish/NEWS
src/blowfish/configure.ac
src/blowfish/debian/changelog
src/blowfish/make.scm

index c5d44829a069775323f7743793416091ed43087a..e99fb63ede5030fdcbc60a91f2e9b5966717306e 100644 (file)
@@ -98,7 +98,7 @@ TAGS_DEPENDENCIES = $(all_sources) $(cdecls)
 
 EXTRA_DIST += $(all_sources) $(cdecls) compile.scm blowfish.pkg
 EXTRA_DIST += blowfish-test.scm blowfish-check.sh
-EXTRA_DIST += make.scm optiondb.scm tags-fix.sh debian
+EXTRA_DIST += make.scm optiondb.scm check-doc.sh tags-fix.sh debian
 
 install-data-hook:
        ( echo '(add-plugin "blowfish" "@MIT_SCHEME_PROJECT@"'; \
index bf67a94dce729617ce91aff4dd814e9ff61831be..c16fef344112fb3194c88e1a2578881d0f94784f 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-blowfish 0.2.4 - Matt Birkholz, 2017-12-29
+============================================================
+
+check-doc.sh missing from source distribution.
+
 mit-scheme-pucked-blowfish 0.2.3 - Matt Birkholz, 2017-12-26
 ============================================================
 
index b4657911e6816a98c2489cb612cdd1c1aaf736be..d464d67bfad3c0197ba7e3046e5bbcb0cacc5c72 100644 (file)
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.69])
 AC_INIT([MIT/GNU Scheme Pucked blowfish plugin],
-        [0.2.3],
+        [0.2.4],
         [matt@birchwood-abbey.net],
         [mit-scheme-pucked-blowfish])
 AC_CONFIG_SRCDIR([blowfish.pkg])
index 7c66d771841d712c072058f2864526c9f6c6bdc8..d8e1198ad0ecb279a21e33944bae2008879a9593 100644 (file)
@@ -1,3 +1,9 @@
+mit-scheme-pucked-blowfish (0.2.4) birchwood; urgency=low
+
+  * check-doc.sh missing from source distribution.
+
+ -- Matt Birkholz <matt@birchwood-abbey.net>  Fri, 29 Dec 2017 00:00:00 -0000
+       
 mit-scheme-pucked-blowfish (0.2.3) birchwood; urgency=low
 
   * Upstream includes new blowfish tests.
index c8dce005532b78fc306fbfc2c6c505a96b2ed821..fa5cd3e778a568656defb45dd0201c2f0c550e61 100644 (file)
@@ -6,4 +6,4 @@
   (lambda ()
     (load-package-set "blowfish")))
 
-(add-subsystem-identification! "Blowfish" '(0 2 3))
\ No newline at end of file
+(add-subsystem-identification! "Blowfish" '(0 2 4))
\ No newline at end of file