Edgewall Software
Modify

Opened 5 years ago

Closed 5 years ago

Last modified 2 years ago

#13193 closed task (fixed)

Release Trac 1.4

Reported by: Ryan J Ollos Owned by: Ryan J Ollos
Priority: normal Milestone: 1.4
Component: general Version:
Severity: normal Keywords: release
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

This ticket is used to coordinate the finalization and testing of the next major release of Trac, 1.4.

Attachments (0)

Change History (13)

comment:1 by Ryan J Ollos, 5 years ago

Owner: set to Ryan J Ollos
Status: newassigned

comment:2 by Ryan J Ollos, 5 years ago

Targeting release for Sunday 8/25. I'll be out-of-touch on Friday and Saturday and will make the release when I return assuming no major issues are found.

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

comment:3 by figaro , 5 years ago

Planning to update the standard wiki pages and may go beyond that weekend.

comment:4 by Ryan J Ollos, 5 years ago

AppVeyor builds have failed on 1.4-stable due to missing passlib. Testing the following fix to be applied to 1.4-stable and trunk:

  • contrib/appveyor.ps1

    diff --git a/contrib/appveyor.ps1 b/contrib/appveyor.ps1
    index 0396eb965..b1a978c3c 100644
    a b $pgPassword = 'Password12!'  
    5252
    5353# External Python dependencies
    5454
    55 $pipCommonPackages = @(
     55$pipPackages = @(
    5656    'jinja2',
    5757    'genshi>=0.7',
    5858    'babel',
    5959    'twill==0.9.1',
    6060    'docutils',
     61    'passlib',
    6162    'pygments',
    6263    'pytz',
    6364    'textile',
    $svnBase = "svn-win32-1.8.15"  
    7172$svnBaseAp = "$svnBase-ap24"
    7273$svnUrlBase = "https://sourceforge.net/projects/win32svn/files/1.8.15/apache24"
    7374
    74 
    75 $pipPackages = @{
    76     '1.2-stable' = @('passlib')
    77     trunk = @('passlib')
    78 }
    79 
    8075$condaCommonPackages = @(
    8176    'lxml'
    8277)
    function Trac-Install {  
    217212    # Install packages via pip
    218213
    219214    & pip.exe --version
    220     & pip.exe install $pipCommonPackages $pipPackages.$svnBranch
     215    & pip.exe install $pipPackages
    221216
    222217    if ($pyIsConda) {
    223218        & conda.exe install -qy $condaCommonPackages

comment:5 by Ryan J Ollos, 5 years ago

comment:4 change committed to 1.4-stable in r17101, merged to trunk in r17102.

comment:6 by Ryan J Ollos, 5 years ago

Added report {43}.

comment:7 by Ryan J Ollos, 5 years ago

Discussion about Trac 1.4 in trac-dev:eAUDDQ_NpBM/NLP-g3MEBAAJ.

comment:8 by Ryan J Ollos, 5 years ago

Edited 1.3/TracChangeLog@22.

More work will be done on help pages and release notes after the release. I'll post updates to this ticket even after it is closed.

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

comment:9 by Ryan J Ollos, 5 years ago

Resolution: fixed
Status: assignedclosed

comment:10 by Ryan J Ollos, 5 years ago

Added TracDev/ReleaseNotes/1.4, but edits and content are needed.

comment:11 by figaro, 5 years ago

Updates to wikipedia:Trac applied.

comment:12 by Ryan J Ollos, 4 years ago

The top-level TracGuide pages have been updated for Trac 1.4. The Trac 1.2.x pages can be found under 1.2/.

comment:13 by Ryan J Ollos, 4 years ago

The 1.3 pages are now read-only.

Demo server is available at demo-1.4.

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.