aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 10 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index 892c956..2a19d04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
-Smap NEWS -- history of user-visible changes. 2010-06-25
+Smap NEWS -- history of user-visible changes. 2010-07-03
Copyright (C) 2006, 2007, 2008, 2009, 2010 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Smap bug reports to <gray+smap@gnu.org.ua>
-Version 1.0.1, (Git)
+Version 1.1, 2010-07-03
* New configuration statements
@@ -26,16 +26,16 @@ pattern and regular expression.
* Transform capability
Transform capability is an optional feature provided by some
-dataabases. It allows to transform requests following certain
+databases. It allows for transforming requests following certain
rules.
Transforms are requested in dispatch rules, e.g.:
dispatch key like <*> transform key dequote
-This rule applies to any request whose key is enclosed in
-angle brackets. It calls transformation method `dequote'
-(which should be defined prior to this statement) on the
+This rule applies to any request which has its key enclosed in
+angle brackets. It applies the transformation method `dequote'
+(which should be defined prior to this statement) to the
key. After the method returns, scanning dispatch rules is
resumed with the modified key value.
@@ -52,8 +52,12 @@ database dequote sed 's/<(.*)>/\1/'
* New module `mysql'
+Provides an interface to MySQL DBMS.
+
* New module `postgres'
+Provides an interface to PostgreSQL DBMS.
+
Version 1.0, 2010-06-19

Return to:

Send suggestions and report system problems to the System administrator.