summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-12-24 15:46:18 +0100
committerNatanael Copa <ncopa@alpinelinux.org>2019-12-24 15:46:18 +0100
commit5b067fbedb24762385c485b6e84df161fa245199 (patch)
treee5da13e5221f6e6a021e0404d91f5b4ed490dce8
parentfa5a54dc300d94edef167a33e8324aebd9809e50 (diff)
downloadalpine-mksite-5b067fbedb24762385c485b6e84df161fa245199.tar.bz2
alpine-mksite-5b067fbedb24762385c485b6e84df161fa245199.tar.xz
posts/alpine-3.11.1: add release note
-rw-r--r--posts/Alpine-3.11.1-released.md70
1 files changed, 70 insertions, 0 deletions
diff --git a/posts/Alpine-3.11.1-released.md b/posts/Alpine-3.11.1-released.md
new file mode 100644
index 0000000..15e6a88
--- /dev/null
+++ b/posts/Alpine-3.11.1-released.md
@@ -0,0 +1,70 @@
+---
+title: 'Alpine 3.11.1 released'
+date: 2019-12-24
+---
+
+Alpine Linux 3.11.1 released
+===========================
+
+The Alpine Linux project is pleased to announce the immediate
+availability of version 3.11.1 of its Alpine Linux operating system.
+
+This is a bugfix release that fixes missing dtbs files for rpi and missing
+initramfs image for netboot.
+
+The full lists of changes can be found in the [git
+log](http://git.alpinelinux.org/cgit/aports/log/?h=v3.11.1) and [bug
+tracker](https://gitlab.alpinelinux.org/alpine/aports/-/milestones/144).
+
+Git Shortlog
+------------
+
+<pre>
+Andy Postnikov (1):
+ community/php7: security upgrade to 7.3.13
+
+Jakub Jirutka (4):
+ community/clsync: add init script
+ community/kea: take over maintainership
+ main/pcre2: fix bug causing rspamd segfault
+ community/alpine-make-vm-image: upgrade to 0.6.0
+
+Leo (2):
+ main/rsyslog: enable Input Module Docker
+ community/mongo-c-driver: remove obsolete comment and re-enable on all arches
+
+Leonardo Arena (1):
+ main/clamav: add secinfo
+
+Milan P. Stanić (1):
+ main/linux-lts: upgrade to 5.4.6
+
+Natanael Copa (18):
+ community/jool-modules-lts: rebuild against kernel 5.4.6-r0
+ community/virtualbox-guest-modules-lts: rebuild against kernel 5.4.6-r0
+ community/wireguard-lts: rebuild against kernel 5.4.6-r0
+ main/drbd-lts: rebuild against kernel 5.4.6-r0
+ main/xtables-addons-lts: rebuild against kernel 5.4.6-r0
+ community/cacti: add secfixes comment
+ main/zfs-lts: rebuild against kernel 5.4.6-r0
+ main/monit: fix invalid use of vfork
+ main/linux-rpi: fix dtbs location
+ main/linux-rpi: upgrade to 5.4.6
+ community/jool-modules-rpi: rebuild against kernel 5.4.6-r0
+ community/wireguard-rpi: rebuild against kernel 5.4.6-r0
+ community/hexchat: build with python3-embed
+ main/cyrus-sasl: fix CVE-2019-19906
+ main/zstd: fix bus error on armhf
+ community/go: depen on binuutils-gold on arm*/aarch64
+ main/expat: re-enable static library
+ scripts/mkimg.netboot.sh: make initramfs readable
+
+Rasmus Thomsen (3):
+ community/gedit-plugins: add missing dep on libpeas-python3
+ community/shadow: add pam file for newusers
+ main/glib: upgrade to 2.62.4
+
+prspkt (2):
+ community/hexchat: upgrade to 2.14.3
+ community/hexchat: modernize
+</pre>