Fossil SCM
Update change log with some of the obvious bug fixes.
Commit
64d831245acdddbe62d3f63587f01d0648736de0
Parent
2c79aed2d5bceca…
1 file changed
+8
+8
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -25,10 +25,18 @@ | ||
| 25 | 25 | become the initial commit. (NOT PLANNED FOR 1.30, BUT DONE TO EXPOSE |
| 26 | 26 | [/help?cmd=new|fossil new --empty] TO MORE FIELD TESTING BEFORE |
| 27 | 27 | MAKING ANY DECISION ON IT!) |
| 28 | 28 | * Added a line-number toggle option to the [/help?cmd=/info|/info] |
| 29 | 29 | and [/help?cmd=/artifact|/artifact] pages. |
| 30 | + * Add check to most commands to error on unknown command-line options | |
| 31 | + * Fix to prevent partial clone when connection is lost during clone | |
| 32 | + * Fix bug with 302 redirect not properly shutting down connection and | |
| 33 | + and handle 301 redirects. | |
| 34 | + * Fix to prevent empty cloned repository when authentication fails | |
| 35 | + * Update documentation for protocol 3 and 'cfile' card use | |
| 36 | + * Fix sync protocol bug which would occasionally delete phantom artifacts | |
| 37 | + before they were included in a cluster artifact | |
| 30 | 38 | |
| 31 | 39 | <h2>Changes For Version 1.29 (2014-06-12)</h2> |
| 32 | 40 | * Add the ability to display content, diffs and annotations for UTF16 |
| 33 | 41 | text files in the web interface. |
| 34 | 42 | * Add the "SaveAs..." and "Invert" buttons |
| 35 | 43 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -25,10 +25,18 @@ | |
| 25 | become the initial commit. (NOT PLANNED FOR 1.30, BUT DONE TO EXPOSE |
| 26 | [/help?cmd=new|fossil new --empty] TO MORE FIELD TESTING BEFORE |
| 27 | MAKING ANY DECISION ON IT!) |
| 28 | * Added a line-number toggle option to the [/help?cmd=/info|/info] |
| 29 | and [/help?cmd=/artifact|/artifact] pages. |
| 30 | |
| 31 | <h2>Changes For Version 1.29 (2014-06-12)</h2> |
| 32 | * Add the ability to display content, diffs and annotations for UTF16 |
| 33 | text files in the web interface. |
| 34 | * Add the "SaveAs..." and "Invert" buttons |
| 35 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -25,10 +25,18 @@ | |
| 25 | become the initial commit. (NOT PLANNED FOR 1.30, BUT DONE TO EXPOSE |
| 26 | [/help?cmd=new|fossil new --empty] TO MORE FIELD TESTING BEFORE |
| 27 | MAKING ANY DECISION ON IT!) |
| 28 | * Added a line-number toggle option to the [/help?cmd=/info|/info] |
| 29 | and [/help?cmd=/artifact|/artifact] pages. |
| 30 | * Add check to most commands to error on unknown command-line options |
| 31 | * Fix to prevent partial clone when connection is lost during clone |
| 32 | * Fix bug with 302 redirect not properly shutting down connection and |
| 33 | and handle 301 redirects. |
| 34 | * Fix to prevent empty cloned repository when authentication fails |
| 35 | * Update documentation for protocol 3 and 'cfile' card use |
| 36 | * Fix sync protocol bug which would occasionally delete phantom artifacts |
| 37 | before they were included in a cluster artifact |
| 38 | |
| 39 | <h2>Changes For Version 1.29 (2014-06-12)</h2> |
| 40 | * Add the ability to display content, diffs and annotations for UTF16 |
| 41 | text files in the web interface. |
| 42 | * Add the "SaveAs..." and "Invert" buttons |
| 43 |