linaro-overlay (1112.15) sid; urgency=medium

  * Install diverts for both /lib and /usr/lib locations

 -- Dmitry Baryshkov <dmitry.baryshkov@linaro.org>  Sat, 09 Nov 2024 15:50:05 +0200

linaro-overlay (1112.14) sid; urgency=medium

  * Modify ssh-keys.service to execute only if ssh.service requires it in
    multi-user.target. 

 -- Aníbal Limón <anibal.limon@linaro.org>  Thu, 21 Feb 2019 17:48:23 -0600

linaro-overlay (1112.13) sid; urgency=medium

  * Really enable ssh-keys.service

 -- Riku Voipio <riku.voipio@linaro.org>  Tue, 07 Nov 2017 10:25:07 +0200

linaro-overlay (1112.12) stretch; urgency=medium

  * enable ssh key generation

 -- Riku Voipio <riku.voipio@linaro.org>  Tue, 24 Oct 2017 15:24:02 +0300

linaro-overlay (1112.11) sid; urgency=medium

  * Genereta ssh keys if not there

 -- Riku Voipio <riku.voipio@linaro.org>  Fri, 06 Oct 2017 11:34:33 +0300

linaro-overlay (1112.10) stretch; urgency=medium

  * stretch update

 -- Riku Voipio <riku.voipio@linaro.org>  Mon, 05 Sep 2016 15:16:44 +0300

linaro-overlay (1112.9) vivid; urgency=medium

  * Vivid refresh

 -- Riku Voipio <riku.voipio@linaro.org>  Wed, 13 May 2015 11:25:05 +0300

linaro-overlay (1112.8) jessie; urgency=medium

  * add replaces 

 -- Riku Voipio <riku.voipio@linaro.org>  Thu, 22 Jan 2015 12:54:19 +0200

linaro-overlay (1112.7) jessie; urgency=medium

  * fix depends 

 -- Riku Voipio <riku.voipio@linaro.org>  Thu, 22 Jan 2015 12:27:10 +0200

linaro-overlay (1112.6) jessie; urgency=medium

  * test upload to verify repo settings

 -- Riku Voipio <riku.voipio@linaro.org>  Thu, 22 Jan 2015 10:44:59 +0200

linaro-overlay (1112.5) jessie; urgency=medium

  * Migrate to systemd
  * Remove all legacy stuff
  * Keep only minimal as no linaro config install the full overlay

 -- Riku Voipio <riku.voipio@linaro.org>  Wed, 21 Jan 2015 15:38:37 +0200

linaro-overlay (1112.4) utopic; urgency=medium

  * Utopic refresh

 -- Riku Voipio <riku.voipio@linaro.org>  Tue, 18 Nov 2014 11:41:46 +0200

linaro-overlay (1112.3) trusty; urgency=medium

  [Nicolas Dechesne]
  * etc/init/auto-serial-console.conf: delay the service.

  [Fathi Boudra]
  * debian/control: get rid of transitional packages.

 -- Fathi Boudra <fathi.boudra@linaro.org>  Wed, 14 May 2014 08:23:18 +0300

linaro-overlay (1112.2) precise; urgency=low

  * etc/sysctl.d/30-smsc-min-free-kbytes.conf:
    - Increasing vm.min_free_kbytes to 16384, as with less it's common to have
      reports of issues with the smsc driver (even more now that USB is
      generally used for other tasks)

 -- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>  Thu, 19 Jul 2012 23:08:52 -0300

