Skip to content

Debian Changelog aoetools (30-3)

2009

aoetools (30-3) unstable; urgency=low

   * debian/rules:
     - Added NEWS to dh_installchangelog.
   * debian/control: Removed Section and Priority from the binary section.
   * debian/patches:
     - Removed old patches.
     - Added 02_no_hyphen_in_manpages.patch to fix all lintian warnings.
     - Added descriptions to patches.

 -- David Martínez Moreno <ender@debian.org>  Sun, 06 Sep 2009 00:17:09 +0200

aoetools (30-2) unstable; urgency=low

   * When loading the kernel module, marshal into the module the list of
     interfaces that we want to run AoE over.  This fixes an obscure security
     problem where AoE traffic could go over a different interface than the
     one specified by the administrator (closes: #408042).  Thanks, Jacques
     Normand for the explanation and Juan Céspedes for the patch.
   * debian/rules: Rewrote some part in order to be more verbose and solve
     the case when no volume is mounted.  Thanks, Ferenc Wagner (closes:
     #492905).

 -- David Martínez Moreno <ender@debian.org>  Sat, 05 Sep 2009 18:12:34 +0200

aoetools (30-1) unstable; urgency=low

   * New upstream release:
     - Enhanced manpages.
     - aoe-version modinfo workaround.
     - Merged Debian changes to aoe-flush into upstream.
     - aoeping: recognize errors in SMART command response
   * debian/rules: Moved patches from diff.gz to quilt.
   * debian/control:
     - Added B-D on quilt.
     - Fixed a typo in Description.
     - Bumped Standards-Version to 3.8.2 (no changes).
   * debian/compat: Bumped DH version to 5.

 -- David Martínez Moreno <ender@debian.org>  Thu, 13 Aug 2009 02:22:20 +0200

2008

aoetools (26-1) unstable; urgency=low

   * New upstream release (closes: #475135).  Main changes are:
     - Merged Debian changes for Makefile.
     - Add sos-linux tool for collecting localhost information (not shipped).
     - Create coraid-update for uploading update file to an update target.
     - Make aoeping and aoecfg more conforming to AoE protocol.
     - Support new payload size information from AoE driver.
     - Handle aoe-flush without arguments correctly.
     - aoe-flush: support flushing specific devices.
     - Fixed and added several manpages.
   * debian/aoetools.docs: Removed TODO.
   * aoe-flush.in: Patched to comply with dash-compliant shells.
   * debian/control:
     - Added a Homepage field.
     - Bumped Standards-Version to 3.8.0.
     - Reordered utilities in Description and added coraid-update.

 -- David Martínez Moreno <ender@debian.org>  Thu, 03 Jul 2008 16:40:06 +0200

2007

aoetools (21-1) unstable; urgency=low

   * New upstream release.  Main changes are:
     - Merged Debian modifications for solving bashisms.
     - Now the tools are udev-aware.
     - Added aoe-version tool for getting AoE-related software information.
     - Added aoecfg tool, a full implementation of the config query feature of
       the AoE protocol.
     - Added some additional manpages and clarified copyright.
     - Enhanced aoeping.
   * debian/copyright: Added some information for making clear that Coraid is
     the real copyright holder.
   * debian/control: Added aoe-flush, aoe-version and aoecfg to the
     description.
   * Makefile: Added AOE_CFG_OBJ to the clean target.

 -- David Martínez Moreno <ender@debian.org>  Mon, 10 Dec 2007 03:41:22 +0100

aoetools (15-1) unstable; urgency=low

   * New upstream release:
     - Man pages improved.
     - Missing device nodes trigger an error in the scripts now.
     - aoe-flush command added, for removing devices in driver memory.
     - Support aoe devices without "etherd" prefix in name.
     - Add support for -c flag to aoe-interfaces.
     - Some Debian changes merged.
   * debian/aoetools.init:
     - Change Provides: in the LSB header from 'mountaoe' to 'aoe'.
     - Add a comment about the loading of the aoe module.
     - Rearranged logic a bit, in order to postpone module load until we have a
       valid interface list.  This has the added value of resolving (again) the
       installation in a new system.
     - Sleep 1 second before checking for /dev/etherd/discover, to give udev a
       chance to create the files.
     - Merged most of the modifications to the init script, kindly contributed
       by Glen W. Mabey.  I added robustness and fixed some old errors while at
       it.  This closes: #421554, #408044, #387552 (finally).
   * debian/aoetools.default: Added support for LVMGROUPS and AOEMOUNTS.
   * debian/rules: Added support for creating rc0.d/S34aoetools and
     rc6.d/S34aoetools.
   * debian/copyright: Point to GPL-2 instead of GPL.

 -- David Martínez Moreno <ender@debian.org>  Tue, 04 Sep 2007 03:24:19 +0200

2006

aoetools (11-1.2) unstable; urgency=low

   * Non-maintainer upload.
   * Apply patch from Nelson A. de Oliveira to fix missing dependency on
     lsb-base (closes: #403294)

 -- Andrew Pollock <apollock@debian.org>  Sat, 16 Dec 2006 10:37:05 -0800

aoetools (11-1.1) unstable; urgency=high

   * Non-maintainer upload.
   * Have the init script opportunistically modprobe aoe, and exit out
     if $INTERFACES == none before checking for /dev/etherd, so that the
     PACKAGE installs cleanly on unconfigured systems; patch from
     Steve Langasek. (Closes: #391345)

 -- Steinar H. Gunderson <sesse@debian.org>  Tue, 31 Oct 2006 14:25:41 +0100

aoetools (11-1) unstable; urgency=low

   * New upstream release:
     - Use POSIX shell math instead of relying on bc or dc (closes: #377431).
   * The introduced changes, as is, do not work with discs bigger than 2 GB.
     The problem is that POSIX arithmetic is limited to 2147483648, but not in
     bash.  Probably upstream author (and Warren Turkal) have /bin/sh pointing
     to /bin/bash, so he (they) did not see the problem.  Changed all the
     scripts using bashisms to use /bin/bash.
   * debian/rules: Binaries should go to /sbin instead to /usr/sbin.  If not,
     we are preventing users from using AoE volumes in the early boot process,
     as well as for hosting the /usr directory.  Many thanks to Warren Turkal
     for pointing out this (closes: #388335).
   * debian/control:
     - Added aoe-revalidate to the list of included tools.
     - Bumped policy version to 3.7.2.1.
   * Added /etc/default/aoetools and /etc/init.d/aoetools in order to
     initialize AoE devices just after network goes up (position 41 in runlevel
     S).  Added a README-Debian about this subject.  This closes: #387552.

 -- David Martínez Moreno <ender@debian.org>  Tue, 3 Oct 2006 03:51:32 +0200

aoetools (10-1) unstable; urgency=low

   * New upstream release.  This fixes device creation, so closes: #337300.
   * debian/control:
     - Bump Standards-Version to 3.7.2.0.
     - Bump dependency on debhelper to >= 5.
     - Rewrote the package description.
   * debian/compat: Bumped compatibility to 5.
   * debian/copyright: Changed FSF's address to the new one.
   * Added devnodes.txt to shipped docs.

 -- David Martínez Moreno <ender@debian.org>  Tue, 30 May 2006 04:13:47 +0200

2005

aoetools (4-1) unstable; urgency=low

   * New upstream release. Makefile typo merged upstream, and added TODO file.

 -- David Martínez Moreno <ender@debian.org>  Thu, 16 Jun 2005 17:06:26 +0200

aoetools (3-1) unstable; urgency=low

   * First package release.

 -- David Martínez Moreno <ender@debian.org>  Sat, 23 Apr 2005 03:47:02 +0200