added md5 and radius message handling functions and raised the version number to 0.7.0

This commit is contained in:
2017-08-28 14:22:02 +00:00
parent b0008974c3
commit 25e49a4526
55 changed files with 4594 additions and 286 deletions

View File

@ -4,7 +4,7 @@ dnl Make sure you change the version information
dnl in include/qse/conf_*.h whenever you change the version
dnl here. Those files don't depend on autoconf, thus requiring
dnl manual change.
AC_INIT([qse],[0.6.1],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],[],[http://code.abiyo.net/@qse])
AC_INIT([qse],[0.7.0],[Chung, Hyung-Hwan (hyunghwan.chung@gmail.com)],[],[http://code.abiyo.net/@qse])
AC_CONFIG_HEADER([include/qse/config.h])
AC_CONFIG_AUX_DIR([ac])
@ -788,24 +788,30 @@ AC_CONFIG_FILES([
include/Makefile
include/qse/Makefile
include/qse/cmn/Makefile
include/qse/cry/Makefile
include/qse/si/Makefile
include/qse/awk/Makefile
include/qse/sed/Makefile
include/qse/xli/Makefile
include/qse/http/Makefile
include/qse/rad/Makefile
lib/Makefile
lib/cmn/Makefile
lib/cry/Makefile
lib/si/Makefile
lib/awk/Makefile
lib/sed/Makefile
lib/xli/Makefile
lib/http/Makefile
lib/rad/Makefile
lib/qsecmn.pc
lib/qsecry.pc
lib/qsesi.pc
lib/qsesed.pc
lib/qseawk.pc
lib/qsexli.pc
lib/qsehttp.pc
lib/qserad.pc
cmd/Makefile
cmd/awk/Makefile
cmd/sed/Makefile