mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 03:23:03 +01:00
Update.
This commit is contained in:
parent
dcc9cd5059
commit
3f5c8125c6
15
doc/WhatsNew
15
doc/WhatsNew
@ -2,6 +2,11 @@
|
||||
* v2.5 Release Candidate 3
|
||||
**************************
|
||||
|
||||
* Bugfix CORE-3006
|
||||
/tmp/firebird and files in it may get 'root' (i.e. GID == 0) group
|
||||
Contributor(s):
|
||||
Alex Peshkov <peshkoff at mail.ru>
|
||||
|
||||
* Bugfix CORE-3001
|
||||
Install fails to create user and group "firebird"
|
||||
Contributor(s):
|
||||
@ -29,6 +34,11 @@
|
||||
Contributor(s):
|
||||
Alex Peshkov <peshkoff at mail.ru>
|
||||
|
||||
* Bugfix CORE-2981
|
||||
Error in the trace plugin (use local symbols in query)
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
* Bugfix CORE-2977
|
||||
Server works with indexed fields of type DATE incorrectly in pre-ODS10 databases
|
||||
Contributor(s):
|
||||
@ -261,6 +271,11 @@
|
||||
Contributor(s):
|
||||
Alex Peshkov <peshkoff at mail.ru>
|
||||
|
||||
* Improvement CORE-3008
|
||||
Add attachment's charset name into corresponding trace records
|
||||
Contributor(s):
|
||||
Vlad Khorsun <hvlad at users.sourceforge.net>
|
||||
|
||||
|
||||
**************************
|
||||
* v2.5 Release Candidate 2
|
||||
|
@ -3,16 +3,16 @@
|
||||
*** DO NOT EDIT ***
|
||||
TO CHANGE ANY INFORMATION IN HERE PLEASE
|
||||
EDIT src/misc/writeBuildNum.sh
|
||||
FORMAL BUILD NUMBER:26018
|
||||
FORMAL BUILD NUMBER:26024
|
||||
*/
|
||||
|
||||
#define PRODUCT_VER_STRING "2.5.0.26018"
|
||||
#define FILE_VER_STRING "WI-V2.5.0.26018"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.0.26018"
|
||||
#define FILE_VER_NUMBER 2, 5, 0, 26018
|
||||
#define PRODUCT_VER_STRING "2.5.0.26024"
|
||||
#define FILE_VER_STRING "WI-V2.5.0.26024"
|
||||
#define LICENSE_VER_STRING "WI-V2.5.0.26024"
|
||||
#define FILE_VER_NUMBER 2, 5, 0, 26024
|
||||
#define FB_MAJOR_VER "2"
|
||||
#define FB_MINOR_VER "5"
|
||||
#define FB_REV_NO "0"
|
||||
#define FB_BUILD_NO "26018"
|
||||
#define FB_BUILD_NO "26024"
|
||||
#define FB_BUILD_TYPE "V"
|
||||
#define FB_BUILD_SUFFIX "Firebird 2.5 Release Candidate 3"
|
||||
|
@ -17,7 +17,7 @@
|
||||
* Contributor(s): ______________________________________.
|
||||
*/
|
||||
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.4.26018"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 26018
|
||||
#define ISC_FILE_VER_STRING "WI-T6.3.4.26024"
|
||||
#define ISC_FILE_VER_NUMBER 6, 3, 4, 26024
|
||||
#define ISC_MAJOR_VER "6"
|
||||
#define ISC_MINOR_VER "3"
|
||||
|
@ -3,13 +3,13 @@
|
||||
# This file is used both to rebuild the header file and to set the
|
||||
# environment variables on the config call
|
||||
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.25898.2.17 2010-05-18 08:36:00 dimitr Exp $"
|
||||
BuildVersion="$Id: writeBuildNum.sh,v 1.25898.2.18 2010-05-21 05:19:49 dimitr Exp $"
|
||||
|
||||
BuildType=V
|
||||
MajorVer=2
|
||||
MinorVer=5
|
||||
RevNo=0
|
||||
BuildNum=26018
|
||||
BuildNum=26024
|
||||
|
||||
if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then
|
||||
# Normal builds
|
||||
|
Loading…
Reference in New Issue
Block a user