~ chicken-core (chicken-5) ceedfdf7f6a37bfffc309f5345e8bbcc7f96debd


commit ceedfdf7f6a37bfffc309f5345e8bbcc7f96debd
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Feb 26 13:34:34 2010 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Feb 26 13:34:34 2010 +0100

    added missing test-files to manifest; bumped version to 4.3.7

diff --git a/NEWS b/NEWS
index 771c89d1..ffd1eea7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+4.3.7
+
+- the system can now be built with llvm-gcc and/or "clang" (the
+  LLVM C compiler which doesn't use the GNU C frontend)
+- added new option `-trunk' to `chicken-install', which forces
+  building and installing the development version of extensions
+  in combination with `-t local'
+- added new option `-deploy' to `chicken-install', which builds
+  extension for use in "deployed" applications (see below)
+- added option `-deploy' to `csc', the compiler driver. With this
+  option `csc' can build fully self-contained application bundles
+  and double-clickable Macintosh GUI apps; see the "Deployment"
+  manual chapter for more information
+- the directory given to the `-prefix' option of `chicken-install'
+  may now be a relative pathname.
+
 4.3.6
 
 - removed GUI-specific runtime library (`libchicken-gui') from
diff --git a/README b/README
index b2feeae9..5553d587 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
   (c) 2008-2009, The Chicken Team
   (c) 2000-2007, Felix L. Winkelmann
 
-  version 4.3.6
+  version 4.3.7
 
 
  1. Introduction:
diff --git a/buildversion b/buildversion
index 64012886..4b8dea47 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.3.6
\ No newline at end of file
+4.3.7
\ No newline at end of file
diff --git a/distribution/manifest b/distribution/manifest
index 66f4a106..4b589b21 100644
--- a/distribution/manifest
+++ b/distribution/manifest
@@ -141,6 +141,8 @@ tests/scrutiny.expected
 tests/syntax-tests.scm
 tests/syntax-tests-2.scm
 tests/meta-syntax-test.scm
+tests/reexport-m1.scm
+tests/reexport-m2.scm
 tests/reexport-tests.scm
 tests/ec.scm
 tests/ec-tests.scm
diff --git a/manual/The User's Manual b/manual/The User's Manual
index 794686ed..c7e1a084 100644
--- a/manual/The User's Manual	
+++ b/manual/The User's Manual	
@@ -6,7 +6,7 @@
 <img style="float:right; border-left:1px solid #ccc;border-bottom:1px solid #ccc;margin-left:1em;" src="http://www.call-with-current-continuation.org/chicken4.png" alt="Stylized picture of a chicken"/>
 </nowiki>
 
-This is the manual for Chicken Scheme, version 4.3.6
+This is the manual for Chicken Scheme, version 4.3.7
 
 ; [[Getting started]] : What is CHICKEN and how do I use it?
 
diff --git a/version.scm b/version.scm
index 9b78c3a0..285d4bb3 100644
--- a/version.scm
+++ b/version.scm
@@ -1 +1 @@
-(define-constant +build-version+ "4.3.6")
+(define-constant +build-version+ "4.3.7")
Trap