mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
nightly update
This commit is contained in:
parent
10aabf2382
commit
b9117f8f1e
36
ChangeLog
36
ChangeLog
@ -1,3 +1,39 @@
|
||||
2014-02-27 16:42 mapopa
|
||||
M builds/install/arch-specific/linux/README
|
||||
cleanup old text and links
|
||||
|
||||
2014-02-27 16:23 mapopa
|
||||
M builds/install/arch-specific/linux/linuxLibrary.sh.in
|
||||
Removing any old system startup links for /etc/init.d/firebird
|
||||
|
||||
2014-02-27 16:12 mapopa
|
||||
M builds/install/arch-specific/linux/linuxLibrary.sh.in
|
||||
Fix debian update-rc.d warning
|
||||
update-rc.d: warning: start runlevel arguments (2 3 5) do not match firebird Default-Start values (2 3 4 5)
|
||||
|
||||
2014-02-27 15:55 mapopa
|
||||
M builds/install/arch-specific/linux/Makefile.in
|
||||
cleanup old comments
|
||||
|
||||
2014-02-27 15:38 mapopa
|
||||
M builds/install/arch-specific/linux/firebird.init.d.debian.in
|
||||
kill the guardian also at install time in debian
|
||||
|
||||
2014-02-27 08:54 mapopa
|
||||
M extern/editline/configure
|
||||
revert configure , use the old one
|
||||
|
||||
2014-02-27 07:47 mapopa
|
||||
M extern/editline/ChangeLog
|
||||
M extern/editline/aclocal.m4
|
||||
M extern/editline/config.guess
|
||||
M extern/editline/config.sub
|
||||
M extern/editline/configure
|
||||
M extern/editline/missing
|
||||
M extern/editline/src/chared.c
|
||||
M extern/editline/src/readline.c
|
||||
sync with libedit-20140213-3.1
|
||||
|
||||
2014-02-26 12:31 alexpeshkoff
|
||||
M src/common/classes/init.cpp
|
||||
M src/common/classes/semaphore.cpp
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:30924
|
||||
FORMAL BUILD NUMBER:30931
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "3.0.0.30924"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30924"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30924"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30924
|
||||
#define PRODUCT_VER_STRING "3.0.0.30931"
|
||||
#define FILE_VER_STRING "WI-T3.0.0.30931"
|
||||
#define LICENSE_VER_STRING "WI-T3.0.0.30931"
|
||||
#define FILE_VER_NUMBER 3, 0, 0, 30931
|
||||
#define FB_MAJOR_VER "3"
|
||||
#define FB_MINOR_VER "0"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "30924"
|
||||
#define FB_BUILD_NO "30931"
|
||||
#define FB_BUILD_TYPE "T"
|
||||
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
|
||||
|
@ -9,7 +9,7 @@ BuildType=T
|
||||
MajorVer=3
|
||||
MinorVer=0
|
||||
RevNo=0
|
||||
BuildNum=30924
|
||||
BuildNum=30931
|
||||
|
||||
NowAt=`pwd`
|
||||
cd `dirname $0`
|
||||
|
Loading…
Reference in New Issue
Block a user