|
| 1 | +ietfdb (6.49.0) ietf; urgency=medium |
| 2 | + |
| 3 | + **IETF 98 code sprint release 1** |
| 4 | + |
| 5 | + This release contains datatracker bugfixes and enhancements from the IETF-98 |
| 6 | + Code Sprint, where we had a record number of commits :-) The release brings |
| 7 | + in many useful bugfixes and enhancements, as described below. Many thanks to |
| 8 | + everyone who contributed! |
| 9 | + |
| 10 | + * Changed to use doc.canonical_name instead of doc.name when computing |
| 11 | + the cache key for htmlized documents in order to trigger a new generation |
| 12 | + when a draft goes to RFC. |
| 13 | + |
| 14 | + * Merged in [13137] from rcross@amsl.com: |
| 15 | + Added CANCELLED message to agenda for 'other' session types. |
| 16 | + |
| 17 | + * Merged in [13135] from peter@akayla.com: |
| 18 | + Added document titles to HTML titles. Fixes #1957. |
| 19 | + |
| 20 | + * Upgraded phantomjs in the docker image to 1.9.8. |
| 21 | + |
| 22 | + * Merged in [13134] from lars@netapp.com: |
| 23 | + Shrink all images with image_optim. |
| 24 | + |
| 25 | + * Merged in [13129] from lars@netapp.com: |
| 26 | + Replaced a table with div. |
| 27 | + |
| 28 | + * Merged in [13125] from rcross@amsl.com: |
| 29 | + |
| 30 | + Added a REST API endpoint to notify Datatracker that new session recording |
| 31 | + files are available, triggering an import. For use by the Meetech crew. |
| 32 | + |
| 33 | + * Changed the creation of temporary test dirs to use names which include |
| 34 | + the test class name, in order to make it possible to run test cases in |
| 35 | + parallel. Disabled coverage testing when running in parallel (those |
| 36 | + classes cannot be pickled and distributed to the test runner threads, and |
| 37 | + also won't pass coverage data back). Tweaked the TestCase.tempdir() method. |
| 38 | + |
| 39 | + * Modified an API test to make it pickleable (for parallel test runs). |
| 40 | + |
| 41 | + * Merged in [13120] from rjsparks@nostrum.com: |
| 42 | + Be more explicit on review message subject lines. Fixes #2103. |
| 43 | + |
| 44 | + * Merged in [13118] from lars@netapp.com: |
| 45 | + Updated vnu.jar and fixed various HTML5 nits it found during a test crawl. |
| 46 | + |
| 47 | + * Merged in [13115] from mahoney@nostrum.com: |
| 48 | + Added draftname to email subject for review request (addresses #2144). |
| 49 | + |
| 50 | + * Made relative paths work for the create_group_wikis commnand. Added |
| 51 | + wiki and svn dir patterns to docker/settings_local.py. |
| 52 | + |
| 53 | + * Merged in [13114] from rcross@amsl.com: |
| 54 | + Added the meetecho address to settings.AUDIO_IMPORT_EMAIL. |
| 55 | + |
| 56 | + * Merged in [13113] from rcross@amsl.com: |
| 57 | + Added a Country column to meeting/NN/proceedings/attendees. Fixes #2228. |
| 58 | + |
| 59 | + * Merged in [13112] from lars@netapp.com: |
| 60 | + Fixed various RemovedInDjango20Warning warnings. |
| 61 | + |
| 62 | + * Merged in [13109] from lars@netapp.com: |
| 63 | + Renamed crawl_history to make_rev_history, which is more descriptive. |
| 64 | + Fixes #2224 (thanks, Robert!) by generating graphs for the entire revision |
| 65 | + history of a doc, both forward and backward in time. |
| 66 | + |
| 67 | + * Tweaked docker/run slightly. Added 2 utility scripts docker/mailserver |
| 68 | + and docker/devserver, to start a debug smtp server and a development |
| 69 | + webserver in separate terminal windws. These assume that the docker image |
| 70 | + already is running. Tweaked the settings_local in docker/ to send email to |
| 71 | + the debug smtp server. |
| 72 | + |
| 73 | + * Changed docker/run in order to more easily be able to run multiple |
| 74 | + terminals against the docker enviroment, and also start the dev server and |
| 75 | + a debug smtp server in separate terminal windows. |
| 76 | + |
| 77 | + * Merged in [13108] from lars@netapp.com: |
| 78 | + Changed 'ID Tracker' to 'Datatracker' in various places. Addresses #2100. |
| 79 | + |
| 80 | + * Merged in [13107] from lars@netapp.com: |
| 81 | + Changes to bower.json to correctly pick up assets for some new versions of |
| 82 | + various packages we use. |
| 83 | + |
| 84 | + * Merged in [13102] from lars@netapp.com: |
| 85 | + Updated bootstrap-datepicker3 to 1.6.4. |
| 86 | + |
| 87 | + * Merged in [13101] from lars@netapp.com: |
| 88 | + Updated jquery.tablesorter to v2.28.5. |
| 89 | + |
| 90 | + * Merged in [13100] from lars@netapp.com: |
| 91 | + Removed empty template directory. |
| 92 | + |
| 93 | + * Merged in [13099] from lars@netapp.com: |
| 94 | + Removed outdated (and unused) bootstrap version. |
| 95 | + |
| 96 | + * Refined the selection of commit log info lines. |
| 97 | + |
| 98 | + * Merged in [13098] from lars@netapp.com: |
| 99 | + Updated bootstrap to 3.3.7. |
| 100 | + |
| 101 | + * Updated DRAFT_NAMES_WITH_DOT for another dot draft. |
| 102 | + |
| 103 | + * Improved traceback for a logger.error() message. |
| 104 | + |
| 105 | + -- Henrik Levkowetz <henrik@levkowetz.com> 29 Mar 2017 20:01:18 +0000 |
| 106 | + |
| 107 | + |
1 | 108 | ietfdb (6.48.2) ietf; urgency=medium |
2 | 109 |
|
3 | 110 | Another small patch release to fix internal issues and annoyances |
|
0 commit comments