Fossil SCM
Add a proposed change log for the next release.
Commit
a8a0985318ba4c173949b33a71417637506080b6
Parent
caa4d5786fd84b8…
1 file changed
+41
+41
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,6 +1,47 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | + | |
| 3 | +<h2>Changes For Version 1.24 (2012-10-22)</h2> | |
| 4 | + * Added support for WYSIWYG editing of wiki pages. WYSIWYG is turned off | |
| 5 | + by default and can be turned on by setting a configuration option. | |
| 6 | + * Allow style= attribute to occur in HTML markup on wiki pages. | |
| 7 | + * Added the --tk option to the "fossi diff" and "fossil stash diff" | |
| 8 | + commands, causing color-coded diff output to be displayed in a Tcl/Tk | |
| 9 | + GUI window. This option only works if Tcl/Tk is installed on the | |
| 10 | + host. | |
| 11 | + * On windows, make the "gdiff" command default to use WinDiff.exe. | |
| 12 | + * Update the "fossil stash" command so that it always prompts for a | |
| 13 | + comment if the -m option is omitted. | |
| 14 | + * Enhance the timeline webpages so that a=, b=, c=, d=, p=, and dp= | |
| 15 | + query parameters (and others) can all accept any valid checkin name | |
| 16 | + (such as branch names or labels) instead of just SHA1 hashes. | |
| 17 | + * Added the "fossil stash show" command. | |
| 18 | + * Added the "fileage" webpage with links to this page from the check-in | |
| 19 | + information page and from the file browser. | |
| 20 | + * Added --age and -t options to the "fossil ls" command. | |
| 21 | + * Added the --setmtime option to "fossil update". When used, the mtime | |
| 22 | + of all mananged files is set to the time when the most recent version of | |
| 23 | + the file was checked in. | |
| 24 | + * Changed the "vdiff" webpage to show the complete text of files that | |
| 25 | + were added or removed (the equivelent of using the -N or --newfile | |
| 26 | + options with the "fossil diff" command-line.) | |
| 27 | + * Added the --temp option to "fossil clean" and "fossil extra", causing | |
| 28 | + those commands to only look | |
| 29 | + * Enhance the raw page download so that it can guess the mimetype of | |
| 30 | + attachments based on the filename. | |
| 31 | + * Change the behavior of the from= and to= query parameters on the | |
| 32 | + timeline page so that by default the path between the two specified | |
| 33 | + check-ins avoids merges. | |
| 34 | + * Add the --baseurl option to "fossil server" and "fossil http" commands, | |
| 35 | + so that those commands can be used with reverse proxies. | |
| 36 | + * If unable to determine the command-line user, do not guess. Instead | |
| 37 | + issue an error message. This helps prevent check-ins from accidentally | |
| 38 | + occurring under the wrong username. | |
| 39 | + * Include branch information in the output of file change listings | |
| 40 | + (the "finfo" webpage). | |
| 41 | + * Make the simplified view of file history, rather than the full view, | |
| 42 | + the default. | |
| 2 | 43 | |
| 3 | 44 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 4 | 45 | * The default checkout database name is now ".fslckout" instead of |
| 5 | 46 | "_FOSSIL_" on unix. Both names continue to work. |
| 6 | 47 | * Added the "fossil all changes" command |
| 7 | 48 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,47 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 4 | * The default checkout database name is now ".fslckout" instead of |
| 5 | "_FOSSIL_" on unix. Both names continue to work. |
| 6 | * Added the "fossil all changes" command |
| 7 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,6 +1,47 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.24 (2012-10-22)</h2> |
| 4 | * Added support for WYSIWYG editing of wiki pages. WYSIWYG is turned off |
| 5 | by default and can be turned on by setting a configuration option. |
| 6 | * Allow style= attribute to occur in HTML markup on wiki pages. |
| 7 | * Added the --tk option to the "fossi diff" and "fossil stash diff" |
| 8 | commands, causing color-coded diff output to be displayed in a Tcl/Tk |
| 9 | GUI window. This option only works if Tcl/Tk is installed on the |
| 10 | host. |
| 11 | * On windows, make the "gdiff" command default to use WinDiff.exe. |
| 12 | * Update the "fossil stash" command so that it always prompts for a |
| 13 | comment if the -m option is omitted. |
| 14 | * Enhance the timeline webpages so that a=, b=, c=, d=, p=, and dp= |
| 15 | query parameters (and others) can all accept any valid checkin name |
| 16 | (such as branch names or labels) instead of just SHA1 hashes. |
| 17 | * Added the "fossil stash show" command. |
| 18 | * Added the "fileage" webpage with links to this page from the check-in |
| 19 | information page and from the file browser. |
| 20 | * Added --age and -t options to the "fossil ls" command. |
| 21 | * Added the --setmtime option to "fossil update". When used, the mtime |
| 22 | of all mananged files is set to the time when the most recent version of |
| 23 | the file was checked in. |
| 24 | * Changed the "vdiff" webpage to show the complete text of files that |
| 25 | were added or removed (the equivelent of using the -N or --newfile |
| 26 | options with the "fossil diff" command-line.) |
| 27 | * Added the --temp option to "fossil clean" and "fossil extra", causing |
| 28 | those commands to only look |
| 29 | * Enhance the raw page download so that it can guess the mimetype of |
| 30 | attachments based on the filename. |
| 31 | * Change the behavior of the from= and to= query parameters on the |
| 32 | timeline page so that by default the path between the two specified |
| 33 | check-ins avoids merges. |
| 34 | * Add the --baseurl option to "fossil server" and "fossil http" commands, |
| 35 | so that those commands can be used with reverse proxies. |
| 36 | * If unable to determine the command-line user, do not guess. Instead |
| 37 | issue an error message. This helps prevent check-ins from accidentally |
| 38 | occurring under the wrong username. |
| 39 | * Include branch information in the output of file change listings |
| 40 | (the "finfo" webpage). |
| 41 | * Make the simplified view of file history, rather than the full view, |
| 42 | the default. |
| 43 | |
| 44 | <h2>Changes For Version 1.23 (2012-08-08)</h2> |
| 45 | * The default checkout database name is now ".fslckout" instead of |
| 46 | "_FOSSIL_" on unix. Both names continue to work. |
| 47 | * Added the "fossil all changes" command |
| 48 |