|
From: <fir...@us...> - 2011-06-21 10:09:41
|
Revision: 53198
http://firebird.svn.sourceforge.net/firebird/?rev=53198&view=rev
Author: firebirds
Date: 2011-06-21 10:09:32 +0000 (Tue, 21 Jun 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-06-21 09:06:43 UTC (rev 53197)
+++ firebird/trunk/ChangeLog 2011-06-21 10:09:32 UTC (rev 53198)
@@ -1,3 +1,157 @@
+ 2011-06-17 12:39 asfernandes
+ M src/dsql/DdlNodes.epp
+Complement fix for CORE-3140 - Preserve comments for parameters after altering procedures.
+
+ 2011-06-17 01:06 asfernandes
+ M src/jrd/tra.cpp
+ M src/jrd/tra.h
+Misc.
+
+ 2011-06-16 08:58 hvlad
+ M src/jrd/tra.cpp
+ M src/jrd/tra.h
+Fixed bug CORE-3525 : Autonomous transactions should not inherit run-time flags of "parent" transaction
+
+ 2011-06-15 15:55 asfernandes
+ M src/jrd/SimilarToMatcher.h
+Fixed CORE-3523 - SIMILAR TO: False matches on descending ranges.
+
+ 2011-06-15 12:44 hvlad
+ M src/jrd/cch.cpp
+ M src/jrd/tra.cpp
+ M src/jrd/tra_proto.h
+Try to correctly handle IO errors in cache and avoid some internal deadlocks.
+
+ 2011-06-15 11:59 hvlad
+ M src/jrd/cch.cpp
+Additional fix for correct Nbackup state lock accounting. See also CORE-3465
+
+ 2011-06-15 11:43 hvlad
+ M src/jrd/cch.cpp
+ M src/jrd/nbak.cpp
+ M src/jrd/nbak.h
+Fixed bug CORE-3521 : Delta file contents is not flushed to disk
+
+ 2011-06-15 08:35 paulbeach
+ M builds/posix/prefix.darwin_i386
+Fix typo
+
+ 2011-06-15 00:47 asfernandes
+ M src/common/classes/GetPlugins.h
+ M src/common/classes/alloc.cpp
+ M src/utilities/ntrace/traceplugin.cpp
+ M src/yvalve/MasterImplementation.cpp
+ M src/yvalve/PluginManager.cpp
+Misc.
+
+ 2011-06-14 11:34 alexpeshkoff
+ M src/auth/SecurityDatabase/LegacyManagement.epp
+ M src/common/classes/ImplementHelper.h
+ M src/jrd/jrd.cpp
+ M src/plugins/udr_engine/UdrEngine.cpp
+ M src/utilities/ntrace/traceplugin.cpp
+Fixed UnloadDetector in a case when it gets linked in non-plugin module
+
+ 2011-06-13 19:02 hvlad
+ M src/jrd/DatabaseSnapshot.cpp
+try\catch to always restore original attachment in tdbb. Noted by Claudio.
+
+ 2011-06-13 11:09 hvlad
+ M src/jrd/EngineInterface.h
+ M src/jrd/cch.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/vio.cpp
+Fixed leak of SysAttachment instance. Noted by Claudio.
+
+ 2011-06-13 11:08 hvlad
+ M src/common/classes/ImplementHelper.h
+ M src/include/firebird/Interface.h
+Missed FB_CARG
+
+ 2011-06-13 10:40 hvlad
+ M builds/win32/msvc10/common.vcxproj
+ M builds/win32/msvc10/common.vcxproj.filters
+ M builds/win32/msvc8/common.vcproj
+ M builds/win32/msvc9/common.vcproj
+Update Windows build
+
+ 2011-06-11 18:44 asfernandes
+ M doc/README.intl
+Misc.
+
+ 2011-06-11 06:12 robocop
+ M src/include/firebird/Plugin.h
+Misc.
+
+ 2011-06-11 06:09 robocop
+ M src/common/classes/alloc.cpp
+Misc.
+
+ 2011-06-11 06:08 robocop
+ M builds/win32/msvc8/common.vcproj
+Misc.
+
+ 2011-06-10 12:53 alexpeshkoff
+ M builds/posix/make.defaults
+ M configure.in
+ M lang_helpers/gds_codes.ftn
+ M lang_helpers/gds_codes.pas
+ M src/auth/AuthDbg.cpp
+ M src/auth/SecurityDatabase/LegacyManagement.epp
+ M src/auth/SecurityDatabase/LegacyServer.cpp
+ M src/auth/trusted/AuthSspi.cpp
+ M src/common/classes/GetPlugins.h
+ A src/common/classes/ImplementHelper.cpp
+ M src/common/classes/ImplementHelper.h
+ M src/common/security.cpp
+ M src/common/utils.cpp
+ M src/gpre/boot/gpre_meta_boot.cpp
+ M src/include/firebird/ExternalEngine.h
+ M src/include/firebird/Interface.h
+ M src/include/firebird/Plugin.h
+ M src/include/firebird/Provider.h
+ 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/ExtEngineManager.cpp
+ M src/jrd/UserManagement.cpp
+ M src/jrd/jrd.cpp
+ M src/jrd/svc.cpp
+ M src/jrd/trace/TraceManager.cpp
+ M src/msgs/facilities2.sql
+ M src/msgs/messages2.sql
+ M src/msgs/system_errors2.sql
+ M src/plugins/udr_engine/UdrEngine.cpp
+ M src/remote/client/interface.cpp
+ M src/remote/server/server.cpp
+ M src/utilities/ntrace/TracePluginImpl.cpp
+ M src/utilities/ntrace/traceplugin.cpp
+ M src/yvalve/MasterImplementation.cpp
+ M src/yvalve/MasterImplementation.h
+ M src/yvalve/PluginManager.cpp
+ M src/yvalve/PluginManager.h
+ M src/yvalve/YObjects.h
+ M src/yvalve/why.cpp
+Used upgradeInterface() in a number of places.
+Fixed memory leak when unloading module, related with upgraded interfaces.
+Fixed timer on posix to be high resolution.
+Better diagnostic in services.
+
+ 2011-06-10 12:35 alexpeshkoff
+ M extern/editline/config.h.in
+ M extern/editline/configure
+regenerated with fresh autotools
+
+ 2011-06-08 09:27 alexpeshkoff
+ M src/common/classes/ClumpletReader.cpp
+Fixed segfault in DEV_BUILD
+
+ 2011-06-08 06:38 alexpeshkoff
+ M src/common/Auth.cpp
+Fixed posix build
+
2011-06-08 01:55 asfernandes
M src/jrd/dpm.epp
M src/jrd/vio.cpp
@@ -43,7 +197,7 @@
2011-06-03 19:12 asfernandes
M src/common/IntlUtil.cpp
M src/common/IntlUtil.h
-Fixed CORE-3416 - Inserting K?\195?\164se into a CHARACTER SET ASCII column succeeds.
+Fixed CORE-3416 - Inserting Käse into a CHARACTER SET ASCII column succeeds.
2011-06-03 17:39 asfernandes
M src/jrd/met.epp
@@ -33095,7 +33249,7 @@
2008-11-29 18:47 asfernandes
M src/jrd/DataTypeUtil.cpp
M src/jrd/DataTypeUtil.h
-Fixed CORE-2019 ?\195?\162?\226?\130?\172?\226?\128?\156 UTF-8 conversion error (string truncation).
+Fixed CORE-2019 – UTF-8 conversion error (string truncation).
2008-11-28 18:49 alexpeshkoff
M src/common/classes/SafeArg.cpp
@@ -35447,7 +35601,7 @@
2008-07-16 14:16 asfernandes
M src/jrd/idx.cpp
-Fixed CORE-1989 - UTF8 UNICODE_CI collate can?\194?\180t be used in foreing key constraint
+Fixed CORE-1989 - UTF8 UNICODE_CI collate can´t be used in foreing key constraint
2008-07-16 13:55 asfernandes
M src/jrd/Optimizer.cpp
@@ -36455,7 +36609,7 @@
2008-06-14 02:17 asfernandes
M doc/sql.extensions/README.similar_to.txt
M src/jrd/SimilarToMatcher.h
-1) Fixed CORE-1935 ?\195?\162?\226?\130?\172?\226?\128?\156 SIMILAR TO character classes are incorrectly recognized.
+1) Fixed CORE-1935 – SIMILAR TO character classes are incorrectly recognized.
2) Improve the documentation after some questions from Claudio.
2008-06-13 14:01 dimitr
@@ -48723,7 +48877,7 @@
2007-05-09 15:23 asfernandes
M doc/sql.extensions/README.list
-Updated LIST documentation - thanks to Maycon Ferra?\195?\167a
+Updated LIST documentation - thanks to Maycon Ferraça
2007-05-09 02:03 asfernandes
M src/burp/burp.cpp
@@ -50674,7 +50828,7 @@
2007-03-22 13:07 asfernandes
M doc/sql.extensions/README.context_variables2
-Document the new context variable - thanks to Maicon Ferra?\195?\167a
+Document the new context variable - thanks to Maicon Ferraça
2007-03-22 12:53 dimitr
M src/dsql/pass1.cpp
@@ -52351,7 +52505,7 @@
2006-12-14 10:30 asfernandes
M doc/sql.extensions/README.returning
-Correction - thanks to Maycon Ferra?\195?\167a
+Correction - thanks to Maycon Ferraça
2006-12-14 09:14 dimitr
A doc/README.monitoring_tables
@@ -53795,7 +53949,7 @@
2006-10-10 03:53 asfernandes
M src/jrd/jrd.cpp
-Fix problem reported by Carsten Sch?\195?\164fer in fbdevel of incorrect server start when using connection pooling
+Fix problem reported by Carsten Schäfer in fbdevel of incorrect server start when using connection pooling
2006-10-10 03:39 asfernandes
M src/jrd/os/posix/isc_ipc.cpp
@@ -54144,7 +54298,7 @@
2006-09-13 12:59 asfernandes
M src/dsql/pass1.cpp
-Fix the problem with CAST and parameters reported by Maycon Ferra?\195?\167a in fb-devel
+Fix the problem with CAST and parameters reported by Maycon Ferraça in fb-devel
2006-09-12 16:31 asfernandes
M src/jrd/opt.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2011-06-21 09:06:43 UTC (rev 53197)
+++ firebird/trunk/src/jrd/build_no.h 2011-06-21 10:09:32 UTC (rev 53198)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:29438
+ FORMAL BUILD NUMBER:29460
*/
-#define PRODUCT_VER_STRING "3.0.0.29438"
-#define FILE_VER_STRING "WI-T3.0.0.29438"
-#define LICENSE_VER_STRING "WI-T3.0.0.29438"
-#define FILE_VER_NUMBER 3, 0, 0, 29438
+#define PRODUCT_VER_STRING "3.0.0.29460"
+#define FILE_VER_STRING "WI-T3.0.0.29460"
+#define LICENSE_VER_STRING "WI-T3.0.0.29460"
+#define FILE_VER_NUMBER 3, 0, 0, 29460
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "29438"
+#define FB_BUILD_NO "29460"
#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-06-21 09:06:43 UTC (rev 53197)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2011-06-21 10:09:32 UTC (rev 53198)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=29438
+BuildNum=29460
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|