Change logs for docker.io source package in Utopic

  • docker.io (1.6.2~dfsg1-1ubuntu3~14.10.1) utopic; urgency=medium
    
      * Backport to Ubuntu 14.10 (LP: #1454719).
      * Disable d/p/lxc.autodev-support.patch to minimise regression risk as
        it is not relevant for the version of LXC on Trusty (1.0.3-0ubuntu3).
      * Disable d/p/update-go.net-golang.org.patch: there has been a url
        canonical name change upstream, but keeping this patch on involves
        backporting golang to 1.4 which is undesirable for this backport
        (golang-go.net-dev needs golang-x-text, which does not build
        successfully without a 1.4 backport).
    
     -- Pierre-André MOREY <email address hidden>  Fri, 10 Jul 2015 11:01:02 +0200
  • docker.io (1.2.0~dfsg1-1ubuntu1) utopic; urgency=medium
    
      * debian/patches/sync-apparmor-with-lxc.patch: update AppArmor policy to
        by in sync with LXC. Specifically this:
        - reorganizes the rules to allow for easier comparison with other
          container policy
        - adds comments for many rules
        - adds bare dbus rule
        - adds ptrace rule to allow ptracing ourselves
        - adds deny mount options=(ro, remount, silent) -> /
        - allows hugetlbfs
        - adds cgmanager mount
        - adds /sys/fs/pstore mount
        - more specific /sys/kernel/security mount options
        - more specific /sys mount options
        - more specific /proc/sys/kernel/* deny rules
        - more specific /proc/sys/net deny rules
        - more specific /sys/class deny rules
        - more specific /sys/devices deny rules
        - more specific /sys/fs deny rules
     -- Jamie Strandboge <email address hidden>   Wed, 01 Oct 2014 13:24:01 -0500
  • docker.io (1.2.0~dfsg1-1) unstable; urgency=medium
    
    
      * Updated to 1.2.0 upstream release (Closes: #757183, #757023, #757024).
      * Added upstream man pages.
      * Updated bash and zsh completions to be installed as "docker" and "_docker".
      * Updated init scripts to also be installed as "docker".
      * Fixed "equivalent" typo in README.Debian (Closes: #756395). Thanks Reuben!
      * Removed "docker.io" mention in README.Debian (Closes: #756290). Thanks
        Olivier!
    
     -- Tianon Gravi <email address hidden>  Sat, 13 Sep 2014 11:43:17 -0600
  • docker.io (1.0.1~dfsg1-0ubuntu1) utopic; urgency=medium
    
      * New upstream release:
        - d/p/*: Refresh patches.
        - d/upstream-version-gitcommits: Add commit hash for 1.0.1.
      * Retain and use libcontainer in source tarball:
        - d/prune/vendor: Retain libcontainer vendor subfolder, drop all others.
        - d/rules: Ensure vendor subfolder is included on GOPATH.
      * d/source.lintian-overrides: Override errors about unsafe symlinks in
        testdata directories.
     -- James Page <email address hidden>   Thu, 07 Aug 2014 22:42:12 +0200
  • docker.io (1.0.0~dfsg1-1) unstable; urgency=medium
    
    
      * Updated to 1.0.0 upstream release. Huzzah!
      * I've removed what is commonly called a `button' of patches against
        the docker package. Exact patches:
         - bash-completion-docker.io.patch
         - systemd-docker.io.patch
         - sysvinit-provides-docker.io.patch
         - zsh-completion-docker.io.patch
         - mkimage-docker.io.patch
      * I know y'all are guessing why; and the answer's pretty simple -- we're
        no longer docker.io(1). Since the src:docker package now ships wmdocker(1),
        we can safely declare a breaks/replaces on the pre-wmdocker version of the
        package, allowing existing users to safely update, both src:docker and
        src:docker.io side. This brings us into line with other distros, which
        now ship wmdocker(1) and docker(1).
      * As a stop-gap, I'm still shipping a docker.io(1) symlink to allow
        migration away.
    
     -- Paul Tagliamonte <email address hidden>  Fri, 13 Jun 2014 21:04:53 -0400
  • docker.io (0.11.1~dfsg1-1) unstable; urgency=medium
    
    
      [ Paul Tagliamonte ]
      * Use EnvironmentFile with the systemd unit file. (Closes: #746774)
      * Patch out version checking code. (Closes: #747140)
      * Remove all host checking for non-amd64 host arches. Let docker build
        and run on all platforms now. (Closes: #747139, #739914)
    
      [ Tianon Gravi ]
      * Updated to 0.11.1 upstream release.
      * Added backported upstream patch for removing RemoteAddr assumptions
        that cause events to not be delivered to more than one unix socket
        listener.
    
     -- Tianon Gravi <email address hidden>  Fri, 09 May 2014 17:30:45 -0400
  • docker.io (0.9.1~dfsg1-2) unstable; urgency=medium
    
    
      * Added upstream apparmor patch to fix newer apparmor versions (such as the
        version appearing in Ubuntu 14.04).
      * Added mkimage-* docker.io binary name patches (Closes: #740855).
    
     -- Tianon Gravi <email address hidden>  Tue, 08 Apr 2014 23:19:08 -0400