Fossil SCM

Increase the version number to 2.8 and update the change log, in case we decide to do a new release soon.

drh 2019-01-05 01:29 trunk
Commit f143b606a0da672f6c0556e2b8ecc78dfdcae252418f1b79a34bde3b4772d2e7
2 files changed +1 -1 +51
+1 -1
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1
-2.7
1
+2.8
22
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1 2.7
2
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1 2.8
2
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,6 +1,57 @@
11
<title>Change Log</title>
2
+
3
+<a name='v2_8'></a>
4
+<h2>Changes for Version 2.8 (pending)</h2>
5
+
6
+ * Show cherry-pick merges as dotted lines on the timeline graph.
7
+ &rarr; The "fossil rebuild" command must be run to create and
8
+ populate the new "cherrypick" table in the repository in order
9
+ for this feature to operate.
10
+ * Add the ability to associate branches, check-ins, and tags with
11
+ specially-named Wiki pages. This gives the ability to better
12
+ document branches and tags, and provide more documentation on
13
+ check-ins beyond the check-in comment. The associated Wiki is
14
+ automatically displayed on /info pages for check-ins, and on
15
+ /timeline?r=BRANCH and /timeline?t=TAG pages for branches and
16
+ tags. This feature is on by default, but can be disabled in on
17
+ the Admin/Wiki page.
18
+ * Enhance the repository list page (shown for example by
19
+ "fossil all ui") so that it shows the name and last check-in
20
+ time for each project. The implementation of the repository
21
+ list page is now broken out into a separate source file (repolist.c).
22
+ * Allow users with Forum Supervisor permission ('6') to add Forum
23
+ Write Trusted permission ('4') to users as they are approving a
24
+ forum post by that user.
25
+ * When running a bisect, report the number of check-ins still in
26
+ the search range and the estimated number of bisect steps remaining.
27
+ Do this at each step of the bisect.
28
+ * Make the chronological forum display feature available to all users,
29
+ and make it the default format on mobile devices.
30
+ * Break out Wiki setup into a separate /setup_wiki page, accessible
31
+ on the standard menus through Admin/Wiki.
32
+ * Add "Next" and "Previous" buttons on the /wdiff page, allowing
33
+ the user to step through the versions of a wiki page.
34
+ * Improve the display of the /whistory page.
35
+ * Enhance /wcontent to show a sortable list of Wiki pages together
36
+ with the number of revisions and the most recent change time for
37
+ each page.
38
+ * Hyperlinks to Wiki pages on the /timeline go to the specific
39
+ version of the Wiki page named in the timeline, not to the latest
40
+ version.
41
+ * Enhancements to the "amend", "tag", and "reparent" commands, including
42
+ adding options --override-date, --override-user, and --dry-run.
43
+ * On the /setup_ucap_list, show administrators how many users have
44
+ each capability. The counts are a hyperlink to the /setup_ulist
45
+ page showing the subset of users that have that capability.
46
+ * "Compress" the built-in javascript by omitting comments and
47
+ leading and trailing whitespace.
48
+ * Add the backoffice-disable setting to completely disable the
49
+ backoffice feature.
50
+ * Update the built-in SQLite to version 3.26.0.
51
+ * Various other small enhancements to webpages and documentation.
52
+
253
354
<a name='v2_7'></a>
455
<h2>Changes for Version 2.7 (2018-09-22)</h2>
556
657
* Add the [./alerts.md|email alerts] feature for commits, ticket
758
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,6 +1,57 @@
1 <title>Change Log</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3 <a name='v2_7'></a>
4 <h2>Changes for Version 2.7 (2018-09-22)</h2>
5
6 * Add the [./alerts.md|email alerts] feature for commits, ticket
7
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,6 +1,57 @@
1 <title>Change Log</title>
2
3 <a name='v2_8'></a>
4 <h2>Changes for Version 2.8 (pending)</h2>
5
6 * Show cherry-pick merges as dotted lines on the timeline graph.
7 &rarr; The "fossil rebuild" command must be run to create and
8 populate the new "cherrypick" table in the repository in order
9 for this feature to operate.
10 * Add the ability to associate branches, check-ins, and tags with
11 specially-named Wiki pages. This gives the ability to better
12 document branches and tags, and provide more documentation on
13 check-ins beyond the check-in comment. The associated Wiki is
14 automatically displayed on /info pages for check-ins, and on
15 /timeline?r=BRANCH and /timeline?t=TAG pages for branches and
16 tags. This feature is on by default, but can be disabled in on
17 the Admin/Wiki page.
18 * Enhance the repository list page (shown for example by
19 "fossil all ui") so that it shows the name and last check-in
20 time for each project. The implementation of the repository
21 list page is now broken out into a separate source file (repolist.c).
22 * Allow users with Forum Supervisor permission ('6') to add Forum
23 Write Trusted permission ('4') to users as they are approving a
24 forum post by that user.
25 * When running a bisect, report the number of check-ins still in
26 the search range and the estimated number of bisect steps remaining.
27 Do this at each step of the bisect.
28 * Make the chronological forum display feature available to all users,
29 and make it the default format on mobile devices.
30 * Break out Wiki setup into a separate /setup_wiki page, accessible
31 on the standard menus through Admin/Wiki.
32 * Add "Next" and "Previous" buttons on the /wdiff page, allowing
33 the user to step through the versions of a wiki page.
34 * Improve the display of the /whistory page.
35 * Enhance /wcontent to show a sortable list of Wiki pages together
36 with the number of revisions and the most recent change time for
37 each page.
38 * Hyperlinks to Wiki pages on the /timeline go to the specific
39 version of the Wiki page named in the timeline, not to the latest
40 version.
41 * Enhancements to the "amend", "tag", and "reparent" commands, including
42 adding options --override-date, --override-user, and --dry-run.
43 * On the /setup_ucap_list, show administrators how many users have
44 each capability. The counts are a hyperlink to the /setup_ulist
45 page showing the subset of users that have that capability.
46 * "Compress" the built-in javascript by omitting comments and
47 leading and trailing whitespace.
48 * Add the backoffice-disable setting to completely disable the
49 backoffice feature.
50 * Update the built-in SQLite to version 3.26.0.
51 * Various other small enhancements to webpages and documentation.
52
53
54 <a name='v2_7'></a>
55 <h2>Changes for Version 2.7 (2018-09-22)</h2>
56
57 * Add the [./alerts.md|email alerts] feature for commits, ticket
58

Keyboard Shortcuts

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