|
From: <fir...@us...> - 2010-10-03 03:15:17
|
Revision: 51621
http://firebird.svn.sourceforge.net/firebird/?rev=51621&view=rev
Author: firebirds
Date: 2010-10-03 03:15:10 +0000 (Sun, 03 Oct 2010)
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 2010-10-03 00:50:17 UTC (rev 51620)
+++ firebird/trunk/ChangeLog 2010-10-03 03:15:10 UTC (rev 51621)
@@ -1,3 +1,14 @@
+ 2010-10-03 00:50 asfernandes
+ M src/dsql/BoolNodes.cpp
+ M src/dsql/ExprNodes.cpp
+ M src/jrd/Collation.cpp
+ M src/jrd/Collation.h
+ M src/jrd/SimilarToMatcher.h
+ M src/jrd/intl_classes.h
+ M src/utilities/ntrace/TraceConfiguration.cpp
+ M src/utilities/ntrace/TracePluginImpl.cpp
+Sub-task CORE-3147 - Fix SUBSTRING(SIMILAR) in regard to initial and final shortest matching specified in the standard
+
2010-09-30 15:40 asfernandes
M src/jrd/SimilarToMatcher.h
Improve the debug log
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2010-10-03 00:50:17 UTC (rev 51620)
+++ firebird/trunk/src/jrd/build_no.h 2010-10-03 03:15:10 UTC (rev 51621)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:28746
+ FORMAL BUILD NUMBER:28747
*/
-#define PRODUCT_VER_STRING "3.0.0.28746"
-#define FILE_VER_STRING "WI-T3.0.0.28746"
-#define LICENSE_VER_STRING "WI-T3.0.0.28746"
-#define FILE_VER_NUMBER 3, 0, 0, 28746
+#define PRODUCT_VER_STRING "3.0.0.28747"
+#define FILE_VER_STRING "WI-T3.0.0.28747"
+#define LICENSE_VER_STRING "WI-T3.0.0.28747"
+#define FILE_VER_NUMBER 3, 0, 0, 28747
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "28746"
+#define FB_BUILD_NO "28747"
#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 2010-10-03 00:50:17 UTC (rev 51620)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-03 03:15:10 UTC (rev 51621)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=28746
+BuildNum=28747
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|