~smoser/cirros/trunk.mkcabundle-in-bash

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Scott Moser
  • Date: 2011-09-09 22:10:39 UTC
  • Revision ID: smoser@ubuntu.com-20110909221039-l4djwt8a270hzcas
add functional initial configs for buildroot

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.4.0
2
 
 - move to buildroot 2015.05 adjusting makefile and build appropriately.
3
 
 - use Ubuntu 16.04 kernels (4.4.0)
4
 
 - enable architectures ppc64, ppc64le, aarch64
5
 
 - respect init= parameter
6
 
 - growpart/growroot: resize partition while mounted with newer growpart.
7
 
   default to background resizing of root filesystem.
8
 
 - handle local subnet routes correctly (LP: #1369367)
9
 
 - Add support for UEFI booting on AArch64 and x86-64 architectures.
10
 
   [Marcin Juszkiewicz]
11
 
 - update ca-certificates.crt to mozilla trunk as of 2016-07-21.
12
 
 - arm/aarch64: put a getty on ttyAMAO.
13
 
0.3.4
14
 
 - Improve tooling for IPv6 and network debugging [Jens Rosenboom]
15
 
 - make 'nc -ll' work again. [Jens Rosenboom]
16
 
 - set default timezone to UTC
17
 
 - powerpc builds
18
 
 - kernel: update to latest released Ubuntu 12.04 kernel (3.2.0-80.116).
19
 
0.3.3
20
 
 - Wrap udhcpc to provide for easier passing of options including
21
 
   those required to get MTU set properly.  [Harm Weites] (LP: #1301958)
22
 
 - Busybox: enable nc flags '-s ADDR', '-n', '-u', '-o FILE', -z.
23
 
 - kernel: update to latest released Ubuntu 12.04 kernel (3.2.0.68.81).
24
 
0.3.2
25
 
 - Recognize failure when getting entries from ec2 metadata service,
26
 
   especially annoying on 'ec2metadata --public-keys' (LP: #1148165)
27
 
 - fix bug on ec2 metadata service if no public keys available.
28
 
   Problem was that 404 was not being recognized (LP: #1148165)
29
 
 - do not mount / as rw if already mounted rw.  in lxc this generated
30
 
   additional and irrelevant noise on console.
31
 
 - fix 'is_lxc' to work correctly.
32
 
 - support 'seed' data from /var/lib/cloud/seed for nocloud and
33
 
   configdrive sources.
34
 
 - fix random and urandom device entries to be character rather
35
 
   than block devices.
36
 
 - if running in lxc (not libvirt-lxc), start getty on /dev/console
37
 
 - add usr/share/udhcpc/default.script which helps better control
38
 
   what happens on dhcp ifup.
39
 
 - support executing /etc/rc.local
40
 
 - set hostname from datasource (LP: #1132686)
41
 
 - fix bad entry for 'ftp' user in /etc/group (LP: #1222951)
42
 
 - support static routes provided in dhcp data (LP: #1190372)
43
 
 - support resizing root filesystem (LP: #1261710) but disable
44
 
   by default.  resizing can be enabled via file injection.
45
 
 - provide more information in cirros-sysinfo [Harm Weites]
46
 
0.3.1
47
 
 - move to buildroot 2012.05 (busybox 1.20.1)
48
 
 - build on Ubuntu 12.04
49
 
 - support https client via curl/openssl (LP: #918702)
50
 
 - support mounting of vfat filesystems (LP: #929841)
51
 
 - support acpi shutdown (LP: #944151)
52
 
 - ec2metadata: remove double '/' in --public-keys requests (LP: #992492)
53
 
 - upgrade kernel to Ubuntu 12.04 LTS kernel (3.2.0-25.40)