Fossil SCM

added version numbers to the changes where i could find a specific commit.

stephan 2011-10-20 15:39 trunk
Commit f93a082391cef7b4e2d6812b3d0c2db051b440dc
1 file changed +16 -12
+16 -12
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,29 +1,33 @@
11
<title>Change Log</title>
22
33
<h2>Changes For Version 1.20 (upcoming)</h2>
4
- * Added side-by-side diffs in HTML interface.
5
- * Fixed annotate to show "more relevant" versions of lines in some cases.
6
- * Timeline now shows tag changes (requires rebuild)
7
- * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default).
8
- * New command: ticket history.
9
- * Several SSL improvements. Disabled SSLv2 in HTTPS client.
10
- * Fixed constant prompting on already saved SSL certificates.
11
- * Added -R REPOFILE support to several more CLI commands.
4
+ * Added side-by-side diffs in HTML interface. [0bde74ea1e]
5
+ * Fixed annotate to show "more relevant" versions of lines in some cases. [e161670939]
6
+ * Timeline now shows tag changes (requires rebuild).[87540ed6e6]
7
+ * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default). [e4f1c1fe95]
8
+ * New command: ticket history. [98a855c508]
9
+ * Several SSL improvements.
10
+ * Disabled SSLv2 in HTTPS client.[ea1d369d23]
11
+ * Fixed constant prompting regarding previously-saved SSL certificates. [636804745b]
12
+ * Added -R REPOFILE support to several more CLI commands. [e080560378]
1213
* Updated sqlite3 to 3.7.9 beta.
13
- * Generated tarballs now have constant timestamps, so they are always identical for any given checkin.
14
+ * Generated tarballs now have constant timestamps, so they are always identical for any given checkin. [e080560378]
1415
* A number of minor HTML-related tweaks and fixes.
15
- * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists).
16
- * Fixed significant memory leak in annotation of files with long histories.
17
- * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed).
16
+ * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). [e080560378]
17
+ * Fixed significant memory leak in annotation of files with long histories.[9929bab702]
18
+ * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). [39f979b08c]
1819
* Improved performance when adding many files. [a369dc7721]
20
+ * Improve merges which contain many file renames. [0b93b0f958]
1921
* Added protection against timing attacks. [d4a341b49d]
2022
* Firefox now remembers filled fields when returning to forms. [3fac77d7b0]
2123
* Added the --stats option to the rebuild command. [f25e5e53c4]
2224
* RSS feed now passes validation. [ce354d0a9f]
2325
* Show overridden user when entering commit comment. [ce354d0a9f]
2426
* Made rebuilding from web interface silent. [ce354d0a9f]
27
+ * Now works on MSVC with repos >2GB. [6092935ff2]
28
+ * A number of code cleanups to resolve warnings from various compilers.
2529
2630
<h2>Changes For Version 1.19 (2011-09-02)</h2>
2731
2832
* Added a ./configure script based on autosetup.
2933
* Added the "[/help/winsrv | fossil winsrv]" command
3034
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,29 +1,33 @@
1 <title>Change Log</title>
2
3 <h2>Changes For Version 1.20 (upcoming)</h2>
4 * Added side-by-side diffs in HTML interface.
5 * Fixed annotate to show "more relevant" versions of lines in some cases.
6 * Timeline now shows tag changes (requires rebuild)
7 * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default).
8 * New command: ticket history.
9 * Several SSL improvements. Disabled SSLv2 in HTTPS client.
10 * Fixed constant prompting on already saved SSL certificates.
11 * Added -R REPOFILE support to several more CLI commands.
 
12 * Updated sqlite3 to 3.7.9 beta.
13 * Generated tarballs now have constant timestamps, so they are always identical for any given checkin.
14 * A number of minor HTML-related tweaks and fixes.
15 * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists).
16 * Fixed significant memory leak in annotation of files with long histories.
17 * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed).
18 * Improved performance when adding many files. [a369dc7721]
 
19 * Added protection against timing attacks. [d4a341b49d]
20 * Firefox now remembers filled fields when returning to forms. [3fac77d7b0]
21 * Added the --stats option to the rebuild command. [f25e5e53c4]
22 * RSS feed now passes validation. [ce354d0a9f]
23 * Show overridden user when entering commit comment. [ce354d0a9f]
24 * Made rebuilding from web interface silent. [ce354d0a9f]
 
 
25
26 <h2>Changes For Version 1.19 (2011-09-02)</h2>
27
28 * Added a ./configure script based on autosetup.
29 * Added the "[/help/winsrv | fossil winsrv]" command
30
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,29 +1,33 @@
1 <title>Change Log</title>
2
3 <h2>Changes For Version 1.20 (upcoming)</h2>
4 * Added side-by-side diffs in HTML interface. [0bde74ea1e]
5 * Fixed annotate to show "more relevant" versions of lines in some cases. [e161670939]
6 * Timeline now shows tag changes (requires rebuild).[87540ed6e6]
7 * Added support for symlinks. (Controlled by "allow-symlinks" setting, off by default). [e4f1c1fe95]
8 * New command: ticket history. [98a855c508]
9 * Several SSL improvements.
10 * Disabled SSLv2 in HTTPS client.[ea1d369d23]
11 * Fixed constant prompting regarding previously-saved SSL certificates. [636804745b]
12 * Added -R REPOFILE support to several more CLI commands. [e080560378]
13 * Updated sqlite3 to 3.7.9 beta.
14 * Generated tarballs now have constant timestamps, so they are always identical for any given checkin. [e080560378]
15 * A number of minor HTML-related tweaks and fixes.
16 * Added --args FILENAME global CLI argument to import arbitrary CLI arguments from a file (e.g. long file lists). [e080560378]
17 * Fixed significant memory leak in annotation of files with long histories.[9929bab702]
18 * Added warnings when a merge operation overwrites local copies (UNDO is available, but previously this condition normally went silently unnoticed). [39f979b08c]
19 * Improved performance when adding many files. [a369dc7721]
20 * Improve merges which contain many file renames. [0b93b0f958]
21 * Added protection against timing attacks. [d4a341b49d]
22 * Firefox now remembers filled fields when returning to forms. [3fac77d7b0]
23 * Added the --stats option to the rebuild command. [f25e5e53c4]
24 * RSS feed now passes validation. [ce354d0a9f]
25 * Show overridden user when entering commit comment. [ce354d0a9f]
26 * Made rebuilding from web interface silent. [ce354d0a9f]
27 * Now works on MSVC with repos >2GB. [6092935ff2]
28 * A number of code cleanups to resolve warnings from various compilers.
29
30 <h2>Changes For Version 1.19 (2011-09-02)</h2>
31
32 * Added a ./configure script based on autosetup.
33 * Added the "[/help/winsrv | fossil winsrv]" command
34

Keyboard Shortcuts

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