aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--NEWS36
-rw-r--r--configure.ac2
3 files changed, 37 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 5659e03..9b0dd5c 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1 +1 @@
-Sergey Poznyakoff <gray@gnu.org>
+Sergey Poznyakoff <gray@gnu.org>, <gray@gnu.org.ua>
diff --git a/NEWS b/NEWS
index 8589cc8..8893c6e 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1,35 @@
-No news is a good news.
+vmod-dbrw -- history of user-visible changes. 2013-07-20
+Copyright (C) 2013 Sergey Poznyakoff
+See the end of file for copying conditions.
+
+Please send vmod-dbrw bug reports to <gray@gnu.org>
+
+
+Version 1.0, 2013-17-20
+
+Initial release
+
+=========================================================================
+Copyright information:
+
+Copyright (C) 2013 Sergey Poznyakoff
+
+ Permission is granted to anyone to make or distribute verbatim copies
+ of this document as received, in any medium, provided that the
+ copyright notice and this permission notice are preserved,
+ thus giving the recipient permission to redistribute in turn.
+
+ Permission is granted to distribute modified versions
+ of this document, or of portions of it,
+ under the above conditions, provided also that they
+ carry prominent notices stating who last changed them.
+
+Local variables:
+mode: outline
+paragraph-separate: "[ ]*$"
+eval: (add-hook 'write-file-hooks 'time-stamp)
+time-stamp-start: "changes. "
+time-stamp-format: "%:y-%02m-%02d"
+time-stamp-end: "\n"
+end:
+
diff --git a/configure.ac b/configure.ac
index a287eb3..8405cfc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-dbrw], 0.99, [gray@gnu.org])
+AC_INIT([vmod-dbrw], 1.0, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_dbrw.vcc)

Return to:

Send suggestions and report system problems to the System administrator.