|
From: <fir...@us...> - 2015-09-19 00:09:28
|
Revision: 62232
http://sourceforge.net/p/firebird/code/62232
Author: firebirds
Date: 2015-09-19 00:09:26 +0000 (Sat, 19 Sep 2015)
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 2015-09-18 14:58:23 UTC (rev 62231)
+++ firebird/trunk/ChangeLog 2015-09-19 00:09:26 UTC (rev 62232)
@@ -1,3 +1,12 @@
+ 2015-09-18 14:58 paul_reeves
+ M builds/install/misc/firebird.conf.in
+Roll back previous spelling correction and clarify the original meaning. (I hope.)
+Document that WireCrypt on server should be set to enabled if legacy authentication is chosen.
+
+ 2015-09-18 13:32 paul_reeves
+ M builds/install/misc/firebird.conf.in
+spelling
+
2015-09-17 13:26 paul_reeves
M src/utilities/install/install_svc.cpp
Bring install_svc.cpp up-to-date after implementation of ServerMode.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h 2015-09-18 14:58:23 UTC (rev 62231)
+++ firebird/trunk/src/jrd/build_no.h 2015-09-19 00:09:26 UTC (rev 62232)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:32043
+ FORMAL BUILD NUMBER:32045
*/
-#define PRODUCT_VER_STRING "3.0.0.32043"
-#define FILE_VER_STRING "WI-V3.0.0.32043"
-#define LICENSE_VER_STRING "WI-V3.0.0.32043"
-#define FILE_VER_NUMBER 3, 0, 0, 32043
+#define PRODUCT_VER_STRING "3.0.0.32045"
+#define FILE_VER_STRING "WI-V3.0.0.32045"
+#define LICENSE_VER_STRING "WI-V3.0.0.32045"
+#define FILE_VER_NUMBER 3, 0, 0, 32045
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
-#define FB_BUILD_NO "32043"
+#define FB_BUILD_NO "32045"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 3.0 Release Candidate 1"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh 2015-09-18 14:58:23 UTC (rev 62231)
+++ firebird/trunk/src/misc/writeBuildNum.sh 2015-09-19 00:09:26 UTC (rev 62232)
@@ -9,7 +9,7 @@
MajorVer=3
MinorVer=0
RevNo=0
-BuildNum=32043
+BuildNum=32045
NowAt=`pwd`
cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|