|
| 1 | +ietfdb (6.40.2) ietf; urgency=medium |
| 2 | + |
| 3 | + **Docker image based on Debian:jessie and MySQL 5.6** |
| 4 | + |
| 5 | + This release doesn't provide any new datatracker functionality, but upgrades |
| 6 | + the Dockerfile used to build the datatracker-environment docker image to use |
| 7 | + the Debian Jessie release as a base, and MySQL 5.6 as the database engine. |
| 8 | + (Image at https://hub.docker.com/r/ietf/datatracker-environment/). There |
| 9 | + are also some other fixes. |
| 10 | + |
| 11 | + From the commit log: |
| 12 | + |
| 13 | + * Upgraded the Dockerfile to use debian:jessie as a base, and use |
| 14 | + mysql-server 5.6. |
| 15 | + |
| 16 | + * Made the docker/build script behave better when trying to remove |
| 17 | + non-existent previous builds of the datatracker-environment docker image. |
| 18 | + |
| 19 | + * Made docker/updatedb less verbose when downloading a new database dump. |
| 20 | + |
| 21 | + * Added a tiny script to be run from within docker, to install the extra |
| 22 | + packages needed to run the dependency-graph and htpasswd tests. |
| 23 | + |
| 24 | + * Added a script which creates a tarball of binary mysql database files, and |
| 25 | + uploads the tarball to the developer area at www.ietf.org, for use with the |
| 26 | + datatracker environment docker image. |
| 27 | + |
| 28 | + * Simplified the release-coverage script. |
| 29 | + |
| 30 | + * Enabled invocation of 3 additional scripts from bin/daily (instead of |
| 31 | + ../scripts/Night-runner) |
| 32 | + |
| 33 | + * Updated scripts in ietf/bin/ to look in env/bin/ for the virtualenv |
| 34 | + activation script. |
| 35 | + |
| 36 | + * Changed the handling of skip tests and messages in order to show which |
| 37 | + tests will be skipped, and why, at the start of a test run. |
| 38 | + |
| 39 | + -- Henrik Levkowetz <henrik@levkowetz.com> 17 Dec 2016 21:51:07 +0000 |
| 40 | + |
| 41 | + |
1 | 42 | ietfdb (6.40.1) ietf; urgency=medium |
2 | 43 |
|
3 | 44 | This is a mixed bugfix and enhancements release with a lot of attention on |
4 | | - the new document review support. A number of deprecated functionality from |
5 | | - earlier Django version has also be fixed up to use newer idioms. |
| 45 | + the new document review support. A number of cases of deprecated |
| 46 | + functionality from earlier Django version has also be fixed up to use newer |
| 47 | + idioms. |
6 | 48 |
|
7 | 49 | From the commit log: |
8 | 50 |
|
|
0 commit comments