From: <fir...@us...> - 2012-06-01 03:21:07
|
Revision: 54575 http://firebird.svn.sourceforge.net/firebird/?rev=54575&view=rev Author: firebirds Date: 2012-06-01 03:21:00 +0000 (Fri, 01 Jun 2012) 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 2012-05-31 16:53:42 UTC (rev 54574) +++ firebird/trunk/ChangeLog 2012-06-01 03:21:00 UTC (rev 54575) @@ -1,3 +1,119 @@ + 2012-05-31 16:53 alexpeshkoff + M builds/posix/Makefile.in + M builds/posix/Makefile.in.plugins_examples + M builds/posix/firebird.vers + M builds/posix/make.defaults + M builds/posix/make.shared.variables + M builds/win32/defs/firebird.def + A examples/dbcrypt + A examples/dbcrypt/CryptApplication.cpp + A examples/dbcrypt/CryptKeyHolder.cpp + A examples/dbcrypt/DbCrypt.cpp + A examples/dbcrypt/ReadMe.txt + M src/auth/SecureRemotePassword/manage/SrpManagement.cpp + M src/auth/SecureRemotePassword/server/SrpServer.cpp + M src/common/IntlUtil.cpp + M src/common/TextType.cpp + M src/common/TextType.h + M src/common/classes/GetPlugins.h + M src/common/classes/ImplementHelper.h + M src/common/config/config.cpp + M src/common/config/config.h + M src/common/isc.cpp + M src/common/isc_file.cpp + M src/common/sdl.cpp + M src/dsql/BoolNodes.cpp + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/ExprNodes.cpp + M src/dsql/parse.y + M src/gpre/boot/gpre_meta_boot.cpp + M src/include/consts_pub.h + M src/include/firebird/Crypt.h + M src/include/firebird/Interface.h + M src/include/firebird/Plugin.h + M src/include/firebird/Provider.h + M src/include/gen/ids.h + M src/jrd/Attachment.cpp + M src/jrd/Attachment.h + M src/jrd/Collation.cpp + M src/jrd/Collation.h + A src/jrd/CryptoManager.cpp + A src/jrd/CryptoManager.h + M src/jrd/Database.cpp + M src/jrd/Database.h + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/EngineInterface.h + M src/jrd/Function.epp + M src/jrd/GlobalRWLock.cpp + M src/jrd/GlobalRWLock.h + M src/jrd/IntlManager.cpp + M src/jrd/JrdStatement.cpp + M src/jrd/Optimizer.cpp + M src/jrd/RecordNumber.h + M src/jrd/SysFunction.cpp + M src/jrd/VirtualTable.cpp + M src/jrd/blb.h + M src/jrd/btr.cpp + M src/jrd/cch.cpp + M src/jrd/cmp.cpp + M src/jrd/cvt2.cpp + M src/jrd/dfw.epp + M src/jrd/dfw_proto.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/ibase.h + M src/jrd/idx.cpp + M src/jrd/intl.cpp + M src/jrd/intl_classes.h + M src/jrd/intl_proto.h + M src/jrd/jrd.cpp + M src/jrd/lck.cpp + M src/jrd/lck.h + M src/jrd/lck_proto.h + M src/jrd/met.epp + M src/jrd/names.h + M src/jrd/nbak.cpp + M src/jrd/ods.h + M src/jrd/opt.cpp + M src/jrd/os/posix/unix.cpp + M src/jrd/pag.cpp + M src/jrd/recsrc/HashJoin.cpp + M src/jrd/relations.h + M src/jrd/rlck.cpp + M src/jrd/sdw.cpp + M src/jrd/svc.cpp + M src/jrd/svc.h + M src/jrd/tpc.cpp + M src/jrd/tra.cpp + M src/jrd/tra.h + M src/jrd/val.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/plugins/crypt/arc4/Arc4.cpp + M src/remote/client/interface.cpp + M src/remote/inet.cpp + M src/remote/protocol.cpp + M src/remote/protocol.h + M src/remote/remote.cpp + M src/remote/remote.h + M src/remote/server/server.cpp + M src/utilities/fbsvcmgr/fbsvcmgr.cpp + M src/utilities/gstat/dba.epp + M src/utilities/gstat/dbaswi.h + M src/utilities/gstat/ppg.cpp + M src/utilities/ntrace/TracePluginImpl.h + M src/yvalve/MasterImplementation.cpp + M src/yvalve/MasterImplementation.h + M src/yvalve/YObjects.h + M src/yvalve/gds.cpp + M src/yvalve/keywords.cpp + M src/yvalve/why.cpp + M src/yvalve/why_proto.h +Implemented CORE-3861: Make it possible to encrypt database +Also some cleanups, the most important are: +- meaningful ctor on Jrd::Lock, helping to avoid code dup +- avoid unneeded h-file dependencies, making boot build engine dependent + 2012-05-29 20:19 mkubecek M src/isql/isql.epp isql: fix buffer overflow when 'set width' sets bigger width Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2012-05-31 16:53:42 UTC (rev 54574) +++ firebird/trunk/src/jrd/build_no.h 2012-06-01 03:21:00 UTC (rev 54575) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:29984 + FORMAL BUILD NUMBER:29985 */ -#define PRODUCT_VER_STRING "3.0.0.29984" -#define FILE_VER_STRING "WI-T3.0.0.29984" -#define LICENSE_VER_STRING "WI-T3.0.0.29984" -#define FILE_VER_NUMBER 3, 0, 0, 29984 +#define PRODUCT_VER_STRING "3.0.0.29985" +#define FILE_VER_STRING "WI-T3.0.0.29985" +#define LICENSE_VER_STRING "WI-T3.0.0.29985" +#define FILE_VER_NUMBER 3, 0, 0, 29985 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "29984" +#define FB_BUILD_NO "29985" #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 2012-05-31 16:53:42 UTC (rev 54574) +++ firebird/trunk/src/misc/writeBuildNum.sh 2012-06-01 03:21:00 UTC (rev 54575) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=29984 +BuildNum=29985 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |