Fossil SCM

Update the version number to 1.34. Update the change log with some additional changes. Preparing for a new release.

drh 2015-10-14 13:58 trunk
Commit 47ee063e83a86a4a2f7d62e983d1b0b5482d22a3
2 files changed +1 -1 +18 -8
+1 -1
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1
-1.33
1
+1.34
22
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1 1.33
2
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1 1.34
2
+18 -8
--- www/changes.wiki
+++ www/changes.wiki
@@ -4,24 +4,34 @@
44
55
* Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm]
66
to enable them to work properly with certain relative paths.
77
* Make the [/help?cmd=clean|fossil clean] command undoable for files less
88
than 10MiB.
9
- * Add minimal <nowiki>[lsearch]</nowiki> command to TH1. Only exact
10
- case-sensitive matching is supported.
11
- * Add the <nowiki>[glob_match]</nowiki>, <nowiki>[markdown]</nowiki>, and
12
- <nowiki>[dir]</nowiki> commands to TH1.
13
- * Add the <nowiki>[tclIsSafe] and [tclMakeSafe]</nowiki> TH1 commands to
14
- the Tcl integration subsystem.
15
- * Add 'double', 'integer', and 'list' classes to the
16
- <nowiki>[string is]</nowiki> command in TH1.
179
* Update internal Unicode character tables, used in regular expression
1810
handling, from version 7.0 to 8.0.
1911
* Add the new [/help?cmd=amend|amend] command which is used to modify
2012
tags of a "check-in".
2113
* Fix bug in [/help?cmd=import|import] command, handling version 3 of
2214
the svndump format for subversion.
15
+ * Add the [/help?cmd=all|all cache] command.
16
+ * TH1 enhancements:
17
+ <ul><li>Add minimal <nowiki>[lsearch]</nowiki> command to TH1. Only exact
18
+ case-sensitive matching is supported.</li>
19
+ <li>Add the <nowiki>[glob_match]</nowiki>, <nowiki>[markdown]</nowiki>, and
20
+ <nowiki>[dir]</nowiki> commands to TH1.</li>
21
+ <li>Add the <nowiki>[tclIsSafe] and [tclMakeSafe]</nowiki> TH1 commands to
22
+ the Tcl integration subsystem.</li>
23
+ <li>Add 'double', 'integer', and 'list' classes to the
24
+ <nowiki>[string is]</nowiki> command in TH1.</li>
25
+ </ul>
26
+ * Add the --undo option to the [/help?cmd=diff|diff] command.
27
+ * Build-in Antirez's "linenoise" command-linen editing library for use with
28
+ The [/help?cmd=sqlite3|fossil sql] command on unix platforms.
29
+ * Add [/help?cmd=stash|stash cat] as an alias for the
30
+ [/help?cmd=stash|stash show] command.
31
+ * Updated the built-in SQLite to version 3.9.0 and activated JSON1 and FTS5
32
+ support (both currently unused within Fossil).
2333
2434
<h2>Changes for Version 1.33 (2015-05-23)</h2>
2535
* Improved fork detection on [/help?cmd=update|fossil update],
2636
[/help?cmd=status|fossil status] and related commands.
2737
* Change the default skin to what used to be called "San Francisco Modern".
2838
--- www/changes.wiki
+++ www/changes.wiki
@@ -4,24 +4,34 @@
4
5 * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm]
6 to enable them to work properly with certain relative paths.
7 * Make the [/help?cmd=clean|fossil clean] command undoable for files less
8 than 10MiB.
9 * Add minimal <nowiki>[lsearch]</nowiki> command to TH1. Only exact
10 case-sensitive matching is supported.
11 * Add the <nowiki>[glob_match]</nowiki>, <nowiki>[markdown]</nowiki>, and
12 <nowiki>[dir]</nowiki> commands to TH1.
13 * Add the <nowiki>[tclIsSafe] and [tclMakeSafe]</nowiki> TH1 commands to
14 the Tcl integration subsystem.
15 * Add 'double', 'integer', and 'list' classes to the
16 <nowiki>[string is]</nowiki> command in TH1.
17 * Update internal Unicode character tables, used in regular expression
18 handling, from version 7.0 to 8.0.
19 * Add the new [/help?cmd=amend|amend] command which is used to modify
20 tags of a "check-in".
21 * Fix bug in [/help?cmd=import|import] command, handling version 3 of
22 the svndump format for subversion.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
24 <h2>Changes for Version 1.33 (2015-05-23)</h2>
25 * Improved fork detection on [/help?cmd=update|fossil update],
26 [/help?cmd=status|fossil status] and related commands.
27 * Change the default skin to what used to be called "San Francisco Modern".
28
--- www/changes.wiki
+++ www/changes.wiki
@@ -4,24 +4,34 @@
4
5 * Fix --hard option to [/help?cmd=mv|fossil mv] and [/help?cmd=rm|fossil rm]
6 to enable them to work properly with certain relative paths.
7 * Make the [/help?cmd=clean|fossil clean] command undoable for files less
8 than 10MiB.
 
 
 
 
 
 
 
 
9 * Update internal Unicode character tables, used in regular expression
10 handling, from version 7.0 to 8.0.
11 * Add the new [/help?cmd=amend|amend] command which is used to modify
12 tags of a "check-in".
13 * Fix bug in [/help?cmd=import|import] command, handling version 3 of
14 the svndump format for subversion.
15 * Add the [/help?cmd=all|all cache] command.
16 * TH1 enhancements:
17 <ul><li>Add minimal <nowiki>[lsearch]</nowiki> command to TH1. Only exact
18 case-sensitive matching is supported.</li>
19 <li>Add the <nowiki>[glob_match]</nowiki>, <nowiki>[markdown]</nowiki>, and
20 <nowiki>[dir]</nowiki> commands to TH1.</li>
21 <li>Add the <nowiki>[tclIsSafe] and [tclMakeSafe]</nowiki> TH1 commands to
22 the Tcl integration subsystem.</li>
23 <li>Add 'double', 'integer', and 'list' classes to the
24 <nowiki>[string is]</nowiki> command in TH1.</li>
25 </ul>
26 * Add the --undo option to the [/help?cmd=diff|diff] command.
27 * Build-in Antirez's "linenoise" command-linen editing library for use with
28 The [/help?cmd=sqlite3|fossil sql] command on unix platforms.
29 * Add [/help?cmd=stash|stash cat] as an alias for the
30 [/help?cmd=stash|stash show] command.
31 * Updated the built-in SQLite to version 3.9.0 and activated JSON1 and FTS5
32 support (both currently unused within Fossil).
33
34 <h2>Changes for Version 1.33 (2015-05-23)</h2>
35 * Improved fork detection on [/help?cmd=update|fossil update],
36 [/help?cmd=status|fossil status] and related commands.
37 * Change the default skin to what used to be called "San Francisco Modern".
38

Keyboard Shortcuts

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