Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Version 2.25 |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | release | version-2.25 |
Files: | files | file ages | folders |
SHA3-256: |
8f798279d5f7c3288099915f2ea88c57 |
User & Date: | drh 2024-11-06 12:59:09 |
Context
2024-11-06
| ||
13:21 | Increase the version number to 2.26 in order to start the next release cycle. Update the built-in SQLite to the latest 3.48.0 pre-release for testing. Add the 2_26 tag to the change log. ... (check-in: 66899f89 user: drh tags: trunk) | |
12:59 | Version 2.25 ... (check-in: 8f798279 user: drh tags: trunk, release, version-2.25) | |
12:44 | Mention the SQLite and OpenSSL versions in the change log for 2.25. ... (check-in: 5c8b6781 user: drh tags: trunk) | |
Changes
Changes to www/changes.wiki.
1 2 | <title>Change Log</title> | | | 1 2 3 4 5 6 7 8 9 10 | <title>Change Log</title> <h2 id='v2_25'>Changes for version 2.25 (2024-11-06)</h2> * The "[/help?cmd=ui|fossil ui /]" command now works even for repositories that have non-ASCII filenames * Add the [/help?cmd=tree|fossil tree] command. * On case-insensitive filesystems, store files using the filesystem's preferred case rather than the case typed in by the user. * Change the name "fossil cherry-pick" command to "fossil cherrypick", |
︙ | ︙ |
Changes to www/index.wiki.
︙ | ︙ | |||
82 83 84 85 86 87 88 | atomic even if interrupted by a power loss or system crash. Automatic [./selfcheck.wiki | self-checks] verify that all aspects of the repository are consistent prior to each commit. 8. <b>Free and Open-Source</b> — [../COPYRIGHT-BSD2.txt|2-clause BSD license]. <hr> | | | | | | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 | atomic even if interrupted by a power loss or system crash. Automatic [./selfcheck.wiki | self-checks] verify that all aspects of the repository are consistent prior to each commit. 8. <b>Free and Open-Source</b> — [../COPYRIGHT-BSD2.txt|2-clause BSD license]. <hr> <h3>Latest Release: 2.25 ([/timeline?c=version-2.25|2024-11-06])</h3> * [/uv/download.html|Download] * [./changes.wiki#v2_25|Change Summary] * [/timeline?p=version-2.25&bt=version-2.24&y=ci|Check-ins in version 2.25] * [/timeline?df=version-2.25&y=ci|Check-ins derived from the 2.25 release] * [/timeline?t=release|Timeline of all past releases] <hr> <h3>Quick Start</h3> 1. [/uv/download.html|Download] or install using a package manager or [./build.wiki|compile from sources]. |
︙ | ︙ |