-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChangeLog
29 lines (29 loc) · 1.42 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
0.3.2
- Recognize failure when getting entries from ec2 metadata service,
especially annoying on 'ec2metadata --public-keys' (LP: #1148165)
- fix bug on ec2 metadata service if no public keys available.
Problem was that 404 was not being recognized (LP: #1148165)
- do not mount / as rw if already mounted rw. in lxc this generated
additional and irrelevant noise on console.
- fix 'is_lxc' to work correctly.
- support 'seed' data from /var/lib/cloud/seed for nocloud and
configdrive sources.
- fix random and urandom device entries to be character rather
than block devices.
- if running in lxc (not libvirt-lxc), start getty on /dev/console
- add usr/share/udhcpc/default.script which helps better control
what happens on dhcp ifup.
- support executing /etc/rc.local
- set hostname from datasource (LP: #1132686)
- fix bad entry for 'ftp' user in /etc/group (LP: #1222951)
- support static routes provided in dhcp data (LP: #1190372)
- support resizing root filesystem (LP: #1261710) but disable
by default. resizing can be enabled via file injection.
0.3.1
- move to buildroot 2012.05 (busybox 1.20.1)
- build on Ubuntu 12.04
- support https client via curl/openssl (LP: #918702)
- support mounting of vfat filesystems (LP: #929841)
- support acpi shutdown (LP: #944151)
- ec2metadata: remove double '/' in --public-keys requests (LP: #992492)
- upgrade kernel to Ubuntu 12.04 LTS kernel (3.2.0-25.40)