|
From: <fir...@us...> - 2012-12-16 03:45:16
|
Revision: 57497
http://firebird.svn.sourceforge.net/firebird/?rev=57497&view=rev
Author: firebirds
Date: 2012-12-16 03:45:09 +0000 (Sun, 16 Dec 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-12-15 11:38:06 UTC (rev 57496)
+++ firebird/trunk/ChangeLog 2012-12-16 03:45:09 UTC (rev 57497)
@@ -1,3 +1,17 @@
+ 2012-12-15 08:12 dimitr
+ M src/remote/os/win32/wnet.cpp
+ M src/remote/os/win32/xnet.cpp
+The remaining fixes for Windows.
+
+ 2012-12-15 08:07 dimitr
+ M src/common/classes/Reasons.h
+ M src/common/classes/condition.h
+ M src/common/classes/locks.h
+ M src/common/classes/rwlock.h
+ M src/common/os/win32/isc_ipc.cpp
+ M src/jrd/os/win32/winnt.cpp
+Fixed (mostly) the Windows build.
+
2012-12-14 17:59 alexpeshkoff
M src/auth/SecurityDatabase/LegacyManagement.epp
M src/auth/SecurityDatabase/LegacyServer.cpp
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2012-12-15 11:38:06 UTC (rev 57496)
+++ firebird/trunk/src/jrd/build_no.h 2012-12-16 03:45:09 UTC (rev 57497)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:30166
+ FORMAL BUILD NUMBER:30168
*/
-#define PRODUCT_VER_STRING "3.0.0.30166"
-#define FILE_VER_STRING "WI-T3.0.0.30166"
-#define LICENSE_VER_STRING "WI-T3.0.0.30166"
-#define FILE_VER_NUMBER 3, 0, 0, 30166
+#define PRODUCT_VER_STRING "3.0.0.30168"
+#define FILE_VER_STRING "WI-T3.0.0.30168"
+#define LICENSE_VER_STRING "WI-T3.0.0.30168"
+#define FILE_VER_NUMBER 3, 0, 0, 30168
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "30166"
+#define FB_BUILD_NO "30168"
#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-12-15 11:38:06 UTC (rev 57496)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2012-12-16 03:45:09 UTC (rev 57497)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=30166
+BuildNum=30168
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|