django-firebird 1.8.1 is released
This release fixes a regression bug in django-firebird 1.8 : DecimalField value is not converted correctly #69
This release fixes a regression bug in django-firebird 1.8 : DecimalField value is not converted correctly #69
LibreOffice 5.3.2 is now available, and includes over 50 fixes and improvements since the previous release
Firebird high-level native client for Node.js / TypeScript updated to v0.0.1-alpha.2 with a few changes :
Remove debug module incompatible with Windows build. (Now it can be builded on Windows)
Update TypeScript compiler.
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
Adriano dos Santos Fernandes created and announced a new Firebird 3 high-level native client for Node.js / TypeScript
Android Firebird JDBC Driver Jaybird 2.2.12 is updated for Android Studio
Christian Mayer wrote on Android Jaybird discussion forum
Hi Toni,
i have updated the example in the download area.
Basically you have to go to File -> Project Structure and klick the green add sign in the upper left.
Then choose “Import .JAR/.AAR Package” and select the aar file.
After that in the group area select app and go to Dependencies.
Here klick the green add sign in the upper right a choose “Module Dependencies”
If that doesn’t work please use the provided example.
Ps: It’s compiled as Android-Library : AAR .
You can use it like this:
https://developer.android.com/studio/projects/android-library.html#AddDependency
or this:
http://docs.onemobilesdk.aol.com/android-ad-sdk/adding-aar-files.html
Paul Beach added a few notes on building Firebird 3.x on MacOS
Jaybird 3.0.0-beta-3 is available for download and testing. More in formation can be found in the full release notes.
Jaybird 3.0.0-beta-3 is expected to be the last test release before the final Jaybird 3.0.0 release.
— Mark Rotteveel (@Avalanche1979) March 5, 2017
Timeouts for SQL statements and idle connections, now merged into master (Firebird 4.0). More documentation can be found on Statement Timeouts and Session Timeouts.