|
From: <fir...@us...> - 2014-08-29 01:30:25
|
Revision: 60015
http://sourceforge.net/p/firebird/code/60015
Author: firebirds
Date: 2014-08-29 01:30:21 +0000 (Fri, 29 Aug 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-08-28 15:53:43 UTC (rev 60014)
+++ firebird/trunk/ChangeLog 2014-08-29 01:30:21 UTC (rev 60015)
@@ -1,3 +1,53 @@
+ 2014-08-28 15:53 dimitr
+ M src/dsql/StmtNodes.cpp
+ M src/jrd/recsrc/RecordSource.cpp
+ M src/jrd/vio.cpp
+ M src/jrd/vio_proto.h
+Minor refactoring.
+
+ 2014-08-28 15:34 dimitr
+ M src/jrd/recsrc/RecordSource.cpp
+Fixed missing encounting for record refetches.
+
+ 2014-08-28 15:16 dimitr
+ M src/include/gen/ids.h
+ M src/jrd/Monitoring.cpp
+ M src/jrd/RuntimeStatistics.h
+ M src/jrd/names.h
+ M src/jrd/relations.h
+ M src/jrd/vio.cpp
+Minor adjustments to the performance counters. Work in progress.
+
+ 2014-08-28 12:19 roman-simakov
+ M src/dsql/DdlNodes.epp
+ M src/include/gen/ids.h
+ M src/isql/show.epp
+ M src/jrd/grant.epp
+ M src/jrd/irq.h
+ M src/jrd/relations.h
+Fixed CORE-4522 - DDL permission do not protect
+against removal BLOB filters. Owner was added to RDB$FILTERS. ODS is changed.
+Fixed bug when one DDL privilege could be shown several times.
+Removed unneccesary check of locksmith in alter database.
+
+ 2014-08-28 09:30 alexpeshkoff
+ M src/auth/SecurityDatabase/LegacyServer.cpp
+ M src/remote/server/server.cpp
+Minor debug enhancement
+
+ 2014-08-28 09:02 alexpeshkoff
+ M src/common/utils.cpp
+Fixed merge of IStatus into old status vector format - thanks to Pavel
+
+ 2014-08-28 08:55 alexpeshkoff
+ M src/jrd/obj.h
+Added missing name
+
+ 2014-08-28 07:27 alexpeshkoff
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+misc
+
2014-08-27 14:51 dimitr
M src/include/gen/ids.h
M src/jrd/Monitoring.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-08-28 15:53:43 UTC (rev 60014)
+++ firebird/trunk/src/jrd/build_no.h 2014-08-29 01:30:21 UTC (rev 60015)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31309
+ FORMAL BUILD NUMBER:31317
*/
-#define PRODUCT_VER_STRING "3.0.0.31309"
-#define FILE_VER_STRING "WI-T3.0.0.31309"
-#define LICENSE_VER_STRING "WI-T3.0.0.31309"
-#define FILE_VER_NUMBER 3, 0, 0, 31309
+#define PRODUCT_VER_STRING "3.0.0.31317"
+#define FILE_VER_STRING "WI-T3.0.0.31317"
+#define LICENSE_VER_STRING "WI-T3.0.0.31317"
+#define FILE_VER_NUMBER 3, 0, 0, 31317
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31309"
+#define FB_BUILD_NO "31317"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2014-08-28 15:53:43 UTC (rev 60014)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-08-29 01:30:21 UTC (rev 60015)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31309
+BuildNum=31317
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|