Fossil SCM
Update fedora version, being used for Docker image. Minor fix in changelog
Commit
f014e83bc444116daedd7c6c1a963758173f96d6
Parent
eb67f09c9ad2822…
2 files changed
+1
-1
+2
-2
+1
-1
| --- Dockerfile | ||
| +++ Dockerfile | ||
| @@ -1,9 +1,9 @@ | ||
| 1 | 1 | ### |
| 2 | 2 | # Dockerfile for Fossil |
| 3 | 3 | ### |
| 4 | -FROM fedora:23 | |
| 4 | +FROM fedora:24 | |
| 5 | 5 | |
| 6 | 6 | ### Now install some additional parts we will need for the build |
| 7 | 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 | 8 | |
| 9 | 9 | ### If you want to build "trunk", change the next line accordingly. |
| 10 | 10 |
| --- 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 |
+2
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -14,16 +14,16 @@ | ||
| 14 | 14 | * The [/uv/download.html|download page] is moved into |
| 15 | 15 | [./unvers.wiki|unversioned content] so that the self-hosting Fossil |
| 16 | 16 | websites no longer uses any external content. |
| 17 | 17 | * Added the "Search" button to the graphical diff generated by |
| 18 | 18 | 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 | |
| 20 | 20 | [/help?cmd=diff|diff] command. |
| 21 | 21 | * Various performance enhancements to the [/help?cmd=diff|diff] command. |
| 22 | 22 | * Update internal Unicode character tables, used in regular expression |
| 23 | 23 | 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 | |
| 25 | 25 | the SQLITE_DBCONFIG_MAINDBNAME interface of SQLite which is only available |
| 26 | 26 | in SQLite version 3.15 and later and so Fossil will not work with |
| 27 | 27 | earlier SQLite versions. |
| 28 | 28 | * Fix [https://www.mail-archive.com/[email protected]/msg23618.html|multi-line timeline bug] |
| 29 | 29 | * Enhance the [/help?cmd=purge|fossil purge] command. |
| 30 | 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 (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 |