Fossil SCM
Update the change log.
Commit
ef2db66199048db5ca44d3674ebd4cd92f7554ee
Parent
736006d12147713…
1 file changed
+38
-15
+38
-15
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,26 +1,49 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | -<h2>Changes For Version 1.31 (2015-??-??)</h2> | |
| 4 | - * Add direct Subversion import support to | |
| 5 | - [/help?cmd=import|fossil import]. (??) | |
| 3 | +<h2>Changes For Version 1.31 (2015-02-??)</h2> | |
| 4 | + * Change the auxiliary schema by adding columns MLINK.ISAUX and MLINK.PMID | |
| 5 | + columns to the schema, to support better drawing of file change graphs. | |
| 6 | + A [/help?cmd=rebuild|fossil rebuild] is recommended but is not required. | |
| 7 | + so that the new graph drawing logic can work effectively. | |
| 8 | + * Added [/search|search] over Check-in comments, Documents, Tickets and | |
| 9 | + Wiki. Disabled by default. The search can be either a full-scan or it | |
| 10 | + can use an index that is kept up-to-date automatically. The new | |
| 11 | + /srchsetup web-page and the [/help?cmd=fts-config|fts-config] command | |
| 12 | + were added to help configure the search capability. Expect further | |
| 13 | + enhancements to the search capabilities in subsequent releases. | |
| 14 | + * Added form elements to some submenus (in particular the /timeline) | |
| 15 | + for easier operation. | |
| 16 | + * Added the --ifneeded option to [/help?cmd=rebuild|fossil rebuild]. | |
| 17 | + * Added "override skins" using the "skin:" line of the CGI script or | |
| 18 | + using the --skin LABEL option on the | |
| 19 | + [/help?cmd=server|server], | |
| 20 | + [/help?cmd=ui|ui], or | |
| 21 | + [/help?cmd=http|http] commands. | |
| 22 | + * Embedded html documents that begin with | |
| 23 | + <doc class="fossil-doc"> are displayed with standard | |
| 24 | + headers and footers added. | |
| 25 | + * Added the [/md_rules] pages containing summary instructions on the | |
| 26 | + Markdown format. | |
| 27 | + * The [/help?cmd=/doc|/doc] web-page will now try to deliver the file | |
| 28 | + "404.md" from the top-level directory (if such a file exists) in | |
| 29 | + place of its built-in 404 text. | |
| 30 | + * Download of Tarballs and ZIP Archives by user "nobody" is now enabled | |
| 31 | + by default in new repositories. | |
| 32 | + * Enhancements to the table sorting controls. More display tables | |
| 33 | + are now sortable. | |
| 6 | 34 | * Add IPv6 support to [/help?cmd=sync|fossil sync] and |
| 7 | 35 | [/help?cmd=clone|fossil clone] |
| 8 | 36 | * Add more skins such as "San Francisco Modern" and "Eagle". |
| 9 | - * Update SQLite to version 3.8.9. (??) | |
| 10 | - * Improve the display of the history of changes to a single | |
| 11 | - file. A [/help?cmd=rebuild|fossil rebuild] is needed for that. | |
| 12 | - * Enable ZIP and Tarball downloads for user "nobody" by default. | |
| 13 | - * Make the now() SQL function available in the | |
| 14 | - [/help?cmd=sqlite|fossil sqlite] command. | |
| 15 | - * Improve table sorting in various pages. | |
| 16 | - * Add support for setting environment variables from within CGI script | |
| 17 | - files. | |
| 18 | - * Enhance the Ad-Unit processing to allow a choice of two different | |
| 19 | - ad-units. | |
| 20 | 37 | * During shutdown, check to see if the check-out database (".fslckout") |
| 21 | - contains a lot of free space, and if it does, VACUUM it. | |
| 38 | + contains a lot of free space, and if it does, VACUUM it. | |
| 39 | + * Added the [/mimetype_list] page. | |
| 40 | + * Added the [/hash-collisions] page. | |
| 41 | + * Allow the user of Common Table Expressions in the SQL that defaults | |
| 42 | + ticket reports. | |
| 43 | + * Break out the components (css, footer, and header) for the | |
| 44 | + various built-in skins into separate files in the source tree. | |
| 22 | 45 | |
| 23 | 46 | <h2>Changes For Version 1.30 (2015-01-19)</h2> |
| 24 | 47 | * Added the [/help?cmd=bundle|fossil bundle] command. |
| 25 | 48 | * Added the [/help?cmd=purge|fossil purge] command. |
| 26 | 49 | * Added the [/help?cmd=publish|fossil publish] command. |
| 27 | 50 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,26 +1,49 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.31 (2015-??-??)</h2> |
| 4 | * Add direct Subversion import support to |
| 5 | [/help?cmd=import|fossil import]. (??) |
| 6 | * Add IPv6 support to [/help?cmd=sync|fossil sync] and |
| 7 | [/help?cmd=clone|fossil clone] |
| 8 | * Add more skins such as "San Francisco Modern" and "Eagle". |
| 9 | * Update SQLite to version 3.8.9. (??) |
| 10 | * Improve the display of the history of changes to a single |
| 11 | file. A [/help?cmd=rebuild|fossil rebuild] is needed for that. |
| 12 | * Enable ZIP and Tarball downloads for user "nobody" by default. |
| 13 | * Make the now() SQL function available in the |
| 14 | [/help?cmd=sqlite|fossil sqlite] command. |
| 15 | * Improve table sorting in various pages. |
| 16 | * Add support for setting environment variables from within CGI script |
| 17 | files. |
| 18 | * Enhance the Ad-Unit processing to allow a choice of two different |
| 19 | ad-units. |
| 20 | * During shutdown, check to see if the check-out database (".fslckout") |
| 21 | contains a lot of free space, and if it does, VACUUM it. |
| 22 | |
| 23 | <h2>Changes For Version 1.30 (2015-01-19)</h2> |
| 24 | * Added the [/help?cmd=bundle|fossil bundle] command. |
| 25 | * Added the [/help?cmd=purge|fossil purge] command. |
| 26 | * Added the [/help?cmd=publish|fossil publish] command. |
| 27 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,26 +1,49 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2>Changes For Version 1.31 (2015-02-??)</h2> |
| 4 | * Change the auxiliary schema by adding columns MLINK.ISAUX and MLINK.PMID |
| 5 | columns to the schema, to support better drawing of file change graphs. |
| 6 | A [/help?cmd=rebuild|fossil rebuild] is recommended but is not required. |
| 7 | so that the new graph drawing logic can work effectively. |
| 8 | * Added [/search|search] over Check-in comments, Documents, Tickets and |
| 9 | Wiki. Disabled by default. The search can be either a full-scan or it |
| 10 | can use an index that is kept up-to-date automatically. The new |
| 11 | /srchsetup web-page and the [/help?cmd=fts-config|fts-config] command |
| 12 | were added to help configure the search capability. Expect further |
| 13 | enhancements to the search capabilities in subsequent releases. |
| 14 | * Added form elements to some submenus (in particular the /timeline) |
| 15 | for easier operation. |
| 16 | * Added the --ifneeded option to [/help?cmd=rebuild|fossil rebuild]. |
| 17 | * Added "override skins" using the "skin:" line of the CGI script or |
| 18 | using the --skin LABEL option on the |
| 19 | [/help?cmd=server|server], |
| 20 | [/help?cmd=ui|ui], or |
| 21 | [/help?cmd=http|http] commands. |
| 22 | * Embedded html documents that begin with |
| 23 | <doc class="fossil-doc"> are displayed with standard |
| 24 | headers and footers added. |
| 25 | * Added the [/md_rules] pages containing summary instructions on the |
| 26 | Markdown format. |
| 27 | * The [/help?cmd=/doc|/doc] web-page will now try to deliver the file |
| 28 | "404.md" from the top-level directory (if such a file exists) in |
| 29 | place of its built-in 404 text. |
| 30 | * Download of Tarballs and ZIP Archives by user "nobody" is now enabled |
| 31 | by default in new repositories. |
| 32 | * Enhancements to the table sorting controls. More display tables |
| 33 | are now sortable. |
| 34 | * Add IPv6 support to [/help?cmd=sync|fossil sync] and |
| 35 | [/help?cmd=clone|fossil clone] |
| 36 | * Add more skins such as "San Francisco Modern" and "Eagle". |
| 37 | * During shutdown, check to see if the check-out database (".fslckout") |
| 38 | contains a lot of free space, and if it does, VACUUM it. |
| 39 | * Added the [/mimetype_list] page. |
| 40 | * Added the [/hash-collisions] page. |
| 41 | * Allow the user of Common Table Expressions in the SQL that defaults |
| 42 | ticket reports. |
| 43 | * Break out the components (css, footer, and header) for the |
| 44 | various built-in skins into separate files in the source tree. |
| 45 | |
| 46 | <h2>Changes For Version 1.30 (2015-01-19)</h2> |
| 47 | * Added the [/help?cmd=bundle|fossil bundle] command. |
| 48 | * Added the [/help?cmd=purge|fossil purge] command. |
| 49 | * Added the [/help?cmd=publish|fossil publish] command. |
| 50 |