Edgewall Software
Modify

Opened 4 years ago

Closed 4 years ago

Last modified 3 years ago

#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

Attachments (0)

Change History (9)

comment:1 by Ryan J Ollos, 4 years ago

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

comment:2 by Ryan J Ollos, 4 years ago

Last edited 4 years ago by Ryan J Ollos (previous) (diff)

comment:3 by Ryan J Ollos, 4 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 = {  
    298298
    299299    'text/css':                'css',
    300300    'text/html':               'html htm',
     301    'text/html+jinja':         'jinja',
    301302    'text/plain':              'txt TXT text README INSTALL '
    302303                               'AUTHORS COPYING ChangeLog RELEASE',
    303304    'text/xml':                'xml',

See HtmlDjangoLexer.

comment:4 by Ryan J Ollos, 4 years ago

comment:3 change committed to 1.4-stable in r17422, merged in r17423.

in reply to:  1 comment:5 by Ryan J Ollos, 4 years ago

Replying to Ryan J Ollos:

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

#13215 and #13299 deferred to 1.4.3 due to scope of changes.

comment:6 by Ryan J Ollos, 4 years ago

Resolution: fixed
Status: assignedclosed

comment:7 by Jun Omae, 4 years ago

Type: enhancementtask

comment:8 by Jun Omae, 3 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

in reply to:  8 comment:9 by Ryan J Ollos, 3 years ago

Replying to Jun Omae:

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?

Thanks for spotting. I removed it in the mirror and on GitHub.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Ryan J Ollos to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.