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