Browse code

Bump version to 0.6.4

Michael Crosby authored on 2013/10/17 09:50:08
Showing 2 changed files
... ...
@@ -1,5 +1,83 @@
1 1
 # Changelog
2 2
 
3
+## 0.6.4 (2013-10-15)
4
+- Runtime: Add cleanup of container when Start() fails
5
+- Testing: Catch errClosing error when TCP and UDP proxies are terminated
6
+- Testing: Add aggregated docker-ci email report
7
+- Testing: Remove a few errors in tests
8
+* Contrib: Reorganize contributed completion scripts to add zsh completion
9
+* Contrib: Add vim syntax highlighting for Dockerfiles from @honza
10
+* Runtime: Add better comments to utils/stdcopy.go
11
+- Testing: add cleanup to remove leftover containers
12
+* Documentation: Document how to edit and release docs
13
+* Documentation: Add initial draft of the Docker infrastructure doc
14
+* Contrib: Add mkimage-arch.sh
15
+- Builder: Abort build if mergeConfig returns an error and fix duplicate error message
16
+- Runtime: Remove error messages which are not actually errors
17
+* Testing: Only run certain tests with TESTFLAGS='-run TestName' make.sh
18
+* Testing: Prevent docker-ci to test closing PRs
19
+- Documentation: Minor updates to postgresql_service.rst
20
+* Testing: Add nightly release to docker-ci
21
+* Hack: Improve network performance for VirtualBox
22
+* Hack: Add vagrant user to the docker group
23
+* Runtime: Add utils.Errorf for error logging
24
+- Packaging: Remove deprecated packaging directory
25
+* Hack: Revamp install.sh to be usable by more people, and to use official install methods whenever possible (apt repo, portage tree, etc.)
26
+- Hack: Fix contrib/mkimage-debian.sh apt caching prevention
27
+* Documentation: Clarify LGTM process to contributors
28
+- Documentation: Small fixes to parameter names in docs for ADD command
29
+* Runtime: Record termination time in state.
30
+- Registry: Use correct auth config when logging in.
31
+- Documentation: Corrected error in the package name
32
+* Documentation: Document what `vagrant up` is actually doing
33
+- Runtime: Fix `docker rm` with volumes
34
+- Runtime: Use empty string so TempDir uses the OS's temp dir automatically
35
+- Runtime: Make sure to close the network allocators
36
+* Testing: Replace panic by log.Fatal in tests
37
++ Documentation: improve doc search results
38
+- Runtime: Fix some error cases where a HTTP body might not be closed
39
+* Hack: Add proper bash completion for "docker push"
40
+* Documentation: Add devenvironment link to CONTRIBUTING.md
41
+* Documentation: Cleanup whitespace in API 1.5 docs
42
+* Documentation: use angle brackets in MAINTAINER example email
43
+- Testing: Increase TestRunDetach timeout
44
+* Documentation: Fix help text for -v option
45
++ Hack: Added Dockerfile.tmLanguage to contrib
46
++ Runtime: Autorestart containers by default
47
+* Testing: Adding more tests around auth.ResolveAuthConfig
48
+* Hack: Configured FPM to make /etc/init/docker.conf a config file
49
+* Hack: Add xz utils as a runtime dep
50
+* Documentation: Add `apt-get install curl` to Ubuntu docs
51
+* Documentation: Remove Gentoo install notes about #1422 workaround
52
+* Documentation: Fix Ping endpoint documentation
53
+* Runtime: Bump vendor kr/pty to commit 3b1f6487b (syscall.O_NOCTTY)
54
+* Runtime: lxc: Allow set_file_cap capability in container
55
+* Documentation: Update archlinux.rst
56
+- Documentation: Fix ironic typo in changelog
57
+* Documentation: Add explanation for export restrictions
58
+* Hack: Add cleanup/refactor portion of #2010 for hack and Dockerfile updates
59
++ Documentation: Changes to a new style for the docs. Includes version switcher.
60
+* Documentation: Formatting, add information about multiline json
61
++ Hack: Add contrib/mkimage-centos.sh back (from #1621), and associated documentation link
62
+- Runtime: Fix panic with wrong dockercfg file
63
+- Runtime: Fix the attach behavior with -i
64
+* Documentation: Add .dockercfg doc
65
+- Runtime: Move run -rm to the cli only
66
+* Hack: Enable SSH Agent forwarding in Vagrant VM
67
++ Runtime: Add -rm to docker run for removing a container on exit
68
+* Documentation: Improve registry and index REST API documentation
69
+* Runtime: Split stdout stderr
70
+- Documentation: Replace deprecated upgrading reference to docker-latest.tgz, which hasn't been updated since 0.5.3
71
+* Documentation: Update Gentoo installation documentation now that we're in the portage tree proper
72
+- Registry: Fix the error message so it is the same as the regex
73
+* Runtime: Always create a new session for the container
74
+* Hack: Add several of the small make.sh fixes from #1920, and make the output more consistent and contributor-friendly
75
+* Documentation: Various command fixes in postgres example
76
+* Documentation: Cleanup and reorganize docs and tooling for contributors and maintainers
77
+- Documentation: Minor spelling correction of protocoll -> protocol
78
+* Hack: Several small tweaks/fixes for contrib/mkimage-debian.sh
79
++ Hack: Add @tianon to hack/MAINTAINERS
80
+
3 81
 ## 0.6.3 (2013-09-23)
4 82
 * Packaging: Update tar vendor dependency
5 83
 - Client: Fix detach issue
... ...
@@ -1 +1 @@
1
-0.6.3-dev
1
+0.6.4