aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-11-14 13:37:43 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-11-14 13:37:43 +0000
commitd728918a262eeaae0bbf346e1dcf0e6974894c9d (patch)
tree8263f584ae995988d448098fc88e430847951687 /NEWS
parentb4853081fbde54085eae5cd5a63c74f15ae7bd7c (diff)
downloadmailfromd-d728918a262eeaae0bbf346e1dcf0e6974894c9d.tar.gz
mailfromd-d728918a262eeaae0bbf346e1dcf0e6974894c9d.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@910 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS18
1 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3ff2dd52..27cffe0f 100644
--- a/NEWS
+++ b/NEWS
@@ -5,7 +5,23 @@ See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 3.0.90 (CVS)
+Version 3.0.91
+
+* Language changes:
+
+** Code optimization
+
+Parse tree is optimized before code generation. This can be
+controlled using -Olevel option, where `level' is the optimization
+level. Currently implemented levels are 0 (no optimization) and 1
+(full optimization), which is the default.
+
+* Bugfixes
+** Switch statements without the default branch produced incorrect code
+(the very first branch was used as the default one). This is fixed.
+
+
+Version 3.0.90 (CVS,2006-11-14)
* Language changes:

Return to:

Send suggestions and report system problems to the System administrator.