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 --- accel-pppd/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'accel-pppd') diff --git a/accel-pppd/CMakeLists.txt b/accel-pppd/CMakeLists.txt index 97c60349..1db4137d 100644 --- a/accel-pppd/CMakeLists.txt +++ b/accel-pppd/CMakeLists.txt @@ -10,7 +10,7 @@ IF (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT DEFINED IGNORE_GIT) ) STRING(STRIP ${ACCEL_PPP_VERSION} ACCEL_PPP_VERSION) ELSE (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT DEFINED IGNORE_GIT) - SET (ACCEL_PPP_VERSION 1.7.0) + SET (ACCEL_PPP_VERSION 1.7.1) ENDIF (EXISTS ${CMAKE_HOME_DIRECTORY}/.git AND NOT DEFINED IGNORE_GIT) ADD_DEFINITIONS(-DACCEL_PPP_VERSION="${ACCEL_PPP_VERSION}") -- cgit v1.2.3