Work for django-firebird continue with support for Django 1.7.x

 wrote on the django-firebird mailing list

Greetings folks,

After a long time (Sorry, I have a lot of work), I finally could merge the develop  branch (experimental) into master. That means the master branch is now the “official” stable branch. This is based on django 1.7 and need to be tested more deeply, especially the new migration feature.
The last stable version of django is 1.8.x LTS and the 1.9 version is in beta 1 stage. So, django-firebird 1.7 (still in alpha), it will be a transition version and the idea is that let’s have a new django-firebird with django 1.8 support, I hope soon.
By now, we need close some issues before promote the master branch to first release candidate, mainly those labeled as bug.
How can you help?
1. Clone repo
2. Testing
3. More testing
4. Report issue
5. Send pull request.
Any feedback is welcome.

 

Jaybird 2.2.9 is released

Jaybird 2.2.9  is released

The release can be downloaded from
http://www.firebirdsql.org/en/jdbc-driver/ or
https://github.com/FirebirdSQL/jaybird/releases/tag/v2.2.9

The release is also available on maven(*):

<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdkXX</artifactId>
<version>2.2.9</version>

* The artifactId depends on your target Java version: jaybird-jdk18,
jaybird-jdk17, or jaybird-jdk16.

The following has been changed or fixed since Jaybird 2.2.8

1 48 49 50 51 52 294