Database .NET 21.5 and dbMigration .NET 5.3 released!

Database .NET 21.5 is an innovative, powerful and intuitive multiple database management tool. (Full support for Firebird 1.5~3.0+)
http://fishcodelib.com/Database.htm (Change Log 2017/04/17)

dbMigration .NET 5.3 is a simple, easy and intuitive multiple database migration and data synchronization tool, With it you can easily migrate schema and data to Firebird and vice versa.
http://fishcodelib.com/DBMigration.htm (Change Log 2017/04/17)


  • Updated to FirebirdSql.Data.FirebirdClient.dll 5.8.1.0
  • 30~50% performance improvement for Data Import, Export and Migration
  • Better support for windows display scaling
  • Added support for PSQL Stored Functions (FB3)
  • Fixed support for Firebird Embedded
  • Fixed CHECK Constraints for Firebird
  • Compatible with Microsoft Windows 10 RedStone 2 (1703)

Debian bug fixed : CVE-2017-6369: authenticated remote execution in firebird 2.5 before version 3.0.2

We believe that the bug you reported is fixed in the latest version of
firebird3.0, which is due to be installed in the Debian FTP archive.

 * Apply commit 56e9a73c168 from upstream B3_0_Release branch
    fixing authenticated remote execution vulnerability (CVE-2017-6369,
    CORE-5474)
    Closes: #858644

Forwarded: http://tracker.firebirdsql.org/browse/CORE-5474

Authenticated Firebird users are allowed to declare UDFs (user-defined
functions). The default config allows using all entry points from the standard
UDF library, which is dynamically linked with libc, with its symbols
re-exported, including system().

Relevant upstream commits for 3.0:
https://github.com/FirebirdSQL/firebird/commit/8b2a9cb44bf6055e15f016d70a6842b8ada60375

1 8 9 10 11 12 14