Fossil SCM
Increase the version number to 1.29 with the idea that we might do a new release soon. Fill out the change-log for version 1.29.
Commit
61c66596e88f2526bd8d81daddc6d78e08265a27
Parent
7440633e817d549…
2 files changed
+1
-1
+26
-2
M
VERSION
+1
-1
| --- VERSION | ||
| +++ VERSION | ||
| @@ -1,1 +1,1 @@ | ||
| 1 | -1.28 | |
| 1 | +1.29 | |
| 2 | 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.28 |
| 2 |
| --- VERSION | |
| +++ VERSION | |
| @@ -1,1 +1,1 @@ | |
| 1 | 1.29 |
| 2 |
+26
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,11 +1,12 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2>Changes For Version 1.29 (as yet unreleased)</h2> |
| 4 | 4 | * Add the ability to display content, diffs and annotations for UTF16 |
| 5 | 5 | text files in the web interface. |
| 6 | - * Add the "SaveAs..." button to the graphical diff display that results | |
| 6 | + * Add the "SaveAs..." and "Invert" buttons | |
| 7 | + to the graphical diff display that results | |
| 7 | 8 | from using the --tk option with the [/help/diff | fossil diff] command. |
| 8 | 9 | * Honor timezones in imports from git. |
| 9 | 10 | * The [/reports] page now requires Read ("o") permissions. The "byweek" |
| 10 | 11 | report now properly propagates the selected year through the event type |
| 11 | 12 | filter links. |
| @@ -18,11 +19,34 @@ | ||
| 18 | 19 | [/help?cmd=diff|fossil (g)diff], [/help?cmd=stash|fossil stash diff]. |
| 19 | 20 | * Add --strip-trailing-cr option to [/help?cmd=diff|fossil (g)diff] and |
| 20 | 21 | [/help?cmd=stash|fossil stash diff]. |
| 21 | 22 | * Add button "Ignore Whitespace" to /annotate, /blame, /ci, /fdiff |
| 22 | 23 | and /vdiff UI pages. |
| 23 | - * Enhanced [/reports?view=byweekday|/reports] with a "byweekday" view. | |
| 24 | + * Enhance [/reports?view=byweekday|/reports] with a "byweekday" view. | |
| 25 | + * Enhance the [/help?cmd=cat|fossil cat] command so that it works outside | |
| 26 | + of a checkout when using the -R command-line option. | |
| 27 | + * Use full-length SHA1 hashes, not abbreviations, in most hyperlinks. | |
| 28 | + * Correctly render the <title> markup on wiki pages in the | |
| 29 | + [/help?cmd=/artifact|/artifact] webpage. | |
| 30 | + * Enhance the [/help?cmd=whatis|fossil whatis] command to report on attachments | |
| 31 | + and cluster artifacts. Added the [/help?cmd=test-whatis-all] command for | |
| 32 | + testing purposes. | |
| 33 | + * Add support for HTTP Basic Authentication on [/help?cmd=clone|clone] and | |
| 34 | + [/help?cmd=sync|sync]. | |
| 35 | + * Fix the [/help?cmd=stash|stash] so that it remembers added files and re-adds | |
| 36 | + them when the stash is applied. | |
| 37 | + * Fix the server so that it avoids writing to the database (and thus avoids | |
| 38 | + database locking issues) on a | |
| 39 | + [/help?cmd=pull|pull] or [/help?cmd=clone|clone]. | |
| 40 | + * Add support for [./server.wiki#loadmgmt|server load management]. | |
| 41 | + * Add the [/help?cmd=praise|fossil praise] command as an alias for | |
| 42 | + [/help?cmd=blame|fossil blame] for subversion compatibility. | |
| 43 | + * Enhance the [/help?cmd=test-diff|fossil test-diff] command with -y or --tk | |
| 44 | + options so that it shows both filenames above their respective columns in | |
| 45 | + the side-by-side diff output. | |
| 46 | + * Issue a warning if a [/help?cmd=add|fossil add] command tries to add a file | |
| 47 | + that matches the ignore-glob. | |
| 24 | 48 | |
| 25 | 49 | <h2>Changes For Version 1.28 (2014-01-27)</h2> |
| 26 | 50 | * Enhance [/help?cmd=/reports | /reports] to support event type filtering. |
| 27 | 51 | * When cloning a repository, the user name passed via the URL (if any) |
| 28 | 52 | is now used as the default local admin user's name. |
| 29 | 53 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,11 +1,12 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.29 (as yet unreleased)</h2> |
| 4 | * Add the ability to display content, diffs and annotations for UTF16 |
| 5 | text files in the web interface. |
| 6 | * Add the "SaveAs..." button to the graphical diff display that results |
| 7 | from using the --tk option with the [/help/diff | fossil diff] command. |
| 8 | * Honor timezones in imports from git. |
| 9 | * The [/reports] page now requires Read ("o") permissions. The "byweek" |
| 10 | report now properly propagates the selected year through the event type |
| 11 | filter links. |
| @@ -18,11 +19,34 @@ | |
| 18 | [/help?cmd=diff|fossil (g)diff], [/help?cmd=stash|fossil stash diff]. |
| 19 | * Add --strip-trailing-cr option to [/help?cmd=diff|fossil (g)diff] and |
| 20 | [/help?cmd=stash|fossil stash diff]. |
| 21 | * Add button "Ignore Whitespace" to /annotate, /blame, /ci, /fdiff |
| 22 | and /vdiff UI pages. |
| 23 | * Enhanced [/reports?view=byweekday|/reports] with a "byweekday" view. |
| 24 | |
| 25 | <h2>Changes For Version 1.28 (2014-01-27)</h2> |
| 26 | * Enhance [/help?cmd=/reports | /reports] to support event type filtering. |
| 27 | * When cloning a repository, the user name passed via the URL (if any) |
| 28 | is now used as the default local admin user's name. |
| 29 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,11 +1,12 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.29 (as yet unreleased)</h2> |
| 4 | * Add the ability to display content, diffs and annotations for UTF16 |
| 5 | text files in the web interface. |
| 6 | * Add the "SaveAs..." and "Invert" buttons |
| 7 | to the graphical diff display that results |
| 8 | from using the --tk option with the [/help/diff | fossil diff] command. |
| 9 | * Honor timezones in imports from git. |
| 10 | * The [/reports] page now requires Read ("o") permissions. The "byweek" |
| 11 | report now properly propagates the selected year through the event type |
| 12 | filter links. |
| @@ -18,11 +19,34 @@ | |
| 19 | [/help?cmd=diff|fossil (g)diff], [/help?cmd=stash|fossil stash diff]. |
| 20 | * Add --strip-trailing-cr option to [/help?cmd=diff|fossil (g)diff] and |
| 21 | [/help?cmd=stash|fossil stash diff]. |
| 22 | * Add button "Ignore Whitespace" to /annotate, /blame, /ci, /fdiff |
| 23 | and /vdiff UI pages. |
| 24 | * Enhance [/reports?view=byweekday|/reports] with a "byweekday" view. |
| 25 | * Enhance the [/help?cmd=cat|fossil cat] command so that it works outside |
| 26 | of a checkout when using the -R command-line option. |
| 27 | * Use full-length SHA1 hashes, not abbreviations, in most hyperlinks. |
| 28 | * Correctly render the <title> markup on wiki pages in the |
| 29 | [/help?cmd=/artifact|/artifact] webpage. |
| 30 | * Enhance the [/help?cmd=whatis|fossil whatis] command to report on attachments |
| 31 | and cluster artifacts. Added the [/help?cmd=test-whatis-all] command for |
| 32 | testing purposes. |
| 33 | * Add support for HTTP Basic Authentication on [/help?cmd=clone|clone] and |
| 34 | [/help?cmd=sync|sync]. |
| 35 | * Fix the [/help?cmd=stash|stash] so that it remembers added files and re-adds |
| 36 | them when the stash is applied. |
| 37 | * Fix the server so that it avoids writing to the database (and thus avoids |
| 38 | database locking issues) on a |
| 39 | [/help?cmd=pull|pull] or [/help?cmd=clone|clone]. |
| 40 | * Add support for [./server.wiki#loadmgmt|server load management]. |
| 41 | * Add the [/help?cmd=praise|fossil praise] command as an alias for |
| 42 | [/help?cmd=blame|fossil blame] for subversion compatibility. |
| 43 | * Enhance the [/help?cmd=test-diff|fossil test-diff] command with -y or --tk |
| 44 | options so that it shows both filenames above their respective columns in |
| 45 | the side-by-side diff output. |
| 46 | * Issue a warning if a [/help?cmd=add|fossil add] command tries to add a file |
| 47 | that matches the ignore-glob. |
| 48 | |
| 49 | <h2>Changes For Version 1.28 (2014-01-27)</h2> |
| 50 | * Enhance [/help?cmd=/reports | /reports] to support event type filtering. |
| 51 | * When cloning a repository, the user name passed via the URL (if any) |
| 52 | is now used as the default local admin user's name. |
| 53 |