From: <fir...@us...> - 2011-07-01 03:18:46
|
Revision: 53264 http://firebird.svn.sourceforge.net/firebird/?rev=53264&view=rev Author: firebirds Date: 2011-07-01 03:18:37 +0000 (Fri, 01 Jul 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2011-06-30 13:17:04 UTC (rev 53263) +++ firebird/trunk/ChangeLog 2011-07-01 03:18:37 UTC (rev 53264) @@ -1,3 +1,22 @@ + 2011-06-30 13:17 hvlad + M builds/install/misc/firebird.conf.in + M builds/win32/msvc10/Firebird3.sln + A builds/win32/msvc10/legacy_usermanager.vcxproj (from /firebird/trunk/builds/win32/msvc10/user_management.vcxproj:53251) + A builds/win32/msvc10/legacy_usermanager.vcxproj.filters (from /firebird/trunk/builds/win32/msvc10/user_management.vcxproj.filters:53251) + D builds/win32/msvc10/user_management.vcxproj + D builds/win32/msvc10/user_management.vcxproj.filters + M builds/win32/msvc8/Firebird3.sln + A builds/win32/msvc8/legacy_usermanager.vcxproj (from /firebird/trunk/builds/win32/msvc8/user_management.vcproj:53251) + D builds/win32/msvc8/user_management.vcproj + M builds/win32/msvc9/Firebird3.sln + A builds/win32/msvc9/legacy_usermanager.vcxproj (from /firebird/trunk/builds/win32/msvc9/user_management.vcproj:53251) + D builds/win32/msvc9/user_management.vcproj + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/common/config/config.cpp +Make legacy (security database based) user management plugin consistent : +- binary name changed from user_management.dll to legacy_usermanager.dll (on Windows only, POSIX will follow soon) +- registration name was changed from "Legacy_Auth" to "Legacy_UserManager" (see UserManager setting in firebird.conf) + 2011-06-29 20:18 hvlad M src/jrd/jrd.cpp M src/yvalve/why.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2011-06-30 13:17:04 UTC (rev 53263) +++ firebird/trunk/src/jrd/build_no.h 2011-07-01 03:18:37 UTC (rev 53264) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29477 + FORMAL BUILD NUMBER:29478 */ -#define PRODUCT_VER_STRING "3.0.0.29477" -#define FILE_VER_STRING "WI-T3.0.0.29477" -#define LICENSE_VER_STRING "WI-T3.0.0.29477" -#define FILE_VER_NUMBER 3, 0, 0, 29477 +#define PRODUCT_VER_STRING "3.0.0.29478" +#define FILE_VER_STRING "WI-T3.0.0.29478" +#define LICENSE_VER_STRING "WI-T3.0.0.29478" +#define FILE_VER_NUMBER 3, 0, 0, 29478 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29477" +#define FB_BUILD_NO "29478" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2011-06-30 13:17:04 UTC (rev 53263) +++ firebird/trunk/src/misc/writeBuildNum.sh 2011-07-01 03:18:37 UTC (rev 53264) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29477 +BuildNum=29478 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |