From 3f375cd9389431614326727d290ff574060bd114 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Tue, 2 Mar 2021 07:24:38 +0000 Subject: [PATCH] Update AUTHORS and ChangeLog --- AUTHORS.rst | 2 ++ ChangeLog | 12 ++++++++++++ 2 files changed, 14 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 365e122..0499fcc 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -78,6 +78,7 @@ gweis gweis Henrik Holmboe holmboe Howard Mei HowardMei howardleomei@gmail.com Ivo Jánský ijansky +Imran Iqbal myii James Booth absolutejam vvalentine1337@gmail.com Jamie Alessio jalessio jamie@stoic.net Jan Heidbrink jheidbrink @@ -90,6 +91,7 @@ Jeff Hui jeffh jeff@jeffhui.net Jeff Strunk jstrunk John Hubbard ender8282 ender8282@gmail.com Jorge Schrauwen sjorge sjorge@blackdot.be +Joseph Pacura jpacura Juan A. Moyano wincus wincus.public@gmail.com Justin Anderson justinta justin.ta@outlook.com Justin Findlay jfindlay jfindlay@gmail.com diff --git a/ChangeLog b/ChangeLog index 33fc270..3e6a2c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ Version TBD (In Progress on the Develop Branch): +Version 2020.10.20: + * Debian 11 (bullseye/testing) support using Debian 10 packages (jpacura, bryceml) #1514 + * Fix bootstrap on Gentoo (ijansky) #1516 #1518 + * Fix project URLs (bryceml) #1526 + * FreeBSD also needs the _PKI_DIR reset (krionbsd) #1523 + * Fix openSUSE Tumbleweed support. (myii) #1525 + * Fix Debian and Ubuntu version support. (jpacura) #1529 + * Powershell: Implement configure only option (for Vagrant). (dafyddj) #1530 + * Powershell: Handle Vagrant's `grains_config` option. (dafyddj) #1520 + * apt-key is deprecated on Debian 10+ and Ubuntu 20+ (bryceml) #1533 + * Fix python Tornado on FreeBSD. (krionbsd) #1522 + Version 2020.10.20: * Add support to allow bootstrapping Salt 3002 (s0undt3ch) #1506