Modify ↓
#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 , 5 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 5 years ago
Planning to update the standard wiki pages and may go beyond that weekend.
comment:4 by , 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!' 52 52 53 53 # External Python dependencies 54 54 55 $pip CommonPackages = @(55 $pipPackages = @( 56 56 'jinja2', 57 57 'genshi>=0.7', 58 58 'babel', 59 59 'twill==0.9.1', 60 60 'docutils', 61 'passlib', 61 62 'pygments', 62 63 'pytz', 63 64 'textile', … … $svnBase = "svn-win32-1.8.15" 71 72 $svnBaseAp = "$svnBase-ap24" 72 73 $svnUrlBase = "https://sourceforge.net/projects/win32svn/files/1.8.15/apache24" 73 74 74 75 $pipPackages = @{76 '1.2-stable' = @('passlib')77 trunk = @('passlib')78 }79 80 75 $condaCommonPackages = @( 81 76 'lxml' 82 77 ) … … function Trac-Install { 217 212 # Install packages via pip 218 213 219 214 & pip.exe --version 220 & pip.exe install $pip CommonPackages $pipPackages.$svnBranch215 & pip.exe install $pipPackages 221 216 222 217 if ($pyIsConda) { 223 218 & conda.exe install -qy $condaCommonPackages
comment:5 by , 5 years ago
comment:8 by , 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.
comment:9 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:12 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
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.