Modify ↓
#13313 closed task (fixed)
Release Trac 1.4.2
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.2 |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | release |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
Planned for June 13th (gmessage:trac-dev:qPf4k35rZ9I/qbUzkMSfAQAJ).
Attachments (0)
Change History (9)
follow-up: 5 comment:1 by , 5 years ago
comment:2 by , 5 years ago
- Edited TracChangeLog@156.
- Fixed indentation in r17419
- Synced from t.e.o wiki in r17421
comment:3 by , 5 years ago
The edit TracNotification@107 uses the jinja WikiProcessor for syntax highlighting.
Like in #12183, we need to account for Pygments not installed. Proposed change:
-
trac/mimeview/api.py
diff --git a/trac/mimeview/api.py b/trac/mimeview/api.py index 98ef5cbb1..79e08ea91 100644
a b KNOWN_MIME_TYPES = { 298 298 299 299 'text/css': 'css', 300 300 'text/html': 'html htm', 301 'text/html+jinja': 'jinja', 301 302 'text/plain': 'txt TXT text README INSTALL ' 302 303 'AUTHORS COPYING ChangeLog RELEASE', 303 304 'text/xml': 'xml',
See HtmlDjangoLexer.
comment:5 by , 5 years ago
comment:6 by , 5 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
comment:7 by , 5 years ago
| Type: | enhancement → task |
|---|
follow-up: 9 comment:8 by , 5 years ago
I just noticed mirror git repository has unintentionally 1.4.2 as a tag. Is is possible to remove the tag from the mirror, Ryan?
$ git ls-remote https://svn.edgewall.org/git/trac/mirror | grep -F 1.4. b72a66c891ced748390310599de7bce3f49c31a5 refs/remotes/tags/1.4.2 92b06e412879a715686550408259674456b01ff2 refs/remotes/tags/trac-1.4.1 795f736fb9a4d38a4cb40b3c1dffd553d21cde07 refs/remotes/tags/trac-1.4.2 b72a66c891ced748390310599de7bce3f49c31a5 refs/tags/1.4.2 92b06e412879a715686550408259674456b01ff2 refs/tags/trac-1.4.1 795f736fb9a4d38a4cb40b3c1dffd553d21cde07 refs/tags/trac-1.4.2
comment:9 by , 5 years ago
Note:
See TracTickets
for help on using tickets.



I was aiming to release today, but will wait a few days to finish #13215, #13299, #13309.