|
From: <fir...@us...> - 2011-08-03 03:19:14
|
Revision: 53368
http://firebird.svn.sourceforge.net/firebird/?rev=53368&view=rev
Author: firebirds
Date: 2011-08-03 03:19:07 +0000 (Wed, 03 Aug 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-08-02 11:54:30 UTC (rev 53367)
+++ firebird/trunk/ChangeLog 2011-08-03 03:19:07 UTC (rev 53368)
@@ -1,3 +1,30 @@
+ 2011-08-02 11:54 alexpeshkoff
+ M builds/posix/darwin.defaults
+ M builds/posix/make.defaults
+ M builds/posix/prefix.aix_powerpc
+ M builds/posix/prefix.aix_powerpc_xlc
+ M builds/posix/prefix.hpux_aCC
+ M builds/posix/prefix.mingw
+ M src/common/unicode_util.cpp
+ M src/common/unicode_util.h
+ M src/intl/cs_icu.cpp
+ M src/intl/cv_icu.cpp
+Enabled use of any available on the target system ICU version for non-collation calls
+
+ 2011-08-02 09:26 alexpeshkoff
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ M src/common/sdl.cpp
+ M src/include/gen/codetext.h
+ M src/include/gen/iberror.h
+ M src/include/gen/msgs.h
+ M src/include/gen/sql_code.h
+ M src/include/gen/sql_state.h
+ M src/msgs/facilities2.sql
+ M src/msgs/messages2.sql
+ M src/msgs/system_errors2.sql
+Make diagnostics about wrong array subscript a bit better
+
2011-07-30 07:14 robocop
M src/common/classes/stack.h
M src/dsql/DdlNodes.epp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-08-02 11:54:30 UTC (rev 53367)
+++ firebird/trunk/src/jrd/build_no.h 2011-08-03 03:19:07 UTC (rev 53368)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29515
+ FORMAL BUILD NUMBER:29517
*/
-#define PRODUCT_VER_STRING "3.0.0.29515"
-#define FILE_VER_STRING "WI-T3.0.0.29515"
-#define LICENSE_VER_STRING "WI-T3.0.0.29515"
-#define FILE_VER_NUMBER 3, 0, 0, 29515
+#define PRODUCT_VER_STRING "3.0.0.29517"
+#define FILE_VER_STRING "WI-T3.0.0.29517"
+#define LICENSE_VER_STRING "WI-T3.0.0.29517"
+#define FILE_VER_NUMBER 3, 0, 0, 29517
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29515"
+#define FB_BUILD_NO "29517"
#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-08-02 11:54:30 UTC (rev 53367)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-08-03 03:19:07 UTC (rev 53368)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29515
+BuildNum=29517
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|