|
From: <fir...@us...> - 2013-05-23 00:28:55
|
Revision: 58097
http://sourceforge.net/p/firebird/code/58097
Author: firebirds
Date: 2013-05-23 00:28:51 +0000 (Thu, 23 May 2013)
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 2013-05-22 16:13:32 UTC (rev 58096)
+++ firebird/trunk/ChangeLog 2013-05-23 00:28:51 UTC (rev 58097)
@@ -1,3 +1,39 @@
+ 2013-05-22 16:11 hvlad
+ M src/common/classes/File.h
+Fixed bug CORE-4101 : firebird.log contains "I/O error during "write" operation" records but database works correctly
+
+ 2013-05-22 15:44 asfernandes
+ M examples/udr/UdrCppExample.cpp
+ M src/common/MsgMetadata.cpp
+ M src/include/firebird/Message.h
+ M src/include/firebird/Provider.h
+ M src/include/firebird/UdrCppEngine.h
+ M src/jrd/ExtEngineManager.cpp
+Improve external triggers messages to work by field name (instead of field order).
+
+ 2013-05-22 12:18 hvlad
+ M src/remote/os/win32/wnet.cpp
+Path by Alex: wire encryption for WNET
+
+ 2013-05-22 10:52 alexpeshkoff
+ M src/remote/inet.cpp
+comment
+
+ 2013-05-22 07:31 alexpeshkoff
+ M src/auth/AuthDbg.cpp
+ M src/auth/SecureRemotePassword/client/SrpClient.cpp
+ M src/auth/SecureRemotePassword/server/SrpServer.cpp
+ M src/auth/SecureRemotePassword/srp.h
+ M src/auth/SecurityDatabase/LegacyClient.cpp
+ M src/remote/client/interface.cpp
+ M src/remote/inet.cpp
+ M src/remote/os/win32/wnet.cpp
+ M src/remote/os/win32/xnet.cpp
+ M src/remote/remote.cpp
+ M src/remote/remote.h
+ M src/remote/server/server.cpp
+Fixed some authentication errors
+
2013-05-21 21:53 robocop
M src/isql/isql.epp
M src/jrd/jrd.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2013-05-22 16:13:32 UTC (rev 58096)
+++ firebird/trunk/src/jrd/build_no.h 2013-05-23 00:28:51 UTC (rev 58097)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30422
+ FORMAL BUILD NUMBER:30427
*/
-#define PRODUCT_VER_STRING "3.0.0.30422"
-#define FILE_VER_STRING "WI-T3.0.0.30422"
-#define LICENSE_VER_STRING "WI-T3.0.0.30422"
-#define FILE_VER_NUMBER 3, 0, 0, 30422
+#define PRODUCT_VER_STRING "3.0.0.30427"
+#define FILE_VER_STRING "WI-T3.0.0.30427"
+#define LICENSE_VER_STRING "WI-T3.0.0.30427"
+#define FILE_VER_NUMBER 3, 0, 0, 30427
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30422"
+#define FB_BUILD_NO "30427"
#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 2013-05-22 16:13:32 UTC (rev 58096)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2013-05-23 00:28:51 UTC (rev 58097)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30422
+BuildNum=30427
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|