~ chicken-core (chicken-5) 49489e99244a38923fc91fdb70ed7276e14eb638


commit 49489e99244a38923fc91fdb70ed7276e14eb638
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Fri Nov 20 15:39:01 2009 +0100
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Fri Nov 20 15:39:01 2009 +0100

    bumped version to 4.2.7

diff --git a/NEWS b/NEWS
index 81c90b52..38a3c267 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
+4.2.7
+
+- fixed bugs in `standard-extension' (`setup-api' module) and added keyword 
+  arguments for building static extensions and adding custom properties
+- when cross-compiling, `chicken-install(1)' doesn't pass `-setup-mode'
+  (the host tools should not attempt to load target binaries)
+- `installation-prefix' in the `setup-api' module was not always correctly
+  set
+- the `-force' option in `chicken-install(1)' overrides tje CHICKEN version
+  check
+- disabled e-mail feature in `chicken-bug(1)', since it doesn't work
+  anyway, in the moment
+
 4.2.6
 
-- Fixed bug in `reexport' that made it impossible to reexport core library
+- fixed bug in `reexport' that made it impossible to reexport core library
   definitions
 
 4.2.5
diff --git a/README b/README
index de1e1029..22e2492a 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@
   (c) 2000-2007, Felix L. Winkelmann
   (c) 2008-2009, The Chicken Team
 
-  version 4.2.6
+  version 4.2.7
 
 
  1. Introduction:
diff --git a/buildversion b/buildversion
index 0ce756d2..c30a8151 100644
--- a/buildversion
+++ b/buildversion
@@ -1 +1 @@
-4.2.6
\ No newline at end of file
+4.2.7
\ No newline at end of file
diff --git a/manual/The User's Manual b/manual/The User's Manual
index 72ee01f3..464fd0f7 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.2.6
+This is the manual for Chicken Scheme, version 4.2.7
 
 ; [[Getting started]] : What is CHICKEN and how do I use it?
 
diff --git a/version.scm b/version.scm
index 73b9a02d..d7254a20 100644
--- a/version.scm
+++ b/version.scm
@@ -1 +1 @@
-(define-constant +build-version+ "4.2.6")
+(define-constant +build-version+ "4.2.7")
Trap