|
From: <fir...@us...> - 2013-04-14 00:46:18
|
Revision: 57949
http://sourceforge.net/p/firebird/code/57949
Author: firebirds
Date: 2013-04-14 00:46:15 +0000 (Sun, 14 Apr 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-04-13 16:31:12 UTC (rev 57948)
+++ firebird/trunk/ChangeLog 2013-04-14 00:46:15 UTC (rev 57949)
@@ -1,3 +1,53 @@
+ 2013-04-13 16:31 dimitr
+ M src/common/classes/Synchronize.cpp
+ M src/common/classes/Synchronize.h
+Misc and small cleanup.
+
+ 2013-04-13 15:07 dimitr
+ M src/alice/alice.h
+ M src/burp/burp.h
+ M src/common/ThreadData.cpp
+ M src/common/ThreadData.h
+ M src/jrd/jrd.h
+ M src/utilities/gsec/gsec.h
+ M src/utilities/gstat/dba.epp
+Moved ThreadData into the namespace + small cleanup.
+
+ 2013-04-13 13:20 dimitr
+ M src/common/gdsassert.h
+Fixed typo, thanks to Claudio.
+
+ 2013-04-13 07:11 dimitr
+ M src/auth/SecureRemotePassword/manage/SrpManagement.cpp
+ M src/include/firebird/Provider.h
+ M src/jrd/EngineInterface.h
+ M src/jrd/extds/InternalDS.cpp
+ M src/jrd/jrd.cpp
+ M src/remote/client/interface.cpp
+ M src/remote/server/server.cpp
+ M src/yvalve/YObjects.h
+ M src/yvalve/why.cpp
+Add interface support for scrollable DSQL cursors. Implementation will follow later.
+
+ 2013-04-13 07:09 dimitr
+ M doc/README.incompatibilities.txt
+Updated docs.
+
+ 2013-04-13 06:50 dimitr
+ M doc/sql.extensions/README.keywords
+Updated docs.
+
+ 2013-04-13 05:58 dimitr
+ M doc/README.monitoring_tables
+ M doc/WhatsNew
+ M doc/sql.extensions/README.builtin_functions.txt
+ M doc/sql.extensions/README.cursors
+The initial list of changes for Alpha.
+
+ 2013-04-13 05:11 dimitr
+ M src/common/cvt.cpp
+Misc.
+
2013-04-12 17:59 dimitr
M src/common/cvt.cpp
Fixed CORE-4082: Wrong error message.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-04-13 16:31:12 UTC (rev 57948)
+++ firebird/trunk/src/jrd/build_no.h 2013-04-14 00:46:15 UTC (rev 57949)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30351
+ FORMAL BUILD NUMBER:30359
*/
-#define PRODUCT_VER_STRING "3.0.0.30351"
-#define FILE_VER_STRING "WI-T3.0.0.30351"
-#define LICENSE_VER_STRING "WI-T3.0.0.30351"
-#define FILE_VER_NUMBER 3, 0, 0, 30351
+#define PRODUCT_VER_STRING "3.0.0.30359"
+#define FILE_VER_STRING "WI-T3.0.0.30359"
+#define LICENSE_VER_STRING "WI-T3.0.0.30359"
+#define FILE_VER_NUMBER 3, 0, 0, 30359
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30351"
+#define FB_BUILD_NO "30359"
#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 2013-04-13 16:31:12 UTC (rev 57948)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-04-14 00:46:15 UTC (rev 57949)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30351
+BuildNum=30359
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|