- Bump version to 1.0.2
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 12 Jan 2015 21:16:39 +0000 (21:16 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Mon, 12 Jan 2015 21:16:39 +0000 (21:16 +0000)
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/branches/1.0.x@5372 82007160-df01-0410-b94d-b575c5fd34c7

NEWS
configure
configure.ac
src/patchlevel.h

diff --git a/NEWS b/NEWS
index 90008336d86862dbad24a89419fa069d167e3fe2..b195847b50420761cc1fc74d6db67200f0e6f239 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
--- Noteworthy changes in version 1.0.2 (2015-??-??)
+-- Noteworthy changes in version 1.0.2 (2015-01-12)
 o) Added options::negcache_rebuild configuration option
 o) Added basic IPv6 support allowing HOPM to bind and
    connect to IPv6 addresses
+o) Many code cleanups and optimizations
 
 
 -- Noteworthy changes in version 1.0.1 (2015-01-06)
index 97af431b135c6f5108db42926ac56588171fc413..2ccdcb59aa39f1b5083b790d18feb490b8b5e502 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Id: configure.ac 5313 2015-01-06 13:27:21Z michael .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for hopm 1.0.1.
+# Generated by GNU Autoconf 2.69 for hopm 1.0.2.
 #
 # Report bugs to <bugs@ircd-hybrid.org>.
 #
@@ -591,8 +591,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='hopm'
 PACKAGE_TARNAME='hopm'
-PACKAGE_VERSION='1.0.1'
-PACKAGE_STRING='hopm 1.0.1'
+PACKAGE_VERSION='1.0.2'
+PACKAGE_STRING='hopm 1.0.2'
 PACKAGE_BUGREPORT='bugs@ircd-hybrid.org'
 PACKAGE_URL=''
 
@@ -1324,7 +1324,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures hopm 1.0.1 to adapt to many kinds of systems.
+\`configure' configures hopm 1.0.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1394,7 +1394,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of hopm 1.0.1:";;
+     short | recursive ) echo "Configuration of hopm 1.0.2:";;
    esac
   cat <<\_ACEOF
 
@@ -1511,7 +1511,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-hopm configure 1.0.1
+hopm configure 1.0.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1789,7 +1789,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by hopm $as_me 1.0.1, which was
+It was created by hopm $as_me 1.0.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2652,7 +2652,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='hopm'
- VERSION='1.0.1'
+ VERSION='1.0.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -13157,7 +13157,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by hopm $as_me 1.0.1, which was
+This file was extended by hopm $as_me 1.0.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -13223,7 +13223,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-hopm config.status 1.0.1
+hopm config.status 1.0.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 59a143a01955bcc868ae3fa720e5044eb4c63c4a..4abec551bac5e7e315f060765770dea00e9fc3e1 100644 (file)
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
 AC_REVISION([$Id$])
 AC_PREREQ(2.69)
 
-AC_INIT([hopm], [1.0.1], [bugs@ircd-hybrid.org])
+AC_INIT([hopm], [1.0.2], [bugs@ircd-hybrid.org])
 AM_INIT_AUTOMAKE(1.14.1)
 AM_MAINTAINER_MODE
 AC_CONFIG_SRCDIR(src/opercmd.h)
index 21dadbce28049359257b5d6be6e7da56d09f1ee7..76c84f93b7936f46b86e08ada4b67025b94af298 100644 (file)
@@ -4,5 +4,5 @@
  */
 
 #ifndef PATCHLEVEL
-#define PATCHLEVEL   "hopm(TRUNK)"
+#define PATCHLEVEL   "hopm-1.0.2"
 #endif