Release new version 0.20
[grml-quickconfig.git] / debian / changelog
1 grml-quickconfig (0.20) unstable; urgency=medium
2
3   * [105b2e3] Provide cloud-init status information
4
5  -- Michael Prokop <mika@grml.org>  Thu, 28 May 2020 17:35:29 +0200
6
7 grml-quickconfig (0.19) unstable; urgency=medium
8
9   * [4690c89] Support refresh/re-executing via "r" key
10   * [b294805] Provide more detailed network information
11   * [484e20c] Bump Standards-Version to 4.5.0
12   * [2b1f8ed] Bump Debian compat version to 12, using debhelper-compat
13     approach
14   * [5d93142] Declare 3.0 (native) as debian/source/format
15
16  -- Michael Prokop <mika@grml.org>  Wed, 27 May 2020 11:26:17 +0200
17
18 grml-quickconfig (0.18) unstable; urgency=medium
19
20   * [4d3259f] Ensure to run appropriate grml-x procedure under systemd
21
22  -- Michael Prokop <mika@grml.org>  Sun, 28 May 2017 19:54:56 +0200
23
24 grml-quickconfig (0.17) unstable; urgency=medium
25
26   * [23e5c34] 030-wm.sh: switch to sudo to fix controlling tty issue with
27     recent X.org
28   * [2bca0b0] Bump Standards-Version to 3.9.8
29   * [2b42c4b] Switch Homepage + Vcs-Browser headers to https version
30   * [5da4296] Fix typo in manpage (thanks, lintian)
31   * [420102b] Bump debian/compat to 9
32
33  -- Michael Prokop <mika@grml.org>  Fri, 07 Apr 2017 17:07:37 +0200
34
35 grml-quickconfig (0.16) unstable; urgency=medium
36
37   * [d6b6a56] Fix pattern usage for Zsh
38   * [fb7a23d] Bump Standards-Version to 3.9.6
39
40  -- Michael Prokop <mika@grml.org>  Mon, 15 Jun 2015 23:12:37 +0200
41
42 grml-quickconfig (0.15) unstable; urgency=medium
43
44   * [2a0d2cf] Display IP and password if ssh boot option is used. Thanks
45     to Evgeni Golov <evgeni@grml.org> for IPv6 support
46
47  -- Michael Prokop <mika@grml.org>  Sat, 19 Apr 2014 00:07:15 +0200
48
49 grml-quickconfig (0.14) unstable; urgency=medium
50
51   * [2770504] Set myself as maintainer
52   * [86c4a8f] Bump Standards-Version to 3.9.5
53   * [915c44c] Quiet check for available program(s)
54
55  -- Michael Prokop <mika@grml.org>  Tue, 07 Jan 2014 10:15:55 +0100
56
57 grml-quickconfig (0.13) unstable; urgency=low
58
59   * [5853306] grml-info dialog: check for present HTML page and support
60     $distri. Thanks to Markus Ulrich for the bugreport
61
62  -- Michael Prokop <mika@grml.org>  Wed, 09 May 2012 15:07:51 +0200
63
64 grml-quickconfig (0.12) unstable; urgency=low
65
66   * [3ef1e7f] Start X without further questions if only one WM is present
67
68  -- Christian Hofstaedtler <ch@grml.org>  Mon, 05 Dec 2011 15:56:00 +0100
69
70 grml-quickconfig (0.11) unstable; urgency=low
71
72   [ Ulrich Dangel ]
73   * [11b7000] Check if grml-x is present for the wm-menu entry.
74
75   [ Christian Hofstaedtler ]
76   * [72f17ac] Add debian/control headers Origin, Bugs
77
78   [ Michael Prokop ]
79   * [120af6e] Bump Standards-Version to 3.9.2
80
81  -- Michael Prokop <mika@grml.org>  Sat, 26 Nov 2011 20:01:03 +0100
82
83 grml-quickconfig (0.10) unstable; urgency=low
84
85   [ Ulrich Dangel ]
86   * [39bb8d2] Depend on grml-etc-core, thanks to Martin Scharm.
87   * [2ba2740] Introduced easier highlighting for words and charachtes.
88
89  -- Christian Hofstaedtler <ch@grml.org>  Mon, 09 May 2011 23:26:07 +0200
90
91 grml-quickconfig (0.9) unstable; urgency=low
92
93   * [750fc94] Remove grml2hd from menu (as decided at developer meeting)
94     and provide grml-debootstrap instead.
95
96  -- Michael Prokop <mika@grml.org>  Wed, 29 Dec 2010 01:23:00 +0100
97
98 grml-quickconfig (0.8) unstable; urgency=low
99
100   [ Ulrich Dangel ]
101   * [06c9315] Do not use -q option for read.
102
103   [ Michael Prokop ]
104   * [d093f23] Bump Standards-Version to 3.9.1.
105
106  -- Michael Prokop <mika@grml.org>  Mon, 27 Dec 2010 23:39:45 +0100
107
108 grml-quickconfig (0.7) unstable; urgency=low
109
110   [ Michael Stapelberg ]
111   * [81cdd15] Add i3 to window managers.
112
113   [ Michael Prokop ]
114   * [fab2702] Bump Standards-Version to 3.9.0.
115
116  -- Michael Prokop <mika@grml.org>  Wed, 30 Jun 2010 13:32:13 +0200
117
118 grml-quickconfig (0.6) unstable; urgency=low
119
120   * Fix keybindings for netcardconfig and grml2hd.
121     Thanks for reporting, Jimmy.
122
123  -- Michael Prokop <mika@grml.org>  Fri, 02 Apr 2010 12:34:39 +0200
124
125 grml-quickconfig (0.5) unstable; urgency=low
126
127   [ Ulrich Dangel ]
128   * Refactored and cleaned up the wm entry.
129
130  -- Michael Prokop <mika@grml.org>  Thu, 01 Apr 2010 16:30:19 +0200
131
132 grml-quickconfig (0.4) unstable; urgency=low
133
134   [ Michael Prokop ]
135   * quickconfig/030-xorg.sh: Do not reset environment in su command line
136     so e.g. $DISTRI is exported to X session. [Closes: gf-issue58]
137
138   [ Ulrich Dangel ]
139   * Make sure that after executing a command the menu is shown.
140
141  -- Michael Prokop <mika@grml.org>  Fri, 05 Mar 2010 01:27:42 +0100
142
143 grml-quickconfig (0.3) unstable; urgency=low
144
145   * Drop the "Happy Hacking" output.
146
147  -- Michael Prokop <mika@grml.org>  Tue, 16 Feb 2010 02:12:24 +0100
148
149 grml-quickconfig (0.2) unstable; urgency=low
150
151   * Add missing bracket to grml2hd configuration.
152   * Add myself to list of uploaders.
153
154  -- Michael Prokop <mika@grml.org>  Mon, 15 Feb 2010 22:49:54 +0100
155
156 grml-quickconfig (0.1) unstable; urgency=low
157
158   * Initial release.
159
160  -- Ulrich Dangel <mru@grml.org>  Sat, 30 Jan 2010 14:24:06 +0100