cc9c6da5fd56bcc14a9062d31174ff0ba92d19df
[csit.git] / resources / tools / disk-image-builder / nested / CHANGELOG
1 ## [1.4] - 2016-10-10
2
3 ### Changes
4 - DPDK upgrade to 16.07
5
6
7 ## [1.3] - 2016-06-12
8
9 ### Changes
10 - Use Glibc instead of uClibc. Required for DPDK.
11 - Include buildroot patch for DPDK. Update build.sh
12   script to include that patch.
13 - Update Linux kernel config to include UIO support
14
15 ### Added
16 - Python, DPDK to image
17
18
19 ## [1.2] - 2016-05-25
20
21 ### Changes
22 - Embed version in hidden file with magic string that can be read
23   without actually booting the image:
24   ~~~
25   cat <vm image> | strings | grep NESTED_VERSION
26   ~~~
27 - Include both cisco/cisco credentials (for backwards compatibility)
28   and csit/csit
29
30 ## [1.1] - 2016-05-17
31
32 ### Added
33 - iproute2 package (for "ip" command)
34
35
36 ## [1.0] - 2016-05-16
37
38 ### First release
39 - Basic script to build FD.IO VPP CSIT "nested VM" image using buildroot.
40 This version is to mimic the previous, manually built image.
41 - Packages installed:
42     - Kernel 4.3
43         - support for virtio NIC
44     - bridge-utils (for brctl)
45     - qemu (for qemu-ga)