| 
      
      
      From: <fir...@us...> - 2013-03-26 01:12:39
      
     | 
| Revision: 57838
          http://sourceforge.net/p/firebird/code/57838
Author:   firebirds
Date:     2013-03-26 01:12:35 +0000 (Tue, 26 Mar 2013)
Log Message:
-----------
nightly update
Modified Paths:
--------------
    firebird/trunk/ChangeLog
    firebird/trunk/src/jrd/build_no.h
    firebird/trunk/src/misc/writeBuildNum.sh
Modified: firebird/trunk/ChangeLog
===================================================================
--- firebird/trunk/ChangeLog	2013-03-25 15:59:38 UTC (rev 57837)
+++ firebird/trunk/ChangeLog	2013-03-26 01:12:35 UTC (rev 57838)
@@ -1,3 +1,28 @@
+ 2013-03-25 15:59  asfernandes 
+   M src/include/firebird/UdrCppEngine.h
+Work in progress standardizing the external engines API.
+
+ 2013-03-25 15:34  asfernandes 
+   M src/include/FirebirdApi.h
+   M src/include/firebird/ExternalEngine.h
+   M src/include/firebird/UdrCppEngine.h
+   M src/include/firebird/UdrEngine.h
+   M src/jrd/ExtEngineManager.cpp
+   M src/jrd/ExtEngineManager.h
+   M src/plugins/udr_engine/UdrEngine.cpp
+Work in progress standardizing the external engines API.
+
+ 2013-03-25 11:07  mapopa 
+   A configure.ac
+   D configure.in
+recent version of autoconf/automake/libtool  complain about the firebird
+scripts aclocal: warning: autoconf input should be named 'configure.ac', not
+'configure.in'
+
+ 2013-03-25 01:25  asfernandes 
+   M src/dsql/dsql.cpp
+Fixed problem reported in fb-devel: FB3 and SQL_NULL.
+
  2013-03-24 16:16  dimitr 
    M src/jrd/jrd.cpp
 The minimal patch for CORE-1604 (Error at database creation by user with non-ascii name) and CORE-3243 (CURRENT_USER and MON$USER don't work properly) that seems to work for the trusted authentication, but [at least] the legacy auth module has to be reviewed as it seems to deal with the user name "as is", without checking whether it arrived in UTF8 or not.
Modified: firebird/trunk/src/jrd/build_no.h
===================================================================
--- firebird/trunk/src/jrd/build_no.h	2013-03-25 15:59:38 UTC (rev 57837)
+++ firebird/trunk/src/jrd/build_no.h	2013-03-26 01:12:35 UTC (rev 57838)
@@ -3,16 +3,16 @@
                *** DO NOT EDIT ***
   TO CHANGE ANY INFORMATION IN HERE PLEASE
   EDIT src/misc/writeBuildNum.sh
-  FORMAL BUILD NUMBER:30292
+  FORMAL BUILD NUMBER:30296
 */
 
-#define PRODUCT_VER_STRING "3.0.0.30292"
-#define FILE_VER_STRING "WI-T3.0.0.30292"
-#define LICENSE_VER_STRING "WI-T3.0.0.30292"
-#define FILE_VER_NUMBER 3, 0, 0, 30292
+#define PRODUCT_VER_STRING "3.0.0.30296"
+#define FILE_VER_STRING "WI-T3.0.0.30296"
+#define LICENSE_VER_STRING "WI-T3.0.0.30296"
+#define FILE_VER_NUMBER 3, 0, 0, 30296
 #define FB_MAJOR_VER "3"
 #define FB_MINOR_VER "0"
 #define FB_REV_NO "0"
-#define FB_BUILD_NO "30292"
+#define FB_BUILD_NO "30296"
 #define FB_BUILD_TYPE "T"
 #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable"
Modified: firebird/trunk/src/misc/writeBuildNum.sh
===================================================================
--- firebird/trunk/src/misc/writeBuildNum.sh	2013-03-25 15:59:38 UTC (rev 57837)
+++ firebird/trunk/src/misc/writeBuildNum.sh	2013-03-26 01:12:35 UTC (rev 57838)
@@ -9,7 +9,7 @@
 MajorVer=3
 MinorVer=0
 RevNo=0
-BuildNum=30292
+BuildNum=30296
 
 NowAt=`pwd`
 cd `dirname $0`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |