|
From: <fir...@us...> - 2013-11-23 00:49:43
|
Revision: 58824
http://sourceforge.net/p/firebird/code/58824
Author: firebirds
Date: 2013-11-23 00:49:40 +0000 (Sat, 23 Nov 2013)
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 2013-11-22 15:23:48 UTC (rev 58823)
+++ firebird/trunk/ChangeLog 2013-11-23 00:49:40 UTC (rev 58824)
@@ -1,3 +1,39 @@
+ 2013-11-22 15:23 alexpeshkoff
+ M src/include/consts_pub.h
+Postfix for CORE-4273: No need breaking old apps using isc_dpb_gsec_attach
+
+ 2013-11-22 15:21 alexpeshkoff
+ M builds/install/misc/databases.conf.in
+ M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
+ M src/auth/SecurityDatabase/LegacyManagement.epp
+ M src/burp/burp.cpp
+ M src/common/config/config.cpp
+ M src/common/config/config.h
+ M src/include/consts_pub.h
+ M src/jrd/jrd.cpp
+ M src/jrd/tra.cpp
+ M src/remote/server/server.cpp
+Implemented CORE-4273: Per-database control on access to database from remote stations
+
+ 2013-11-22 08:10 alexpeshkoff
+ M builds/install/misc/firebird.conf.in
+Fixed CORE-4154: Firebird.conf should list names of (standard) authentication + usermanager plugins
+
+ 2013-11-22 07:44 alexpeshkoff
+ M src/common/MsgMetadata.h
+ M src/include/firebird/Provider.h
+ M src/remote/client/BlrFromMessage.cpp
+Scale of variable is signed value
+
+ 2013-11-22 06:42 alexpeshkoff
+ M src/common/StatementMetadata.cpp
+ M src/yvalve/why.cpp
+Fixed CORE-4178: New API should return proper metadata properties, not the historical artifacts
+
+ 2013-11-22 06:39 alexpeshkoff
+ M src/remote/client/BlrFromMessage.cpp
+misc
+
2013-11-21 07:31 alexpeshkoff
M src/jrd/jrd.cpp
Enable linger only in multiuser server mode. This should also fix windows build.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-11-22 15:23:48 UTC (rev 58823)
+++ firebird/trunk/src/jrd/build_no.h 2013-11-23 00:49:40 UTC (rev 58824)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30753
+ FORMAL BUILD NUMBER:30759
*/
-#define PRODUCT_VER_STRING "3.0.0.30753"
-#define FILE_VER_STRING "WI-T3.0.0.30753"
-#define LICENSE_VER_STRING "WI-T3.0.0.30753"
-#define FILE_VER_NUMBER 3, 0, 0, 30753
+#define PRODUCT_VER_STRING "3.0.0.30759"
+#define FILE_VER_STRING "WI-T3.0.0.30759"
+#define LICENSE_VER_STRING "WI-T3.0.0.30759"
+#define FILE_VER_NUMBER 3, 0, 0, 30759
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30753"
+#define FB_BUILD_NO "30759"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 1"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2013-11-22 15:23:48 UTC (rev 58823)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-11-23 00:49:40 UTC (rev 58824)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30753
+BuildNum=30759
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|