Fossil SCM

Update fedora version, being used for Docker image. Minor fix in changelog

jan.nijtmans 2016-10-26 19:58 trunk
Commit f014e83bc444116daedd7c6c1a963758173f96d6
2 files changed +1 -1 +2 -2
+1 -1
--- Dockerfile
+++ Dockerfile
@@ -1,9 +1,9 @@
11
###
22
# Dockerfile for Fossil
33
###
4
-FROM fedora:23
4
+FROM fedora:24
55
66
### Now install some additional parts we will need for the build
77
RUN dnf update -y && dnf install -y gcc make zlib-devel openssl-devel tar && dnf clean all && groupadd -r fossil -g 433 && useradd -u 431 -r -g fossil -d /opt/fossil -s /sbin/nologin -c "Fossil user" fossil
88
99
### If you want to build "trunk", change the next line accordingly.
1010
--- Dockerfile
+++ Dockerfile
@@ -1,9 +1,9 @@
1 ###
2 # Dockerfile for Fossil
3 ###
4 FROM fedora:23
5
6 ### Now install some additional parts we will need for the build
7 RUN dnf update -y && dnf install -y gcc make zlib-devel openssl-devel tar && dnf clean all && groupadd -r fossil -g 433 && useradd -u 431 -r -g fossil -d /opt/fossil -s /sbin/nologin -c "Fossil user" fossil
8
9 ### If you want to build "trunk", change the next line accordingly.
10
--- Dockerfile
+++ Dockerfile
@@ -1,9 +1,9 @@
1 ###
2 # Dockerfile for Fossil
3 ###
4 FROM fedora:24
5
6 ### Now install some additional parts we will need for the build
7 RUN dnf update -y && dnf install -y gcc make zlib-devel openssl-devel tar && dnf clean all && groupadd -r fossil -g 433 && useradd -u 431 -r -g fossil -d /opt/fossil -s /sbin/nologin -c "Fossil user" fossil
8
9 ### If you want to build "trunk", change the next line accordingly.
10
--- www/changes.wiki
+++ www/changes.wiki
@@ -14,16 +14,16 @@
1414
* The [/uv/download.html|download page] is moved into
1515
[./unvers.wiki|unversioned content] so that the self-hosting Fossil
1616
websites no longer uses any external content.
1717
* Added the "Search" button to the graphical diff generated by
1818
the --tk option on the [/help?cmd=diff|diff] command.
19
- * Added the "--checkin VERSION" option to the
19
+ * Added the "--checkin VERSION" option to the
2020
[/help?cmd=diff|diff] command.
2121
* Various performance enhancements to the [/help?cmd=diff|diff] command.
2222
* Update internal Unicode character tables, used in regular expression
2323
handling, from version 8.0 to 9.0.
24
- * Update the built-in SQLite to version 3.15 (beta). Fossil now requires
24
+ * Update the built-in SQLite to version 3.15. Fossil now requires
2525
the SQLITE_DBCONFIG_MAINDBNAME interface of SQLite which is only available
2626
in SQLite version 3.15 and later and so Fossil will not work with
2727
earlier SQLite versions.
2828
* Fix [https://www.mail-archive.com/[email protected]/msg23618.html|multi-line timeline bug]
2929
* Enhance the [/help?cmd=purge|fossil purge] command.
3030
--- www/changes.wiki
+++ www/changes.wiki
@@ -14,16 +14,16 @@
14 * The [/uv/download.html|download page] is moved into
15 [./unvers.wiki|unversioned content] so that the self-hosting Fossil
16 websites no longer uses any external content.
17 * Added the "Search" button to the graphical diff generated by
18 the --tk option on the [/help?cmd=diff|diff] command.
19 * Added the "--checkin VERSION" option to the
20 [/help?cmd=diff|diff] command.
21 * Various performance enhancements to the [/help?cmd=diff|diff] command.
22 * Update internal Unicode character tables, used in regular expression
23 handling, from version 8.0 to 9.0.
24 * Update the built-in SQLite to version 3.15 (beta). Fossil now requires
25 the SQLITE_DBCONFIG_MAINDBNAME interface of SQLite which is only available
26 in SQLite version 3.15 and later and so Fossil will not work with
27 earlier SQLite versions.
28 * Fix [https://www.mail-archive.com/[email protected]/msg23618.html|multi-line timeline bug]
29 * Enhance the [/help?cmd=purge|fossil purge] command.
30
--- www/changes.wiki
+++ www/changes.wiki
@@ -14,16 +14,16 @@
14 * The [/uv/download.html|download page] is moved into
15 [./unvers.wiki|unversioned content] so that the self-hosting Fossil
16 websites no longer uses any external content.
17 * Added the "Search" button to the graphical diff generated by
18 the --tk option on the [/help?cmd=diff|diff] command.
19 * Added the "--checkin VERSION" option to the
20 [/help?cmd=diff|diff] command.
21 * Various performance enhancements to the [/help?cmd=diff|diff] command.
22 * Update internal Unicode character tables, used in regular expression
23 handling, from version 8.0 to 9.0.
24 * Update the built-in SQLite to version 3.15. Fossil now requires
25 the SQLITE_DBCONFIG_MAINDBNAME interface of SQLite which is only available
26 in SQLite version 3.15 and later and so Fossil will not work with
27 earlier SQLite versions.
28 * Fix [https://www.mail-archive.com/[email protected]/msg23618.html|multi-line timeline bug]
29 * Enhance the [/help?cmd=purge|fossil purge] command.
30

Keyboard Shortcuts

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