|
From: <fir...@us...> - 2014-08-16 01:18:10
|
Revision: 59983
http://sourceforge.net/p/firebird/code/59983
Author: firebirds
Date: 2014-08-16 01:18:06 +0000 (Sat, 16 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-15 15:37:13 UTC (rev 59982)
+++ firebird/trunk/ChangeLog 2014-08-16 01:18:06 UTC (rev 59983)
@@ -1,3 +1,102 @@
+ 2014-08-15 15:37 alexpeshkoff
+ M src/yvalve/YObjects.h
+ M src/yvalve/why.cpp
+Clear handle in JBlob when blob is destroyed
+
+ 2014-08-15 15:00 dimitr
+ M configure.ac
+Corrections for the prior commit:Explicitly distinguish between thread handle and thread id. Return LWP as thread id on Linux.
+
+ 2014-08-15 14:59 dimitr
+ M src/common/ThreadStart.cpp
+ M src/common/ThreadStart.h
+ M src/jrd/CryptoManager.h
+ M src/jrd/Mapping.cpp
+ M src/jrd/jrd.cpp
+ M src/remote/remote.h
+ M src/yvalve/MasterImplementation.cpp
+ M src/yvalve/utl.cpp
+ M src/yvalve/why.cpp
+Corrections for the prior commit:Explicitly distinguish between thread handle and thread id. Return LWP as thread id on Linux.
+
+ 2014-08-15 14:20 dimitr
+ M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
+ M builds/win32/msvc10/common.vcxproj
+ M builds/win32/msvc10/common.vcxproj.filters
+ M builds/win32/msvc10/engine.vcxproj
+ M builds/win32/msvc10/engine.vcxproj.filters
+ M builds/win32/msvc8/common.vcproj
+ M builds/win32/msvc8/engine.vcproj
+ M builds/win32/msvc9/common.vcproj
+ M builds/win32/msvc9/engine.vcproj
+Cleanup and small refactoring to avoid redundancy.
+
+ 2014-08-15 14:19 dimitr
+ M src/auth/SecurityDatabase/LegacyServer.cpp
+ M src/common/ThreadStart.cpp
+ M src/common/ThreadStart.h
+ M src/common/classes/Synchronize.cpp
+ M src/common/classes/locks.cpp
+ M src/common/fb_exception.cpp
+ M src/common/isc_sync.cpp
+ D src/common/thd.cpp
+ D src/common/thd.h
+ M src/dsql/ddl.cpp
+ M src/dsql/gen.cpp
+ M src/dsql/make.cpp
+ M src/dsql/metd.epp
+ M src/dsql/pass1.cpp
+ M src/include/fb_exception.h
+ M src/jrd/CryptoManager.cpp
+ M src/jrd/CryptoManager.h
+ M src/jrd/Database.cpp
+ M src/jrd/ExtEngineManager.cpp
+ M src/jrd/Function.epp
+ M src/jrd/GlobalRWLock.cpp
+ M src/jrd/Mapping.cpp
+ M src/jrd/cch.cpp
+ M src/jrd/dfw.epp
+ M src/jrd/event.cpp
+ M src/jrd/fun.epp
+ M src/jrd/jrd.cpp
+ M src/jrd/met.epp
+ M src/jrd/nbak.cpp
+ M src/jrd/os/pio.h
+ M src/jrd/pag.cpp
+ M src/jrd/shut.cpp
+ M src/jrd/sort.cpp
+ M src/jrd/svc.cpp
+ D src/jrd/thread_proto.h
+ M src/jrd/tra.cpp
+ M src/jrd/trace/TraceService.cpp
+ M src/jrd/validation.cpp
+ M src/jrd/vio.cpp
+ M src/lock/lock.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/os/posix/inet_server.cpp
+ M src/remote/server/os/win32/cntl.cpp
+ M src/remote/server/os/win32/property.cpp
+ M src/remote/server/os/win32/window.cpp
+ M src/remote/server/server.cpp
+ M src/utilities/gstat/dba.epp
+ M src/yvalve/MasterImplementation.cpp
+ M src/yvalve/utl.cpp
+ M src/yvalve/why.cpp
+Cleanup and small refactoring to avoid redundancy.
+
+ 2014-08-15 13:14 alexpeshkoff
+ M src/yvalve/why.cpp
+Cleanup
+
+ 2014-08-15 13:08 alexpeshkoff
+ M src/jrd/EngineInterface.h
+ M src/jrd/blb.cpp
+Clear handle in JBlob when blob is destroyed
+
2014-08-12 15:10 alexpeshkoff
M src/include/firebird/UdrEngine.h
Fixed Mac build
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2014-08-15 15:37:13 UTC (rev 59982)
+++ firebird/trunk/src/jrd/build_no.h 2014-08-16 01:18:06 UTC (rev 59983)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:31288
+ FORMAL BUILD NUMBER:31295
*/
-#define PRODUCT_VER_STRING "3.0.0.31288"
-#define FILE_VER_STRING "WI-T3.0.0.31288"
-#define LICENSE_VER_STRING "WI-T3.0.0.31288"
-#define FILE_VER_NUMBER 3, 0, 0, 31288
+#define PRODUCT_VER_STRING "3.0.0.31295"
+#define FILE_VER_STRING "WI-T3.0.0.31295"
+#define LICENSE_VER_STRING "WI-T3.0.0.31295"
+#define FILE_VER_NUMBER 3, 0, 0, 31295
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "31288"
+#define FB_BUILD_NO "31295"
#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-15 15:37:13 UTC (rev 59982)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2014-08-16 01:18:06 UTC (rev 59983)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=31288
+BuildNum=31295
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|