Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a typo in the date of the 1.34 release on the download page. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
01d1f519cd299eb2888eb02469ae01be |
User & Date: | drh 2016-11-16 14:37:57 |
Context
2016-11-16
| ||
14:47 | Change the /test-version webpage into /version. Link it to /stat. check-in: 286effd5 user: drh tags: trunk | |
14:37 | Fix a typo in the date of the 1.34 release on the download page. check-in: 01d1f519 user: drh tags: trunk | |
2016-11-15
| ||
23:41 | Allow uv delete (or del) as an alias for uv remove or uv rm. See http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg24322.html. check-in: b59fa7d0 user: andygoth tags: trunk | |
Changes
Changes to www/mkdownload.tcl.
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
set avers($version) 1
}
}
close $in
set vdate(1.36) 2016-10-24
set vdate(1.35) 2016-06-14
set vdate(1.34) 2016-11-02
# Do all versions from newest to oldest
#
foreach vers [lsort -decr -real [array names avers]] {
# set hr "../timeline?c=version-$vers;y=ci"
set v2 v[string map {. _} $vers]
set hr "../doc/trunk/www/changes.wiki#$v2"
|
| |
37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
set avers($version) 1
}
}
close $in
set vdate(1.36) 2016-10-24
set vdate(1.35) 2016-06-14
set vdate(1.34) 2015-11-02
# Do all versions from newest to oldest
#
foreach vers [lsort -decr -real [array names avers]] {
# set hr "../timeline?c=version-$vers;y=ci"
set v2 v[string map {. _} $vers]
set hr "../doc/trunk/www/changes.wiki#$v2"
|