Browse code

Add 0.7.0 Changelog entry, with notable high-level features since 0.6.0.

Solomon Hykes authored on 2013/11/26 04:05:49
Showing 1 changed files
... ...
@@ -1,5 +1,17 @@
1 1
 # Changelog
2 2
 
3
+## 0.7.0 (2013-11-25)
4
+
5
+#### Notable features since 0.6.0
6
+
7
+* Storage drivers: choose from aufs, device mapper, vfs or btrfs.
8
+* Standard Linux support: docker now runs on unmodified linux kernels and all major distributions.
9
+* Links: compose complex software stacks by connecting containers to each other.
10
+* Container naming: organize your containers by giving them memorable names.
11
+* Advanced port redirects: specify port redirects per interface, or keep sensitive ports private.
12
+* Offline transfer: push and pull images to the filesystem without losing information.
13
+* Quality: numerous bugfixes and small usability improvements. Significant increase in test coverage.
14
+
3 15
 ## 0.6.7 (2013-11-21)
4 16
 
5 17
 #### Runtime