|
From: <fir...@us...> - 2011-09-22 03:28:46
|
Revision: 53465
http://firebird.svn.sourceforge.net/firebird/?rev=53465&view=rev
Author: firebirds
Date: 2011-09-22 03:28:39 +0000 (Thu, 22 Sep 2011)
Log Message:
-----------
nightly update
Modified Paths:
--------------
firebird/branches/B2_5_Release/ChangeLog
firebird/branches/B2_5_Release/src/jrd/build_no.h
firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
Modified: firebird/branches/B2_5_Release/ChangeLog
===================================================================
--- firebird/branches/B2_5_Release/ChangeLog 2011-09-22 03:19:47 UTC (rev 53464)
+++ firebird/branches/B2_5_Release/ChangeLog 2011-09-22 03:28:39 UTC (rev 53465)
@@ -1,3 +1,7 @@
+ 2011-09-21 13:51 alexpeshkoff
+ M src/remote/inet.cpp
+Fixed unregistered bug - regression, found in 2.5.1 rc1
+
2011-09-20 11:50 makowski
M builds/install/arch-specific/win32/fr/custom_messages_fr.inc
D builds/install/arch-specific/win32/fr/documents-en-francais.txt
Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h
===================================================================
--- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-09-22 03:19:47 UTC (rev 53464)
+++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-09-22 03:28:39 UTC (rev 53465)
@@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
- FORMAL BUILD NUMBER:26360
+ FORMAL BUILD NUMBER:26361
*/
-#define PRODUCT_VER_STRING "2.5.1.26360"
-#define FILE_VER_STRING "WI-V2.5.1.26360"
-#define LICENSE_VER_STRING "WI-V2.5.1.26360"
-#define FILE_VER_NUMBER 2, 5, 1, 26360
+#define PRODUCT_VER_STRING "2.5.1.26361"
+#define FILE_VER_STRING "WI-V2.5.1.26361"
+#define LICENSE_VER_STRING "WI-V2.5.1.26361"
+#define FILE_VER_NUMBER 2, 5, 1, 26361
#define FB_MAJOR_VER "2"
#define FB_MINOR_VER "5"
#define FB_REV_NO "1"
-#define FB_BUILD_NO "26360"
+#define FB_BUILD_NO "26361"
#define FB_BUILD_TYPE "V"
#define FB_BUILD_SUFFIX "Firebird 2.5"
Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh
===================================================================
--- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-09-22 03:19:47 UTC (rev 53464)
+++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-09-22 03:28:39 UTC (rev 53465)
@@ -9,7 +9,7 @@
MajorVer=2
MinorVer=5
RevNo=1
-BuildNum=26360
+BuildNum=26361
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
# Normal builds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|