mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 15:23:02 +01:00
nightly update
This commit is contained in:
parent
1c5770da81
commit
93689512cd
47
ChangeLog
47
ChangeLog
@ -1,3 +1,50 @@
|
||||
2011-05-11 02:43 asfernandes
|
||||
M src/jrd/jrd.cpp
|
||||
M src/remote/server/server.cpp
|
||||
Warning / error.
|
||||
|
||||
2011-05-11 01:18 asfernandes
|
||||
M src/jrd/met.epp
|
||||
M src/jrd/nbak.cpp
|
||||
M src/jrd/sdw.cpp
|
||||
M src/jrd/tpc.cpp
|
||||
M src/jrd/tpc_proto.h
|
||||
M src/jrd/tra.cpp
|
||||
M src/jrd/validation.cpp
|
||||
M src/jrd/vio.cpp
|
||||
M src/remote/server/os/win32/srvr_w32.cpp
|
||||
M src/yvalve/PluginManager.cpp
|
||||
Misc.
|
||||
|
||||
2011-05-10 14:03 alexpeshkoff
|
||||
M src/jrd/os/posix/unix.cpp
|
||||
make it compile with shared cache
|
||||
|
||||
2011-05-10 13:44 hvlad
|
||||
M src/yvalve/PluginManager.cpp
|
||||
Temporary solution to not crash utilities working with embedded engine on exit.
|
||||
|
||||
2011-05-10 13:37 hvlad
|
||||
M builds/install/arch-specific/win32/install_super.bat
|
||||
Don't use Guardian with services
|
||||
|
||||
2011-05-10 13:36 hvlad
|
||||
M src/utilities/fbcpl/fbdialog.cpp
|
||||
M src/utilities/fbcpl/fbpanel.cpp
|
||||
Adjusted CPL applet with current binaries names and paths.
|
||||
Make it show error even when there is no registry information.
|
||||
|
||||
2011-05-10 13:03 hvlad
|
||||
M src/iscguard/iscguard.h
|
||||
M src/utilities/install/install_nt.h
|
||||
M src/utilities/install/install_reg.cpp
|
||||
M src/utilities/install/install_svc.cpp
|
||||
Adjusted instreg, instsvc and fbguard with current binaries names and paths
|
||||
|
||||
2011-05-10 11:56 alexpeshkoff
|
||||
M src/jrd/Database.h
|
||||
fixed gcc warning
|
||||
|
||||
2011-05-10 01:12 asfernandes
|
||||
M builds/install/misc/firebird.conf.in
|
||||
M src/common/classes/SyncObject.h
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:29341
|
||||
FORMAL BUILD NUMBER:29349
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.29341"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29341"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29341"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29341
|
||||
#define PRODUCT_VER_STRING "3.0.0.29349"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.29349"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.29349"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 29349
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "29341"
|
||||
#define FB_BUILD_NO "29349"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=29341
|
||||
BuildNum=29349
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user