From 8b6ea70a163d0cfc84394a7241a4dad8a0bf2051 Mon Sep 17 00:00:00 2001 From: Kozlov Dmitry Date: Mon, 30 Jul 2012 12:42:04 +0400 Subject: 1.7.1 release * drop compressor settings on session termination * fixed race condition on termination * fixed unexpected lcp timer start * fixed setting of ACCEL_PPP_VERSION with git coloured output * log_file: fixed bug in per user log * pppoe: tag length sanity check * iprange: accept network with null mask (which actually disables iprange module) * l2tp: various fixes * radius: update Class attribute by CoA request * telnet: check for disconnect condition while processing input chars * implemented per-CTRL ip-pool option to specify default ip pool name --- cmake/cpack.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmake/cpack.cmake') diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index fa5ce3c6..117786a8 100644 --- a/cmake/cpack.cmake +++ b/cmake/cpack.cmake @@ -2,7 +2,7 @@ INCLUDE(InstallRequiredSystemLibraries) SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "7") -SET(CPACK_PACKAGE_VERSION_PATCH "0") +SET(CPACK_PACKAGE_VERSION_PATCH "1") SET(CPACK_PACKAGE_NAME "accel-ppp") SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov ") -- cgit v1.2.3