diff options
author | Kozlov Dmitry <xeb@mail.ru> | 2012-06-15 18:02:30 +0400 |
---|---|---|
committer | Kozlov Dmitry <xeb@mail.ru> | 2012-06-15 18:05:12 +0400 |
commit | c553a7bbbc96d36ba4d0999bb172c7a926518eb1 (patch) | |
tree | b91c29b61cfe97e9cebb81ae6d9d144d891cb5cd /cmake | |
parent | fa315a7a7584f6f4954888c010e3cc84c2b33330 (diff) | |
download | accel-ppp-c553a7bbbc96d36ba4d0999bb172c7a926518eb1.tar.gz accel-ppp-c553a7bbbc96d36ba4d0999bb172c7a926518eb1.zip |
1.7.0 release
* implemented per CTRL mppe config
* implemented vendor/attr options to specify which radius attribute containes ip pool name
* implemented adaptive lcp echo functionality
* implemented leaf qdisc attachment (only sfq at present)
* implemented Challenge attribute handling (l2tp)
* implemented unit(interface) cache
* fixed ip-pre-up script result handling
* fixed time range start detection on startup/config reload
* fixed reading of req-limit option (radius)
* fixed unexpected radattr file removal
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/cpack.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/cpack.cmake b/cmake/cpack.cmake index 4a820867..fa5ce3c6 100644 --- a/cmake/cpack.cmake +++ b/cmake/cpack.cmake @@ -1,8 +1,8 @@ INCLUDE(InstallRequiredSystemLibraries) SET(CPACK_PACKAGE_VERSION_MAJOR "1") -SET(CPACK_PACKAGE_VERSION_MINOR "6") -SET(CPACK_PACKAGE_VERSION_PATCH "1") +SET(CPACK_PACKAGE_VERSION_MINOR "7") +SET(CPACK_PACKAGE_VERSION_PATCH "0") SET(CPACK_PACKAGE_NAME "accel-ppp") SET(CPACK_PACKAGE_CONTACT "Dmitry Kozlov <xeb@mail.ru>") @@ -18,7 +18,7 @@ IF(CPACK_TYPE STREQUAL Debian5) ENDIF(CPACK_TYPE STREQUAL Debian5) IF(CPACK_TYPE STREQUAL Debian6) - SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.11.2), libssl0.9.8 (>= 0.9.8), libpcre3 (>= 8.02), libnl2 (>= 1.99)") + SET(CPACK_DEBIAN_PACKAGE_DEPENDS "libc6 (>= 2.11.2), libssl0.9.8 (>= 0.9.8), libpcre3 (>= 8.02)") INCLUDE(${CMAKE_HOME_DIRECTORY}/cmake/debian/debian.cmake) ENDIF(CPACK_TYPE STREQUAL Debian6) |