Przeglądaj źródła

More changelog, Docker readme

https://github.com/FreshRSS/FreshRSS/pull/3159
Alexandre Alapetite 5 lat temu
rodzic
commit
cb07b13059
2 zmienionych plików z 6 dodań i 4 usunięć
  1. 2 0
      CHANGELOG.md
  2. 4 4
      Docker/README.md

+ 2 - 0
CHANGELOG.md

@@ -41,6 +41,7 @@
 	* Add language negotiation when the user is not logged in [#3022](https://github.com/FreshRSS/FreshRSS/pull/3022)
 	* New United States English [#3060](https://github.com/FreshRSS/FreshRSS/pull/3060)
 	* Improved British English [#3068](https://github.com/FreshRSS/FreshRSS/pull/3068)
+	* Improved Dutch [#3063](https://github.com/FreshRSS/FreshRSS/pull/3063)
 	* Improved Slovak [#3020](https://github.com/FreshRSS/FreshRSS/pull/3020)
 	* Add a language reference when adding a new one [#3044](https://github.com/FreshRSS/FreshRSS/pull/3044)
 	* Change how updating a key works [#3072](https://github.com/FreshRSS/FreshRSS/pull/3072)
@@ -49,6 +50,7 @@
 	* Return proper MIME type for favicons [#3032](https://github.com/FreshRSS/FreshRSS/pull/3032)
 	* Add a migration system [#2760](https://github.com/FreshRSS/FreshRSS/pull/2760)
 	* Makefile support for FreshRSS extensions [#3042](https://github.com/FreshRSS/FreshRSS/pull/3042)
+	* Update rules to use Make syntax [#3062](https://github.com/FreshRSS/FreshRSS/pull/3062)
 	* Refactor the export feature [#3045](https://github.com/FreshRSS/FreshRSS/pull/3045)
 
 

+ 4 - 4
Docker/README.md

@@ -141,10 +141,10 @@ The tags correspond to FreshRSS branches and versions:
 * `:x.y.z` are specific FreshRSS releases
 * `:arm` or `:*-arm` are the ARM versions (e.g. for Raspberry Pi)
 
-### Linux: Ubuntu vs. Alpine
-Our default image is based on [Ubuntu](https://www.ubuntu.com/server). We offer an alternative based on [Alpine](https://alpinelinux.org/) (with the `*-alpine` tag suffix).
-In [our tests](https://github.com/FreshRSS/FreshRSS/pull/2205), Ubuntu is ~3 times faster,
-while Alpine is ~2.5 times [smaller on disk](https://hub.docker.com/r/freshrss/freshrss/tags) (and much faster to build).
+### Linux: Debian vs. Alpine
+Our default image is based on [Debian](https://www.debian.org/). We offer an alternative based on [Alpine](https://alpinelinux.org/) (with the `*-alpine` tag suffix).
+In [our tests](https://github.com/FreshRSS/FreshRSS/pull/2205), Ubuntu is faster,
+while Alpine is [smaller on disk](https://hub.docker.com/r/freshrss/freshrss/tags) (and much faster to build).
 
 
 ## Optional: Build Docker image of FreshRSS