From fbfb7595b141402ecb3efb2a2c9db2a2168bfbe5 Mon Sep 17 00:00:00 2001 From: Oguz Bilgic Date: Mon, 4 Nov 2013 08:20:05 -0500 Subject: [PATCH] Remove duplicate titles in changelog entries of v0.6.5 --- CHANGELOG.md | 47 ++++++++++++++++++++++------------------------- 1 file changed, 22 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416c08b03a..baa1faac90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,40 +4,37 @@ #### Runtime -+ Runtime: Containers can now be named -+ Runtime: Containers can now be linked together for service discovery -+ Runtime: 'run -a', 'start -a' and 'attach' can forward signals to the container for better integration with process supervisors -+ Runtime: Automatically start crashed containers after a reboot -+ Runtime: Expose IP, port, and proto as separate environment vars for container links -* Runtime: Allow ports to be published to specific ips -* Runtime: Prohibit inter-container communication by default -- Runtime: Ignore ErrClosedPipe for stdin in Container.Attach -- Runtime: Fix untag during removal of images -- Runtime: Remove unused field kernelVersion -* Runtime: Fix issue when mounting subdirectories of /mnt in container -* Runtime: Check return value of syscall.Chdir when changing working directory inside dockerinit - -#### Documentation - -* Documentation: Fix the flags for nc in example ++ Containers can now be named ++ Containers can now be linked together for service discovery ++ 'run -a', 'start -a' and 'attach' can forward signals to the container for better integration with process supervisors ++ Automatically start crashed containers after a reboot ++ Expose IP, port, and proto as separate environment vars for container links +* Allow ports to be published to specific ips +* Prohibit inter-container communication by default +- Ignore ErrClosedPipe for stdin in Container.Attach +- Remove unused field kernelVersion +* Fix issue when mounting subdirectories of /mnt in container +- Fix untag during removal of images +* Check return value of syscall.Chdir when changing working directory inside dockerinit #### Client -- Client: Only pass stdin to hijack when needed to avoid closed pipe errors -* Client: Use less reflection in command-line method invocation -- Client: Monitor the tty size after starting the container, not prior -- Client: Remove useless os.Exit() calls after log.Fatal +- Only pass stdin to hijack when needed to avoid closed pipe errors +* Use less reflection in command-line method invocation +- Monitor the tty size after starting the container, not prior +- Remove useless os.Exit() calls after log.Fatal #### Hack -- Hack: Update install.sh with $sh_c to get sudo/su for modprobe -* Hack: Update all the mkimage scripts to use --numeric-owner as a tar argument -* Hack: Update hack/release.sh process to automatically invoke hack/make.sh and bail on build and test issues -+ Hack: Add initial init scripts library and a safer Ubuntu packaging script that works for Debian -* Hack: Add -p option to invoke debootstrap with http_proxy ++ Add initial init scripts library and a safer Ubuntu packaging script that works for Debian +* Add -p option to invoke debootstrap with http_proxy +- Update install.sh with $sh_c to get sudo/su for modprobe +* Update all the mkimage scripts to use --numeric-owner as a tar argument +* Update hack/release.sh process to automatically invoke hack/make.sh and bail on build and test issues #### Other +* Documentation: Fix the flags for nc in example * Testing: Remove warnings and prevent mount issues - Testing: Change logic for tty resize to avoid warning in tests - Builder: Fix race condition in docker build with verbose output