linaro-overlay (1112.1) oneiric; urgency=low

  * Adding etc/sysctl.d/30-smsc-min-free-kbytes.conf to avoid swap page
    allocation errors (LP: #746137)

 -- Ricardo Salveti de Araujo <ricardo.salveti@linaro.org>  Thu, 08 Dec 2011 00:43:47 -0200

linaro-overlay (1105.2) natty; urgency=low

  * Remove 10.11 from package descriptions.
  * Set bin/auto-serial-console +x in the package as well.

 -- Loïc Minier <loic.minier@linaro.org>  Fri, 01 Apr 2011 20:30:53 +0200

linaro-overlay (1105.1) natty; urgency=low

  * etc/init/openvt.conf: stop on runlevel [!2345] as to avoid an error
    message when openvt is respawned during shutdown.
  * etc/init/auto-serial-console.conf: just exec /bin/auto-serial-console, not
    /bin/sh /bin/auto-serial-console as it's already a +x shell script with
    proper shebang.

 -- Loïc Minier <loic.minier@linaro.org>  Fri, 01 Apr 2011 20:26:40 +0200

linaro-overlay (1011.5) maverick; urgency=low

  * etc/init/openvt.conf:
    - wait until the tty1 job is started before stopping it and claiming the
      VT, to work around what seems to be an upstart bug.
    - tune the pre-start command to stop tty1 IFF it's running, so that the
      pre-start command doesn't cause the job to fail in the case of a
      respawn
    - pass -f to openvt, since otherwise openvt believes (wrongly?) that tty1
      is still in use.
    LP: #652221.

 -- Steve Langasek <steve.langasek@linaro.org>  Sun, 07 Nov 2010 22:25:03 -0800

linaro-overlay (1011.4) maverick; urgency=low

  * add transitional packages for chessy-overlay and chessy-overlay-minimal
    (LP: 671446)

 -- Alexander Sack <asac@linaro.org>  Fri, 05 Nov 2010 15:42:42 +0100

linaro-overlay (1011.3) maverick; urgency=low

  * rename source and binary packages: s/chessy-/linaro-/
  * also match lower case tty names in bin/auto-serial-console
    to fix bug about not recognized imx51 ttys (console=ttymxc0,115200)
    - tty[A-Z]* -> tty[a-zA-Z]*

 -- Alexander Sack <asac@linaro.org>  Fri, 08 Oct 2010 13:05:26 +0200

chessy-overlay (1011.2) maverick; urgency=low

  * etc/init/openvt.conf: instead of opening the next VT and switching to it,
    just stop the standard tty1 job from ours and claim VT1; this lets us
    get the foreground terminal by default on console-only systems, while
    not interfering with X's VT switch in the GUI case.  LP: #632720.

 -- Steve Langasek <steve.langasek@linaro.org>  Wed, 08 Sep 2010 06:06:26 +0000

chessy-overlay (1011.1) maverick; urgency=low

  * chessy-overlay upload for linaro 10.11
  * update description to refer to linaro and fix homepage 
    and motd help-text to use official brand name rather than Chessy
  * bump Standards-Version to 3.9.1 - no changes required

 -- Alexander Sack <asac@linaro.org>  Wed, 11 Aug 2010 13:53:12 +0200

chessy-overlay (1005.11) lucid; urgency=low

  [ Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> ]
  * renamed auto-root-console to auto-serial-console:
    - allows to run something other then root shell
  * added configuration file support: /etc/default/autogetty
    - arguments for getty can be defined
    - option to enable/disable
  * replaced /bin/autoconsoletty with improved version which handles
    different speeds

  [ Alexander Sack <asac@canonical.com> ]
  * etc/default/autogetty:
    - enable autogetty by default
  * bin/auto-serial-console:
    - don't exit if a tty is already managed by a upstart .conf; rather
      continue and see if other tty's are valid candidates

 -- Alexander Sack <asac@ubuntu.com>  Fri, 28 May 2010 22:18:19 +0000

chessy-overlay (1005.9) lucid; urgency=low

  * etc/init/auto-root-console.conf:
    + add auto tty to -minimal overlay that will enable autologin for all
      ttys in kernel console= commandline that not already have a tty conf
      in /etc/init - thx to Marcin Juszkiewicz
  * bin/autoconsoletty:
    + add helper script for auto-root-console to avoid script feature of
      upstart jobs
  * mv bin/autologinroot bin/auto-root-login
    + use consistent naming for scripts

 -- Alexander Sack <asac@ubuntu.com>  Fri, 21 May 2010 14:41:49 +0200

chessy-overlay (1005.7) lucid; urgency=low

  * drop etc/lsb-release replaces as we ship a changed base-files for now;
    in turn drop base-files from Replaces in debian/control

 -- Alexander Sack <asac@ubuntu.com>  Thu, 20 May 2010 17:27:18 +0200

chessy-overlay (1005.5) lucid; urgency=low

  * initial release

 -- Alexander Sack <asac@ubuntu.com>  Wed, 28 Apr 2010 00:38:41 +0200
