Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Update the change log. |
|---|---|
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
d982f8944cf4bde26e15c10d23a2659a |
| User & Date: | drh 2012-08-06 15:28:54.742 |
Context
|
2012-08-07
| ||
| 11:42 | Add the "Klingon Code Warriors" quote to the quotes.wiki page. check-in: e00e6205b6 user: drh tags: trunk | |
|
2012-08-06
| ||
| 15:28 | Update the change log. check-in: d982f8944c user: drh tags: trunk | |
| 15:04 | Increase the version number to 1.23. check-in: 399e868d72 user: drh tags: trunk | |
Changes
Changes to www/changes.wiki.
1 2 3 4 5 6 7 8 9 |
<title>Change Log</title>
<h2>Changes For Version 1.22 (2012-03-17)</h2>
* Greatly improved "diff" processing including the new --brief option,
partial line matching, colorized in-line diffs, and better performance.
* Promote "allow-symlinks" to a versionable setting
* Harden the CGI processing logic against DOS attacks
* Add the ability to run TH1 scripts after sync requests
* Store the repository name in _FOSSIL_ as it is type in the "open" command,
| > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
<title>Change Log</title>
<h2>Changes For Version 1.23 (2012-08-08)</h2>
* The default checkout database name is now ".fslckout" instead of
"_FOSSIL_" on unix. Both names continue to work.
* Added the "fossil all changes" command
* Added the "fossil all list --ckout" command
* Added the "public-pages" glob pattern that allows anonymous users to
embedded documentation on sites where source code should not be
accessible to anonymous users.
* Allow multiple --tag options on the same "fossil commit" command.
* Change the meaning of the --bgcolor option for "fossil commit" to only
change the color for that one commit. The new --branchcolor option
is available to set a persistent background color.
* Add the branch= query parameter to the vdiff page and the --branch option
to the "fossil diff" command.
* Check-in names of the form "root:BRANCH" now refer to the origin of
the branch.
* Add the ability to set a background image as part of server configuration.
* Allow partial commits of cherrypick merges.
* Updates against an uncommitted merge are now a warning, not a fatal error.
* Prompt the user to continue if a check-in comment is unedited.
* Fixes to case sensitivity settings with the /dir webpage.
* Repositories now try to remember the locations of all checkouts and
web-access URLs and display this information with the
"fossil info $REPO" command.
* Improved defense against spiders: The src= attribute of
<a> elements is set using javascript after the page loads.
* Enhanced formatting of the user list page.
* If a file named in "fossil add" is missing, that is now a warning not
a fatal error.
* Fix side-by-side diff so that it displays correctly with
multi-byte UTF8 characters.
* Performance improvements in the diff logic.
* Lots of other performance tweaks and documentation updates.
<h2>Changes For Version 1.22 (2012-03-17)</h2>
* Greatly improved "diff" processing including the new --brief option,
partial line matching, colorized in-line diffs, and better performance.
* Promote "allow-symlinks" to a versionable setting
* Harden the CGI processing logic against DOS attacks
* Add the ability to run TH1 scripts after sync requests
* Store the repository name in _FOSSIL_ as it is type in the "open" command,
|
| ︙ | ︙ |