Fossil SCM

Further edits to the change log for 1.24.

drh 2012-10-19 15:29 trunk
Commit 5ea7a3ec5687c5836c891a6da45e29fb304012f5
1 file changed +27 -1
+27 -1
--- www/changes.wiki
+++ www/changes.wiki
@@ -23,11 +23,12 @@
2323
the file was checked in.
2424
* Changed the "vdiff" webpage to show the complete text of files that
2525
were added or removed (the equivelent of using the -N or --newfile
2626
options with the "fossil diff" command-line.)
2727
* Added the --temp option to "fossil clean" and "fossil extra", causing
28
- those commands to only look
28
+ those commands to only look at temporary files generated by Fossil,
29
+ such as merge-conflict reports or aborted check-in messages.
2930
* Enhance the raw page download so that it can guess the mimetype of
3031
attachments based on the filename.
3132
* Change the behavior of the from= and to= query parameters on the
3233
timeline page so that by default the path between the two specified
3334
check-ins avoids merges.
@@ -38,10 +39,35 @@
3839
occurring under the wrong username.
3940
* Include branch information in the output of file change listings
4041
(the "finfo" webpage).
4142
* Make the simplified view of file history, rather than the full view,
4243
the default.
44
+ * In the "fossil configuration" command, allow the "css" option for
45
+ synchronizing, importing, or exporting just the CSS file. This makes
46
+ it easier to share CSS files across repositories by exporting from
47
+ one and importing to another.
48
+ * Add the (unsupported) "fossil test-orphans" command.
49
+ * Add the --template option to the "fossil init" command, to facilitate
50
+ creating new repositories based on a template repository.
51
+ * Add the diff-binary setting, which if enabled causes binary files to
52
+ be passed to the "gdiff" command for it to deal with, rather than simply
53
+ printing a "cannot diff binary files" error.
54
+ * Add the --unified option to the "fossil diff" command to force a unified
55
+ diff even if the --tk option (which normally implies a side-by-side diff)
56
+ is used.
57
+ * Present a choice of nearby branches and versions to diff against on the
58
+ check-in information page.
59
+ * Add the --force option to the "fossil merge" command that will force the
60
+ merge to occur even if it would be a no-op. This is sometimes useful for
61
+ documentation purposes.
62
+ * Add another built-in skin: "Enhanced Default". Other minor tweaks to
63
+ the existing skins.
64
+ * Add the "urllist" webpage, showing a list of URLs by which a server
65
+ instance of Fossil has been accessed. Requires "Administrator" privileges.
66
+ A link is on the "Setup" main page.
67
+ * Merge the latest SQLite changes from upstream.
68
+ * Lots of minor bug fixes.
4369
4470
<h2>Changes For Version 1.23 (2012-08-08)</h2>
4571
* The default checkout database name is now ".fslckout" instead of
4672
"_FOSSIL_" on unix. Both names continue to work.
4773
* Added the "fossil all changes" command
4874
--- www/changes.wiki
+++ www/changes.wiki
@@ -23,11 +23,12 @@
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.
@@ -38,10 +39,35 @@
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
--- www/changes.wiki
+++ www/changes.wiki
@@ -23,11 +23,12 @@
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 at temporary files generated by Fossil,
29 such as merge-conflict reports or aborted check-in messages.
30 * Enhance the raw page download so that it can guess the mimetype of
31 attachments based on the filename.
32 * Change the behavior of the from= and to= query parameters on the
33 timeline page so that by default the path between the two specified
34 check-ins avoids merges.
@@ -38,10 +39,35 @@
39 occurring under the wrong username.
40 * Include branch information in the output of file change listings
41 (the "finfo" webpage).
42 * Make the simplified view of file history, rather than the full view,
43 the default.
44 * In the "fossil configuration" command, allow the "css" option for
45 synchronizing, importing, or exporting just the CSS file. This makes
46 it easier to share CSS files across repositories by exporting from
47 one and importing to another.
48 * Add the (unsupported) "fossil test-orphans" command.
49 * Add the --template option to the "fossil init" command, to facilitate
50 creating new repositories based on a template repository.
51 * Add the diff-binary setting, which if enabled causes binary files to
52 be passed to the "gdiff" command for it to deal with, rather than simply
53 printing a "cannot diff binary files" error.
54 * Add the --unified option to the "fossil diff" command to force a unified
55 diff even if the --tk option (which normally implies a side-by-side diff)
56 is used.
57 * Present a choice of nearby branches and versions to diff against on the
58 check-in information page.
59 * Add the --force option to the "fossil merge" command that will force the
60 merge to occur even if it would be a no-op. This is sometimes useful for
61 documentation purposes.
62 * Add another built-in skin: "Enhanced Default". Other minor tweaks to
63 the existing skins.
64 * Add the "urllist" webpage, showing a list of URLs by which a server
65 instance of Fossil has been accessed. Requires "Administrator" privileges.
66 A link is on the "Setup" main page.
67 * Merge the latest SQLite changes from upstream.
68 * Lots of minor bug fixes.
69
70 <h2>Changes For Version 1.23 (2012-08-08)</h2>
71 * The default checkout database name is now ".fslckout" instead of
72 "_FOSSIL_" on unix. Both names continue to work.
73 * Added the "fossil all changes" command
74

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button