|
From: <fir...@us...> - 2014-12-18 00:15:41
|
Revision: 60380
http://sourceforge.net/p/firebird/code/60380
Author: firebirds
Date: 2014-12-18 00:15:38 +0000 (Thu, 18 Dec 2014)
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 2014-12-17 14:31:02 UTC (rev 60379)
+++ firebird/trunk/ChangeLog 2014-12-18 00:15:38 UTC (rev 60380)
@@ -1,3 +1,113 @@
+ 2014-12-17 14:31 alexpeshkoff
+ M configure.ac
+ M src/burp/burp.cpp
+ M src/burp/mvol.cpp
+ M src/burp/split/spit.cpp
+ M src/common/classes/TempFile.cpp
+ M src/common/classes/alloc.cpp
+ M src/common/config/config_file.cpp
+ M src/common/isc_file.cpp
+ M src/common/os/os_utils.h
+ M src/common/os/posix/divorce.cpp
+ M src/common/os/posix/guid.cpp
+ M src/common/os/posix/os_utils.cpp
+ M src/common/os/win32/os_utils.cpp
+ M src/common/utils.cpp
+ M src/jrd/Optimizer.cpp
+ M src/jrd/ext.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/opt.cpp
+ M src/jrd/os/posix/unix.cpp
+ M src/jrd/svc.cpp
+ M src/jrd/trace/TraceConfigStorage.cpp
+ M src/lock/lock.cpp
+ M src/remote/SockAddr.h
+ M src/remote/inet.cpp
+ M src/remote/remote.h
+ M src/remote/server/os/posix/inet_server.cpp
+ M src/remote/server/os/win32/srvr_w32.cpp
+ M src/remote/server/server.cpp
+ M src/utilities/analyse.cpp
+ M src/utilities/gstat/dba.epp
+ M src/utilities/nbackup/nbackup.cpp
+ M src/yvalve/gds.cpp
+ M src/yvalve/utl.cpp
+Work in progress on CORE-3632: make all file descriptors, opened by firebird, close on exec()
+
+ 2014-12-17 11:56 dimitr
+ M src/dsql/DdlNodes.epp
+Fixed CORE-4622: Regression: Trigger with UPDATE OR INSERT statement and IIF() not working as expected.
+
+ 2014-12-17 10:38 dimitr
+ M src/dsql/ExprNodes.cpp
+ M src/dsql/ExprNodes.h
+ M src/dsql/StmtNodes.cpp
+ M src/dsql/parse.y
+Fixed CORE-4161: User can not insert records into table with column "generated by default as identity" in its DDL.
+
+ 2014-12-17 10:01 dimitr
+ M src/dsql/DdlNodes.epp
+Fixed CORE-4280: FB3: Stored function accepts duplicate input arguments.
+
+ 2014-12-17 07:41 dimitr
+ M src/jrd/met.epp
+Fixed CORE-4472: Message "Modifying function <F> which is currently in use" when running script with AUTODDL=OFF and <F> is called from INTERNAL function declared in other unit.
+
+ 2014-12-16 19:12 dimitr
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ M src/dsql/ExprNodes.cpp
+ M src/dsql/StmtNodes.cpp
+ M src/dsql/dsql.h
+ M src/dsql/metd.epp
+ 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
+Fixed CORE-4572: Incorrect error for PSQL function when the number of actual arguments does not match the number of formal arguments.
+
+ 2014-12-16 17:33 dimitr
+ M src/dsql/parse.y
+Fixed one more regression with explicit plans -- parser error for multiple entries inside the INDEX clause, e.g. SELECT * FROM T WHERE F1 = 0 AND F2 = 0 PLAN (T INDEX (IDX_F1, IDX_F2)).
+
+ 2014-12-16 17:29 dimitr
+ M src/dsql/gen.cpp
+Simplification.
+
+ 2014-12-16 17:28 dimitr
+ M src/dsql/parse.y
+Fixed CORE-4539: Server does not accept the right plan.
+
+ 2014-12-16 14:39 alexpeshkoff
+ M src/alice/aliceswi.h
+ M src/alice/exe.cpp
+ M src/include/consts_pub.h
+ M src/jrd/dfw.epp
+ M src/jrd/dfw_proto.h
+ M src/jrd/jrd.cpp
+ M src/utilities/fbsvcmgr/fbsvcmgr.cpp
+Fixed CORE-4571: Can't select from table with ICU column when database (.FDB) is created on LINUX with icu 4.2.1 and then copied to WINDOWS
+
+ 2014-12-16 11:40 dimitr
+ M src/jrd/Optimizer.cpp
+Postfix for CORE-1550: Unnecessary index scan happens when the same index is mapped to both WHERE and ORDER BY clauses.
+
+ 2014-12-16 10:30 dimitr
+ M src/remote/server/os/posix/inet_server.cpp
+This should fix CORE-4639: Linux server may reject connections with a transliteration error.
+
+ 2014-12-16 05:02 mapopa
+ M src/common/sha.cpp
+Page url changed , use archive.org url
+
+ 2014-12-16 04:41 mapopa
+ M src/include/types_pub.h
+16-bit platforms not supported
+
2014-12-13 08:55 hvlad
M src/jrd/GarbageCollector.cpp
Fixed bug, noted by Claudio in fb-devel
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-12-17 14:31:02 UTC (rev 60379)
+++ firebird/trunk/src/jrd/build_no.h 2014-12-18 00:15:38 UTC (rev 60380)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31474
+ FORMAL BUILD NUMBER:31488
*/
-#define PRODUCT_VER_STRING "3.0.0.31474"
-#define FILE_VER_STRING "WI-T3.0.0.31474"
-#define LICENSE_VER_STRING "WI-T3.0.0.31474"
-#define FILE_VER_NUMBER 3, 0, 0, 31474
+#define PRODUCT_VER_STRING "3.0.0.31488"
+#define FILE_VER_STRING "WI-T3.0.0.31488"
+#define LICENSE_VER_STRING "WI-T3.0.0.31488"
+#define FILE_VER_NUMBER 3, 0, 0, 31488
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31474"
+#define FB_BUILD_NO "31488"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Beta 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-12-17 14:31:02 UTC (rev 60379)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-12-18 00:15:38 UTC (rev 60380)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31474
+BuildNum=31488
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|