Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Update the script that builds the download page. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d5f6a272e91f312a3823c8af7e66c93a |
User & Date: | drh 2010-03-18 14:28:36 |
Context
2010-03-18
| ||
16:27 | Make sure that "Setup" and "Admin" privileges imply 'Append-Tkt' privilege. check-in: a1b7f8e1 user: drh tags: trunk | |
14:40 | Merge in all of the latest clear-title changes from the trunk. check-in: 7c2577bd user: drh tags: clear-title | |
14:28 | Update the script that builds the download page. check-in: d5f6a272 user: drh tags: trunk | |
14:20 | Fix some compiler warnings on windows. check-in: 73c24ae3 user: drh tags: trunk, release | |
Changes
Changes to www/mkdownload.tcl.
25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
Click on links below to download prebuilt binaries and source tarballs for recent versions of <a href="/fossil">Fossil</a>. The historical source code is also available in the <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting Fossil repositories</a>. </p> <table cellpadding="10"> } # Find all all unique timestamps. # foreach file [glob -nocomplain download/fossil-*.zip] { if {[regexp {(\d+).zip$} $file all datetime] |
> > > > > > > > > > |
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
Click on links below to download prebuilt binaries and source tarballs for recent versions of <a href="/fossil">Fossil</a>. The historical source code is also available in the <a href="/fossil/doc/tip/www/selfhost.wiki">self-hosting Fossil repositories</a>. </p> <p> <u>Important Note:</u> After upgrading to a newer version of fossil, it is always a good idea to run: <blockquote><pre> <b><big><tt>fossil all rebuild</tt></big></b> </pre></blockquote> Running "rebuild" this way is not always necessary, but it never hurts. </p> <table cellpadding="10"> } # Find all all unique timestamps. # foreach file [glob -nocomplain download/fossil-*.zip] { if {[regexp {(\d+).zip$} $file all datetime] |