#12083 closed task (wontfix)
Release Trac 0.12.8
Reported by: | Ryan J Ollos | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | release |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
0.12.8 will likely be the final release for 0.12-stable. The main task is to pull in updated translations from Transifex. We effectively have a string freeze on 0.12-stable, but this hasn't been announced to the community.
The ChangeLog file is still being manually updated on this release line.
Attachments (0)
Change History (10)
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
comment:3 by , 9 years ago
Test failures were fixed for 1.0-stable in #12326. Proposed change:
-
.travis.yml
diff --git a/.travis.yml b/.travis.yml index 6ce6557..b057bef 100644
a b before_install: 15 15 - mysql -u root -e "CREATE USER tracuser@localhost IDENTIFIED BY 'password';" 16 16 - mysql -u root -e "GRANT ALL ON trac.* TO tracuser@localhost; FLUSH PRIVILEGES;" 17 17 install: 18 - pip install -q Genshi==0.6.1 Babel configobj Pygments docutils lxml pytz twill==0.9.1 psycopg2 MySQL-python18 - pip install -q Genshi==0.6.1 Babel configobj Pygments<2.1 docutils lxml pytz twill==0.9.1 psycopg2 MySQL-python 19 19 - echo ".uri = $TRAC_TEST_DB_URI" >Makefile.cfg 20 20 addons: 21 21 apt:
comment:4 by , 9 years ago
comment:3 change committed in [14730], but the build errored. Maybe I just need single quotes around Pygments<2.1
, as in comment:3:ticket:12445?
comment:7 by , 7 years ago
Unless someone has a need for 0.12.8, I propose we just close this ticket and move on from 0.12-stable.
comment:8 by , 7 years ago
Agreed with the proposal. This will direct the effort better with regards to forward compatibility of Trac core functionality as well as plugins.
comment:9 by , 7 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:10 by , 5 years ago
Milestone: | 0.12.8 |
---|
Mentioned in comment:2:ticket:12451, we should consider pinning the Pygments version in
.travis.yml
. We might also want to specify a maximum version of Pygments insetup.py
and the documentation.