]> git.proxmox.com Git - pve-installer.git/blob - changelog.Debian
bump version to 4.0-11, depend on squashfs-tools
[pve-installer.git] / changelog.Debian
1 pve-installer (4.0-11) unstable; urgency=medium
2
3 * use unsquashfs instead of tar
4
5 -- Proxmox Support Team <support@proxmox.com> Wed, 31 Aug 2016 08:49:30 +0200
6
7 pve-installer (4.0-10) unstable; urgency=medium
8
9 * Fix #1054: error on purely numeric hostnames
10
11 * update layout, use new logo
12
13 -- Proxmox Support Team <support@proxmox.com> Tue, 09 Aug 2016 09:46:31 +0200
14
15 pve-installer (4.0-8) unstable; urgency=medium
16
17 * restrict hdsize if requested
18
19 -- Proxmox Support Team <support@proxmox.com> Sun, 06 Mar 2016 09:04:44 +0100
20
21 pve-installer (4.0-7) unstable; urgency=medium
22
23 * use lvmthin for data volume
24
25 * create zfs subpool (rpool/data) as VM/CT storage
26
27 * create better default storage configiguration
28
29 -- Proxmox Support Team <support@proxmox.com> Tue, 01 Mar 2016 07:16:16 +0100
30
31 pve-installer (4.0-6) unstable; urgency=medium
32
33 * install EFI fallback boot file (OVMF does not boot without)
34
35 -- Proxmox Support Team <support@proxmox.com> Thu, 10 Dec 2015 10:39:46 +0100
36
37 pve-installer (4.0-5) unstable; urgency=medium
38
39 * allow up to 8 zfs disks
40
41 * enable systemd-timesyncd.service by default
42
43 -- Proxmox Support Team <support@proxmox.com> Fri, 20 Nov 2015 09:07:20 +0100
44
45 pve-installer (4.0-4) unstable; urgency=medium
46
47 * add ipv6 support
48
49 -- Proxmox Support Team <support@proxmox.com> Tue, 06 Oct 2015 08:22:45 +0200
50
51 pve-installer (4.0-3) unstable; urgency=medium
52
53 * zpool create: use cachefile=none
54
55 * do not mention LVM snapshots
56
57 -- Proxmox Support Team <support@proxmox.com> Tue, 29 Sep 2015 12:17:57 +0200
58
59 pve-installer (4.0-2) unstable; urgency=medium
60
61 * add xfs support
62
63 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:57:06 +0200
64
65 pve-installer (4.0-1) unstable; urgency=medium
66
67 * updates for debian jessie
68
69 -- Proxmox Support Team <support@proxmox.com> Tue, 16 Jun 2015 11:56:54 +0200
70
71 pve-installer (3.3-3) unstable; urgency=low
72
73 * support ZFS
74
75 -- Proxmox Support Team <support@proxmox.com> Wed, 14 Jan 2015 09:39:28 +0100
76
77 pve-installer (3.3-2) unstable; urgency=low
78
79 * support UEFI systems
80
81 * add new 'Options' Dialog
82
83 * do not install xorg.conf (not needed, and makes problems with EFI boot)
84
85 -- Proxmox Support Team <support@proxmox.com> Wed, 01 Oct 2014 09:16:03 +0200
86
87 pve-installer (3.3-1) unstable; urgency=low
88
89 * update path for 3.3 release
90
91 -- Proxmox Support Team <support@proxmox.com> Mon, 08 Sep 2014 12:08:14 +0200
92
93 pve-installer (3.0-2) unstable; urgency=low
94
95 * always use GUID partition tables
96
97 -- Proxmox Support Team <support@proxmox.com> Thu, 09 Jan 2014 16:00:25 +0100
98
99 pve-installer (3.0-1) unstable; urgency=low
100
101 * updates for debian wheezy
102
103 * use webkit instead of gthhtml2
104
105 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Mar 2013 06:39:42 +0100
106
107 pve-installer (2.3-6) unstable; urgency=low
108
109 * fix hdsize algorythm
110
111 -- Proxmox Support Team <support@proxmox.com> Fri, 01 Mar 2013 10:32:00 +0100
112
113 pve-installer (2.0-5) unstable; urgency=low
114
115 * add 'hdsize' boot parameter to specify maximum size used.
116
117 -- Proxmox Support Team <support@proxmox.com> Fri, 30 Nov 2012 06:18:55 +0100
118
119 pve-installer (2.0-4) unstable; urgency=low
120
121 * fix bug #226 && #227: new minfree and maxvz boot options
122
123 -- Proxmox Support Team <support@proxmox.com> Wed, 18 Jul 2012 05:51:47 +0200
124
125 pve-installer (2.0-3) unstable; urgency=low
126
127 * increase free space on LVM up to 16GB
128
129 -- Proxmox Support Team <support@proxmox.com> Thu, 16 Feb 2012 11:59:55 +0100
130
131 pve-installer (2.0-2) unstable; urgency=low
132
133 * support new kernel parameter 'ext4' switch (use ext4 instead of ext3)
134
135 * use 'ext3' by default
136
137 -- Proxmox Support Team <support@proxmox.com> Thu, 04 Aug 2011 12:58:27 +0200
138
139 pve-installer (2.0-1) unstable; urgency=low
140
141 * use ext4 fs
142
143 * align LVM on 128k boundary
144
145 * use 'parted' to create partitions
146
147 * support > 2TB disks (use GPT partition tables)
148
149 * mount with barrier=0 during install (speedup)
150
151 * write keyboard settings to /etc/pve-installer.cfg
152
153 * adjust for pve2
154
155 * avoid to run update-grub or update-initramfs during install
156
157 * use --no-triggers for faster unpack
158
159 * also mount sysfs to /target/sys
160
161 * do not write /etc/default/grub - not really needed
162
163 * we now use openbox instead of metacity
164
165 * wait one second after partitioning (give kernel time to reread part
166 table)
167
168 * use update-initramfs -c (instead of -u)
169
170 * do not write /etc/apache2/ports.conf (not really needed)
171
172 * enable apache port redirect (a2ensite pve-redirect.conf)
173
174 -- Proxmox Support Team <support@proxmox.com> Mon, 15 Feb 2010 14:09:46 +0100
175
176 pve-installer (1.0-9) unstable; urgency=low
177
178 * fix netmask bug
179
180 * use 'udevadm info' to detect disks
181
182 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:13:11 +0100
183
184 pve-installer (1.0-8) unstable; urgency=low
185
186 * use UUID= for /boot in fstab
187
188 -- Proxmox Support Team <support@proxmox.com> Fri, 22 Jan 2010 13:11:58 +0100
189
190 pve-installer (1.0-7) unstable; urgency=low
191
192 * unconfigured.sh: use -q flag for modprobe
193
194 * proxinstall: use 'removable' flag on older kernels (instead
195 of 'capability') to detect cdroms.
196
197 -- Proxmox Support Team <support@proxmox.com> Fri, 04 Dec 2009 18:03:59 +0100
198
199 pve-installer (1.0-6) unstable; urgency=low
200
201 * pass --no-floppy to grub-install (some users reported delays)
202
203 -- Proxmox Support Team <support@proxmox.com> Fri, 19 Jun 2009 10:48:37 +0200
204
205 pve-installer (1.0-5) unstable; urgency=low
206
207 * fixes for debian lenny
208
209 * support dynamically allocated virtio blk devices
210
211 -- Proxmox Support Team <support@proxmox.com> Fri, 08 May 2009 16:53:42 +0200
212
213 pve-installer (1.0-4) unstable; urgency=low
214
215 * proxinstall: better postfix configuration
216
217 -- Proxmox Support Team <support@proxmox.com> Mon, 12 Jan 2009 12:21:13 +0100
218
219 pve-installer (1.0-3) unstable; urgency=low
220
221 * ause grub instead of lilo
222
223 -- Proxmox Support Team <support@proxmox.com> Wed, 20 Aug 2008 14:39:57 +0200
224
225 pve-installer (1.0-2) stable; urgency=low
226
227 * proxinstall (extract_data): added maxroot and swapsize boot parameters,
228 set bridge parameters (stp = on, fd = 0)
229
230 -- Proxmox Support Team <support@proxmox.com> Tue, 8 Jul 2008 06:54:03 +0200
231
232 pve-installer (1.0-1) stable; urgency=low
233
234 * initial release
235
236 -- Proxmox Support Team <support@proxmox.com> Mon, 19 Nov 2007 15:48:05 +0100
237