Skip to content

Commit

Permalink
nightly update
Browse files Browse the repository at this point in the history
  • Loading branch information
firebirds committed Jan 21, 2014
1 parent 00971c3 commit d776842
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
@@ -1,3 +1,24 @@
2014-01-20 14:36 alexpeshkoff
M src/include/firebird/Utl.h
M src/isql/isql.epp
M src/isql/show.epp
M src/yvalve/utl.cpp
M src/yvalve/utl_proto.h
Changes in IUtl, suggested by Adriano & Dmitry

2014-01-20 13:08 alexpeshkoff
A src/common/classes/AlignedBuffer.h
M src/isql/show.epp
Fixed possible alignment issue

2014-01-20 10:20 hvlad
M src/jrd/trace/TraceObjects.cpp
Fixed bug CORE-4319 : Engine crashes when trace config contains line "connection_id=NN" and we attempt to connect to non-existent database/alias

2014-01-20 09:13 hvlad
M src/common/utils.cpp
Fixed bug CORE-4320 : Regression: isql crash when receiving statistics of execution of sql query

2014-01-19 20:38 asfernandes
M src/common/utils.cpp
M src/jrd/jrd.cpp
Expand Down
12 changes: 6 additions & 6 deletions src/jrd/build_no.h
Expand Up @@ -3,16 +3,16 @@
*** DO NOT EDIT ***
TO CHANGE ANY INFORMATION IN HERE PLEASE
EDIT src/misc/writeBuildNum.sh
FORMAL BUILD NUMBER:30850
FORMAL BUILD NUMBER:30854
*/

#define PRODUCT_VER_STRING "3.0.0.30850"
#define FILE_VER_STRING "WI-T3.0.0.30850"
#define LICENSE_VER_STRING "WI-T3.0.0.30850"
#define FILE_VER_NUMBER 3, 0, 0, 30850
#define PRODUCT_VER_STRING "3.0.0.30854"
#define FILE_VER_STRING "WI-T3.0.0.30854"
#define LICENSE_VER_STRING "WI-T3.0.0.30854"
#define FILE_VER_NUMBER 3, 0, 0, 30854
#define FB_MAJOR_VER "3"
#define FB_MINOR_VER "0"
#define FB_REV_NO "0"
#define FB_BUILD_NO "30850"
#define FB_BUILD_NO "30854"
#define FB_BUILD_TYPE "T"
#define FB_BUILD_SUFFIX "Firebird 3.0 Alpha 2"
2 changes: 1 addition & 1 deletion src/misc/writeBuildNum.sh
Expand Up @@ -9,7 +9,7 @@ BuildType=T
MajorVer=3
MinorVer=0
RevNo=0
BuildNum=30850
BuildNum=30854

NowAt=`pwd`
cd `dirname $0`
Expand Down

0 comments on commit d776842

Please sign in to comment.