Fossil SCM

Change the version number to 2.6 and update the change log in preparation for a release.

drh 2018-05-03 16:54 trunk
Commit 98b4cb33468df9156cb4c661a225b650129696bd9f083dda5a2f6d87ade3c432
+1 -1
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1
-2.5
1
+2.6
22
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1 2.5
2
--- VERSION
+++ VERSION
@@ -1,1 +1,1 @@
1 2.6
2
--- src/timeline.c
+++ src/timeline.c
@@ -1372,10 +1372,11 @@
13721372
** ubg Background color from user
13731373
** namechng Show only check-ins that have filename changes
13741374
** forks Show only forks and their children
13751375
** ym=YYYY-MM Show only events for the given year/month
13761376
** yw=YYYY-WW Show only events for the given week of the given year
1377
+** yw=YYYY-MM-DD Show events for the week that includes the given day
13771378
** ymd=YYYY-MM-DD Show only events on the given day
13781379
** days=N Show events over the previous N days
13791380
** datefmt=N Override the date format
13801381
** bisect Show the check-ins that are in the current bisect
13811382
** showid Show RIDs
13821383
--- src/timeline.c
+++ src/timeline.c
@@ -1372,10 +1372,11 @@
1372 ** ubg Background color from user
1373 ** namechng Show only check-ins that have filename changes
1374 ** forks Show only forks and their children
1375 ** ym=YYYY-MM Show only events for the given year/month
1376 ** yw=YYYY-WW Show only events for the given week of the given year
 
1377 ** ymd=YYYY-MM-DD Show only events on the given day
1378 ** days=N Show events over the previous N days
1379 ** datefmt=N Override the date format
1380 ** bisect Show the check-ins that are in the current bisect
1381 ** showid Show RIDs
1382
--- src/timeline.c
+++ src/timeline.c
@@ -1372,10 +1372,11 @@
1372 ** ubg Background color from user
1373 ** namechng Show only check-ins that have filename changes
1374 ** forks Show only forks and their children
1375 ** ym=YYYY-MM Show only events for the given year/month
1376 ** yw=YYYY-WW Show only events for the given week of the given year
1377 ** yw=YYYY-MM-DD Show events for the week that includes the given day
1378 ** ymd=YYYY-MM-DD Show only events on the given day
1379 ** days=N Show events over the previous N days
1380 ** datefmt=N Override the date format
1381 ** bisect Show the check-ins that are in the current bisect
1382 ** showid Show RIDs
1383
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,7 +1,36 @@
11
<title>Change Log</title>
22
3
+<a name='v2_6'></a>
4
+<h2>Changes for Version 2.6 (2018-05-04)</h2>
5
+
6
+ * Fix a bug that was causing crashes while trying to clone the TCL
7
+ repository. This fix is the main reason for the current release.
8
+ * Added the new "Classic" timeline viewing mode. "Classic" is the
9
+ same as "Verbose" in the previous release. The "Verbose" mode is
10
+ now like "Compact" except the extra check-in details are shown by
11
+ default.
12
+ * Add support for ETags:, Last-Modified:, and If-Modified-Since:
13
+ cache control mechanisms.
14
+ * Enhance the [/help?cmd=/tarball|/tarball],
15
+ [/help?cmd=/zip|/zip], and
16
+ [/help?cmd=/sqlar|/sqlar] pages so that the checkin
17
+ name to be downloaded can be expressed as part of the URI,
18
+ and without the need for query parameters.
19
+ * On the [/help?cmd=/timeline|/timeline] webpage, add the days=N
20
+ query parameter and enhance the ymd=DATE and yw=DATE query parameters
21
+ to accept 'now' as an argument to show the latest day or week.
22
+ * In the web page that comes up in response to the
23
+ [/help?cmd=all|fossil all ui] command, show the last modification
24
+ time for each repository, and allow click-to-sort on the modification
25
+ time column.
26
+ * In the tarball cache replacement algorithm, give extra weight to
27
+ tarballs that have been accessed more than once.
28
+ * Additional defenses against web-based attacks. There have not been
29
+ any known vulnerabilities. We are just being paranoid.
30
+ * Update the built-in SQLite to an alpha version of 3.24.0.
31
+
332
<a name='v2_5'></a>
433
<h2>Changes for Version 2.5 (2018-02-07)</h2>
534
635
* Numerous enhancements to the look and feel of the web interface.
736
Especially: Added separate "Modern", "Compact", "Verbose", and
837
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,7 +1,36 @@
1 <title>Change Log</title>
2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3 <a name='v2_5'></a>
4 <h2>Changes for Version 2.5 (2018-02-07)</h2>
5
6 * Numerous enhancements to the look and feel of the web interface.
7 Especially: Added separate "Modern", "Compact", "Verbose", and
8
--- www/changes.wiki
+++ www/changes.wiki
@@ -1,7 +1,36 @@
1 <title>Change Log</title>
2
3 <a name='v2_6'></a>
4 <h2>Changes for Version 2.6 (2018-05-04)</h2>
5
6 * Fix a bug that was causing crashes while trying to clone the TCL
7 repository. This fix is the main reason for the current release.
8 * Added the new "Classic" timeline viewing mode. "Classic" is the
9 same as "Verbose" in the previous release. The "Verbose" mode is
10 now like "Compact" except the extra check-in details are shown by
11 default.
12 * Add support for ETags:, Last-Modified:, and If-Modified-Since:
13 cache control mechanisms.
14 * Enhance the [/help?cmd=/tarball|/tarball],
15 [/help?cmd=/zip|/zip], and
16 [/help?cmd=/sqlar|/sqlar] pages so that the checkin
17 name to be downloaded can be expressed as part of the URI,
18 and without the need for query parameters.
19 * On the [/help?cmd=/timeline|/timeline] webpage, add the days=N
20 query parameter and enhance the ymd=DATE and yw=DATE query parameters
21 to accept 'now' as an argument to show the latest day or week.
22 * In the web page that comes up in response to the
23 [/help?cmd=all|fossil all ui] command, show the last modification
24 time for each repository, and allow click-to-sort on the modification
25 time column.
26 * In the tarball cache replacement algorithm, give extra weight to
27 tarballs that have been accessed more than once.
28 * Additional defenses against web-based attacks. There have not been
29 any known vulnerabilities. We are just being paranoid.
30 * Update the built-in SQLite to an alpha version of 3.24.0.
31
32 <a name='v2_5'></a>
33 <h2>Changes for Version 2.5 (2018-02-07)</h2>
34
35 * Numerous enhancements to the look and feel of the web interface.
36 Especially: Added separate "Modern", "Compact", "Verbose", and
37

Keyboard Shortcuts

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