| 
     
      
      
      From: <fir...@us...> - 2012-02-25 04:49:59
      
     
   | 
Revision: 54043
          http://firebird.svn.sourceforge.net/firebird/?rev=54043&view=rev
Author:   firebirds
Date:     2012-02-25 04:49:52 +0000 (Sat, 25 Feb 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-02-24 16:55:18 UTC (rev 54042)
+++ firebird/trunk/ChangeLog	2012-02-25 04:49:52 UTC (rev 54043)
@@ -1,3 +1,55 @@
+ 2012-02-24 16:55  alexpeshkoff 
+   M builds/posix/darwin.defaults
+   M builds/posix/make.defaults
+   M builds/posix/make.rules
+Mac port
+
+ 2012-02-24 12:39  alexpeshkoff 
+   M builds/install/misc/firebird.conf.in
+   M builds/posix/make.shared.variables
+   M src/auth/AuthDbg.cpp
+   M src/auth/AuthDbg.h
+   M src/auth/SecureRemotePassword/client/SrpClient.cpp
+   M src/auth/SecureRemotePassword/server/SrpServer.cpp
+   M src/auth/SecurityDatabase/LegacyClient.cpp
+   M src/auth/SecurityDatabase/LegacyClient.h
+   M src/auth/SecurityDatabase/LegacyServer.cpp
+   M src/auth/SecurityDatabase/LegacyServer.h
+   M src/auth/trusted/AuthSspi.cpp
+   M src/auth/trusted/AuthSspi.h
+   M src/common/classes/ClumpletWriter.cpp
+   M src/common/classes/ClumpletWriter.h
+   M src/common/classes/ImplementHelper.h
+   M src/common/config/config.cpp
+   M src/common/config/config.h
+   M src/include/firebird/Auth.h
+   A src/include/firebird/Crypt.h
+   M src/include/firebird/Plugin.h
+   A src/plugins/crypt/arc4/Arc4.cpp
+   A src/plugins/crypt/arc4/Arc4.h
+   M src/remote/client/interface.cpp
+   M src/remote/inet.cpp
+   M src/remote/protocol.cpp
+   M src/remote/protocol.h
+   M src/remote/remot_proto.h
+   M src/remote/remote.cpp
+   M src/remote/remote.h
+   M src/remote/server/server.cpp
+Implemented CORE-672: "Over the wire" connection encryption
+
+ 2012-02-24 12:27  alexpeshkoff 
+   M src/jrd/jrd.cpp
+No use in specially handling DBB_security_db when closing engine. Keep it commented for a while.
+
+ 2012-02-24 12:25  alexpeshkoff 
+   M src/yvalve/YObjects.h
+   M src/yvalve/why.cpp
+Fixed races in YValve
+
+ 2012-02-24 12:24  alexpeshkoff 
+   M src/yvalve/PluginManager.cpp
+Minor debugging enhancement - makes it possible to watch name in dtor
+
  2012-02-23 15:39  dimitr 
    M src/dsql/StmtNodes.cpp
 Fixed the assert/crash when using the cursors at runtime.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h	2012-02-24 16:55:18 UTC (rev 54042)
+++ firebird/trunk/src/jrd/build_no.h	2012-02-25 04:49:52 UTC (rev 54043)
@@ -3,16 +3,16 @@
                *** DO NOT EDIT ***
   TO CHANGE ANY INFORMATION IN HERE PLEASE
   EDIT src/misc/writeBuildNum.sh
-  FORMAL BUILD NUMBER:29793
+  FORMAL BUILD NUMBER:29798
 */
 
-#define PRODUCT_VER_STRING "3.0.0.29793"
-#define FILE_VER_STRING "WI-T3.0.0.29793"
-#define LICENSE_VER_STRING "WI-T3.0.0.29793"
-#define FILE_VER_NUMBER 3, 0, 0, 29793
+#define PRODUCT_VER_STRING "3.0.0.29798"
+#define FILE_VER_STRING "WI-T3.0.0.29798"
+#define LICENSE_VER_STRING "WI-T3.0.0.29798"
+#define FILE_VER_NUMBER 3, 0, 0, 29798
 #define FB_MAJOR_VER "3"
 #define FB_MINOR_VER "0"
 #define FB_REV_NO "0"
-#define FB_BUILD_NO "29793"
+#define FB_BUILD_NO "29798"
 #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-02-24 16:55:18 UTC (rev 54042)
+++ firebird/trunk/src/misc/writeBuildNum.sh	2012-02-25 04:49:52 UTC (rev 54043)
@@ -9,7 +9,7 @@
 MajorVer=3
 MinorVer=0
 RevNo=0
-BuildNum=29793
+BuildNum=29798
 
 NowAt=`pwd`
 cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |