|
From: <fir...@us...> - 2012-01-21 03:23:29
|
Revision: 53901
http://firebird.svn.sourceforge.net/firebird/?rev=53901&view=rev
Author: firebirds
Date: 2012-01-21 03:23:22 +0000 (Sat, 21 Jan 2012)
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 2012-01-20 10:23:31 UTC (rev 53900)
+++ firebird/trunk/ChangeLog 2012-01-21 03:23:22 UTC (rev 53901)
@@ -1,3 +1,17 @@
+ 2012-01-20 10:23 dimitr
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ 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/jrd/vio.cpp
+ M src/msgs/facilities2.sql
+ M src/msgs/messages2.sql
+ M src/msgs/system_errors2.sql
+Disallowed deletions from RDB$DATABASE. This fixes the only problematic part of CORE-3735: Unprivileged user can delete from RDB$DATABASE, RDB$COLLATIONS, RDB$CHARACTER_SETS. The implemented solution could be used to protect other system tables from direct modifications.
+
2012-01-20 01:42 asfernandes
M src/common/StatusArg.cpp
M src/common/StatusArg.h
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2012-01-20 10:23:31 UTC (rev 53900)
+++ firebird/trunk/src/jrd/build_no.h 2012-01-21 03:23:22 UTC (rev 53901)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29745
+ FORMAL BUILD NUMBER:29746
*/
-#define PRODUCT_VER_STRING "3.0.0.29745"
-#define FILE_VER_STRING "WI-T3.0.0.29745"
-#define LICENSE_VER_STRING "WI-T3.0.0.29745"
-#define FILE_VER_NUMBER 3, 0, 0, 29745
+#define PRODUCT_VER_STRING "3.0.0.29746"
+#define FILE_VER_STRING "WI-T3.0.0.29746"
+#define LICENSE_VER_STRING "WI-T3.0.0.29746"
+#define FILE_VER_NUMBER 3, 0, 0, 29746
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29745"
+#define FB_BUILD_NO "29746"
#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 2012-01-20 10:23:31 UTC (rev 53900)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2012-01-21 03:23:22 UTC (rev 53901)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29745
+BuildNum=29746
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|