Skip to content

Commit a602a86

Browse files
committed
Update AUTHORS, Changelog and version for release
1 parent 71aedf3 commit a602a86

File tree

3 files changed

+18
-7
lines changed

3 files changed

+18
-7
lines changed

AUTHORS.rst

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,12 @@ Brandon Clifford brandon099 [email protected]
3030
Bret Fisher BretFisher [email protected]
3131
Brian Kruger bkruger99 [email protected]
3232
bruce-one bruce-one
33-
Вячеслав Спиридонов sp1r
33+
Bryce Larson bryceml
3434
C. R. Oldham cro [email protected]
3535
Cam camereonsparr
3636
Charles McLaughlin cmclaughlin
37-
Megan Wilhite Ch3LL [email protected]
38-
Chris Rebert cvrebert [email protected]
3937
Chris Buechler cbuechler [email protected]
38+
Chris Rebert cvrebert [email protected]
4039
Christer Edwards cedwards
4140
Christian McHugh mchugh19
4241
Clark Perkins iclarkperkins [email protected]
@@ -60,22 +59,24 @@ Eric Radman eradman [email protected]
6059
Erik Ankrom erikankrom
6160
Erik Johnson terminalmage [email protected]
6261
EYJ eyj
62+
Felippe Burk felippeb
6363
fizmat fizmat
6464
Forrest Alvarez gravyboat
6565
Fred Reimer freimer [email protected]
6666
Gareth J. Greenaway garethgreenaway [email protected]
67+
gdm85 gdm85
6768
Geoff Garside geoffgarside [email protected]
6869
George aflat [email protected]
69-
gdm85 gdm85
7070
ggillies ggillies
7171
Giuseppe Iannello giannello [email protected]
7272
Gregory Meno GregMeno [email protected]
7373
Guillaume Derval GuillaumeDerval [email protected]
7474
gweis gweis
7575
Henrik Holmboe holmboe
7676
Howard Mei HowardMei [email protected]
77-
Jan Heidbrink jheidbrink
7877
James Booth absolutejam [email protected]
78+
Jan Heidbrink jheidbrink
79+
Jared Bristow jars99
7980
Jared E Stroud jaredestroud [email protected]
8081
Jasper Lievisse Adriaanse jasperla [email protected]
8182
JD decomposite
@@ -89,8 +90,8 @@ Karl Grzeszczak karlgrz
8990
Kenneth Wilke KennethWilke
9091
Kevin Quinn kevinquinnyo [email protected]
9192
Ky-Anh Huynh icy
92-
lomeroe lomeroe
9393
Liu Xiaohui oreh [email protected]
94+
lomeroe lomeroe
9495
Lorenzo Perone lopezio [email protected]
9596
Lubomir Host lhost
9697
luthes luthes [email protected]
@@ -106,6 +107,7 @@ Matthew Mead-Briggs mattmb
106107
Matthew Richardson mrichar1
107108
Matthew Willson ixela
108109
Matthieu Guegan mguegan
110+
Megan Wilhite Ch3LL [email protected]
109111
mfapouw mfapouw
110112
Michael A. Smith kojiromike [email protected]
111113
Michael Scherer mscherer
@@ -164,4 +166,6 @@ Wout wfhg
164166
Yann Masson ymasson
165167
Yoan Blanc greut [email protected]
166168
Yushi Nakai nyushi
169+
Zahiar Ahmed zahiar
170+
Вячеслав Спиридонов sp1r
167171
========================== ===================== ============================

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
Version TBD (In Progress on the Develop Branch):
22

3+
Version 2019.10.03:
4+
* Fix possible typo with `gnupg-curl` vs `gnupg curl` (zahiar)
5+
* Install only python3 packges if requested on ubuntu (noelmcloughlin) #1356
6+
* Fixing debian wheezy (bryceml) #1359
7+
* Fixed Amazon Linux 2 detection when lsb_release is installed (jars99) #1361
8+
* Mac OS Support (felippeb) #1363 #1364 #1365 #1366
9+
310
Version 2019.05.20:
411
* Allow stable version selection for amazon linux (puluanau) #1328
512
* FreeBSD 12 support (sticky-note) #1329

bootstrap-salt.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#======================================================================================================================
2424
set -o nounset # Treat unset variables as an error
2525

26-
__ScriptVersion="2019.05.20"
26+
__ScriptVersion="2019.10.03"
2727
__ScriptName="bootstrap-salt.sh"
2828

2929
__ScriptFullName="$0"

0 commit comments

Comments
 (0)