From abb3d7455b6e9c4ae08a93529e3212321088fa84 Mon Sep 17 00:00:00 2001 From: rallytime Date: Tue, 19 Jun 2018 11:52:17 -0400 Subject: [PATCH 1/2] Add new contributors to the authors list --- AUTHORS.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index 02bd0e6..8159084 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -69,6 +69,7 @@ Guillaume Derval GuillaumeDerval guillaume@guillaumederval.be gweis gweis Henrik Holmboe holmboe Howard Mei HowardMei howardleomei@gmail.com +Jan Heidbrink jheidbrink James Booth absolutejam vvalentine1337@gmail.com Jared E Stroud jaredestroud jaredestroud@gmail.com Jasper Lievisse Adriaanse jasperla jasper@humppa.nl @@ -80,6 +81,7 @@ Justin Anderson justinta justin.ta@outlook.com Justin Findlay jfindlay jfindlay@gmail.com Karl Grzeszczak karlgrz Kenneth Wilke KennethWilke +Ky-Anh Huynh icy lomeroe lomeroe Liu Xiaohui oreh herolxh@gmail.com Lorenzo Perone lopezio lorenzo.perone@yellowspace.net @@ -101,6 +103,7 @@ Michael Scherer mscherer Michele Bologna mbologna michele.bologna@gmail.com Mike Carlson m87carlson mike@bayphoto.com Mike Place cachedout mp@saltstack.com +N noelmcloughlin noel.maclochlainn@gmail.com nasenbaer13 nasenbaer13 nevins-b nevins-b Nicole Thomas rallytime nicole@saltstack.com From 782a4b4ffe4b0de3ac9b9cd20c93edfe9fd08dbc Mon Sep 17 00:00:00 2001 From: rallytime Date: Tue, 19 Jun 2018 11:58:09 -0400 Subject: [PATCH 2/2] Update changelog with recent develop changes --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index a396058..faa0755 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Version TBD (In Progress on the Develop Branch): + * Add python 3 support for Ubuntu 18 (rallytime) #1248 + * Return immediately if apt-get fails (icy) #1247 + * Disable shell error about unbound variable during daily install (icy) #1246 + * OpenSuse_Leap_15.0 saltstack repo support (noelmcloughlin) #1244 + * Add Python3 package support for Debian 9 (rallytime) #1243 + * Add Python3 package support for CentOS 7 (rallytime) #1242 + * Shellcheck fixes found when running latest version (rallytime) #1239 + * Add Python3 package support for Ubuntu 16.04 (rallytime) #1238 + * Fix the variable ref from #803 (rallytime) #1229 + * Add Ubuntu 18.04 support (rallytime) #1228 + * Call __git_clone_and_checkout directly (jheidbrink) #1226 + * Fix for silently ignored version argument on CentOS/RHEL (pjcreath) #1210 + Version 2018.04.25: * Install py-tornado4 for FreeBSD. (abednarik) #1219 * Remove COPR repos configuration for Fedora (vutny ) #1211