# HG changeset patch # User Sebastien Decugis # Date 1288156773 -32400 # Node ID 144eeab1e3a45288e79321e5783b4f02e10851ca # Parent 30fcb609b2b173087c7459897f5f9841d7052582 Prepare for 1.0.2 diff -r 30fcb609b2b1 -r 144eeab1e3a4 CMakeLists.txt --- a/CMakeLists.txt Wed Oct 27 14:18:06 2010 +0900 +++ b/CMakeLists.txt Wed Oct 27 14:19:33 2010 +0900 @@ -11,7 +11,7 @@ # Version of the source code SET(FD_PROJECT_VERSION_MAJOR 1) SET(FD_PROJECT_VERSION_MINOR 0) -SET(FD_PROJECT_VERSION_REV 1) +SET(FD_PROJECT_VERSION_REV 2) # Version of the API with the library SET(FD_PROJECT_VERSION_API 1) diff -r 30fcb609b2b1 -r 144eeab1e3a4 contrib/debian/changelog --- a/contrib/debian/changelog Wed Oct 27 14:18:06 2010 +0900 +++ b/contrib/debian/changelog Wed Oct 27 14:19:33 2010 +0900 @@ -1,3 +1,10 @@ +freediameter (1.0.2) UNRELEASED; urgency=low + + * Fix an issue in app_diameap.fdx with user names (#18) + * Allow DH parameters loaded from a file (#17) + + -- Sebastien Decugis Wed, 27 Oct 2010 11:17:32 +0900 + freediameter (1.0.1) UNRELEASED; urgency=low * app_acct.fdx: new set of PHP scripts available in source