aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-09 22:25:21 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-09 22:25:21 +0300
commitb679221d7b862dacd547225fd2ecfa9cd972339c (patch)
tree6924aca33cdf0735db38df2f9a47815ccd3611ae
parent08a7915aaf08e9d2187fd3f26e0326673d4c8eb1 (diff)
downloadvmod-basicauth-b679221d7b862dacd547225fd2ecfa9cd972339c.tar.gz
vmod-basicauth-b679221d7b862dacd547225fd2ecfa9cd972339c.tar.bz2
Version 1.1release-1.1
* NEWS: Update. * configure.ac: Update.
-rw-r--r--NEWS24
-rw-r--r--configure.ac2
2 files changed, 25 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e69de29..cd92d58 100644
--- a/NEWS
+++ b/NEWS
@@ -0,0 +1,24 @@
+Vmod-basicauth NEWS -- history of user-visible changes. 2013-07-09
+Copyright (C) 2013 Sergey Poznyakoff
+See the end of file for copying conditions.
+
+Please send Vmod-basicauth bug reports to <gray@gnu.org>
+
+Version 1.1, 2013-07-09
+
+Implement SHA1 passwords.
+
+
+Version 1.0, 2013-07-07
+
+Initial release.
+
+
+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 95cc42b..83ef69e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,13 +11,13 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with libvmod_basicauth. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([libvmod-basicauth], 1.0, [gray@gnu.org])
+AC_INIT([libvmod-basicauth], 1.1, [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_basicauth.vcc)
AM_CONFIG_HEADER(config.h)
AC_CANONICAL_SYSTEM

Return to:

Send suggestions and report system problems to the System administrator.