changelog 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. aoetools (26-1) unstable; urgency=low
  2. * New upstream release (closes: #475135). Main changes are:
  3. - Merged Debian changes for Makefile.
  4. - Add sos-linux tool for collecting localhost information (not shipped).
  5. - Create coraid-update for uploading update file to an update target.
  6. - Make aoeping and aoecfg more conforming to AoE protocol.
  7. - Support new payload size information from AoE driver.
  8. - Handle aoe-flush without arguments correctly.
  9. - Aoe-flush: support flushing specific devices.
  10. - Fixed and added several manpages.
  11. * debian/aoetools.docs: Removed TODO.
  12. * aoe-flush.in: Patched to comply with dash-compliant shells.
  13. * debian/control:
  14. - Added a Homepage field.
  15. - Bumped Standards-Version to 3.8.0.
  16. - Reordered utilities in Description and added coraid-update.
  17. -- David Martínez Moreno <ender@debian.org> Thu, 03 Jul 2008 16:40:06 +0200
  18. aoetools (21-1) unstable; urgency=low
  19. * New upstream release. Main changes are:
  20. - Merged Debian modifications for solving bashisms.
  21. - Now the tools are udev-aware.
  22. - Added aoe-version tool for getting AoE-related software information.
  23. - Added aoecfg tool, a full implementation of the config query feature of
  24. the AoE protocol.
  25. - Added some additional manpages and clarified copyright.
  26. - Enhanced aoeping.
  27. * debian/copyright: Added some information for making clear that Coraid is
  28. the real copyright holder.
  29. * debian/control: Added aoe-flush, aoe-version and aoecfg to the
  30. description.
  31. * Makefile: Added AOE_CFG_OBJ to the clean target.
  32. -- David Martínez Moreno <ender@debian.org> Mon, 10 Dec 2007 03:41:22 +0100
  33. aoetools (15-1) unstable; urgency=low
  34. * New upstream release:
  35. - Man pages improved.
  36. - Missing device nodes trigger an error in the scripts now.
  37. - aoe-flush command added, for removing devices in driver memory.
  38. - Support aoe devices without "etherd" prefix in name.
  39. - Add support for -c flag to aoe-interfaces.
  40. - Some Debian changes merged.
  41. * debian/aoetools.init:
  42. - Change Provides: in the LSB header from 'mountaoe' to 'aoe'.
  43. - Add a comment about the loading of the aoe module.
  44. - Rearranged logic a bit, in order to postpone module load until we have a
  45. valid interface list. This has the added value of resolving (again) the
  46. installation in a new system.
  47. - Sleep 1 second before checking for /dev/etherd/discover, to give udev a
  48. chance to create the files.
  49. - Merged most of the modifications to the init script, kindly contributed
  50. by Glen W. Mabey. I added robustness and fixed some old errors while at
  51. it. This closes: #421554, #408044, #387552 (finally).
  52. * debian/aoetools.default: Added support for LVMGROUPS and AOEMOUNTS.
  53. * debian/rules: Added support for creating rc0.d/S34aoetools and
  54. rc6.d/S34aoetools.
  55. * debian/copyright: Point to GPL-2 instead of GPL.
  56. -- David Martínez Moreno <ender@debian.org> Tue, 04 Sep 2007 03:24:19 +0200
  57. aoetools (11-1.2) unstable; urgency=low
  58. * Non-maintainer upload.
  59. * Apply patch from Nelson A. de Oliveira to fix missing dependency on
  60. lsb-base (closes: #403294)
  61. -- Andrew Pollock <apollock@debian.org> Sat, 16 Dec 2006 10:37:05 -0800
  62. aoetools (11-1.1) unstable; urgency=high
  63. * Non-maintainer upload.
  64. * Have the init script opportunistically modprobe aoe, and exit out
  65. if $INTERFACES == none before checking for /dev/etherd, so that the
  66. PACKAGE installs cleanly on unconfigured systems; patch from
  67. Steve Langasek. (Closes: #391345)
  68. -- Steinar H. Gunderson <sesse@debian.org> Tue, 31 Oct 2006 14:25:41 +0100
  69. aoetools (11-1) unstable; urgency=low
  70. * New upstream release:
  71. - Use POSIX shell math instead of relying on bc or dc (closes: #377431).
  72. * The introduced changes, as is, do not work with discs bigger than 2 GB.
  73. The problem is that POSIX arithmetic is limited to 2147483648, but not in
  74. bash. Probably upstream author (and Warren Turkal) have /bin/sh pointing
  75. to /bin/bash, so he (they) did not see the problem. Changed all the
  76. scripts using bashisms to use /bin/bash.
  77. * debian/rules: Binaries should go to /sbin instead to /usr/sbin. If not,
  78. we are preventing users from using AoE volumes in the early boot process,
  79. as well as for hosting the /usr directory. Many thanks to Warren Turkal
  80. for pointing out this (closes: #388335).
  81. * debian/control:
  82. - Added aoe-revalidate to the list of included tools.
  83. - Bumped policy version to 3.7.2.1.
  84. * Added /etc/default/aoetools and /etc/init.d/aoetools in order to
  85. initialize AoE devices just after network goes up (position 41 in runlevel
  86. S). Added a README-Debian about this subject. This closes: #387552.
  87. -- David Martínez Moreno <ender@debian.org> Tue, 3 Oct 2006 03:51:32 +0200
  88. aoetools (10-1) unstable; urgency=low
  89. * New upstream release. This fixes device creation, so closes: #337300.
  90. * debian/control:
  91. - Bump Standards-Version to 3.7.2.0.
  92. - Bump dependency on debhelper to >= 5.
  93. - Rewrote the package description.
  94. * debian/compat: Bumped compatibility to 5.
  95. * debian/copyright: Changed FSF's address to the new one.
  96. * Added devnodes.txt to shipped docs.
  97. -- David Martínez Moreno <ender@debian.org> Tue, 30 May 2006 04:13:47 +0200
  98. aoetools (4-1) unstable; urgency=low
  99. * New upstream release. Makefile typo merged upstream, and added TODO file.
  100. -- David Martínez Moreno <ender@debian.org> Thu, 16 Jun 2005 17:06:26 +0200
  101. aoetools (3-1) unstable; urgency=low
  102. * First package release.
  103. -- David Martínez Moreno <ender@debian.org> Sat, 23 Apr 2005 03:47:02 +0200