changelog 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. aoetools (36-1) UNRELEASED; urgency=low
  2. * New upstream release:
  3. - Support debugfs-exported debug info in sos-linux.
  4. - Add pkg subdirectory for distro-specific packaging files.
  5. - Only use one of the sysfs version files in aoe-version.
  6. - Restore payload field in aoe-stat output.
  7. - Handle missing sysfs files in aoe-stat.
  8. - Update docs for 3.x kernels.
  9. * Moved this package to 3.0 (quilt) format.
  10. * Bumped DH compat to 9.
  11. * debian/control:
  12. - Depend on debhelper (>> 9), removed quilt.
  13. - Bump Standards-Version to 3.9.5.
  14. - Added mention in the Description that this can run on 3.x kernels.
  15. - Added Vcs-* fields.
  16. -- David Martínez Moreno <ender@debian.org> Sun, 12 Jan 2014 15:05:34 -0800
  17. aoetools (32-1) unstable; urgency=low
  18. * New upstream release:
  19. - New tool: aoe-sancheck - diagnoses MTU and other network issues.
  20. * Fixed part of #559335. I'm not convinced that we should alter the
  21. syntax of /etc/default/aoetools, though. Now the init script does not
  22. try to unmount filesystems already unmounted.
  23. -- David Martínez Moreno <ender@debian.org> Mon, 18 Oct 2010 11:35:37 +0200
  24. aoetools (30-3) unstable; urgency=low
  25. * debian/rules:
  26. - Added NEWS to dh_installchangelog.
  27. * debian/control: Removed Section and Priority from the binary section.
  28. * debian/patches:
  29. - Removed old patches.
  30. - Added 02_no_hyphen_in_manpages.patch to fix all lintian warnings.
  31. - Added descriptions to patches.
  32. -- David Martínez Moreno <ender@debian.org> Sun, 06 Sep 2009 00:17:09 +0200
  33. aoetools (30-2) unstable; urgency=low
  34. * When loading the kernel module, marshal into the module the list of
  35. interfaces that we want to run AoE over. This fixes an obscure security
  36. problem where AoE traffic could go over a different interface than the
  37. one specified by the administrator (closes: #408042). Thanks, Jacques
  38. Normand for the explanation and Juan Céspedes for the patch.
  39. * debian/rules: Rewrote some part in order to be more verbose and solve
  40. the case when no volume is mounted. Thanks, Ferenc Wagner (closes:
  41. #492905).
  42. -- David Martínez Moreno <ender@debian.org> Sat, 05 Sep 2009 18:12:34 +0200
  43. aoetools (30-1) unstable; urgency=low
  44. * New upstream release:
  45. - Enhanced manpages.
  46. - aoe-version modinfo workaround.
  47. - Merged Debian changes to aoe-flush into upstream.
  48. - aoeping: recognize errors in SMART command response
  49. * debian/rules: Moved patches from diff.gz to quilt.
  50. * debian/control:
  51. - Added B-D on quilt.
  52. - Fixed a typo in Description.
  53. - Bumped Standards-Version to 3.8.2 (no changes).
  54. * debian/compat: Bumped DH version to 5.
  55. -- David Martínez Moreno <ender@debian.org> Thu, 13 Aug 2009 02:22:20 +0200
  56. aoetools (26-1) unstable; urgency=low
  57. * New upstream release (closes: #475135). Main changes are:
  58. - Merged Debian changes for Makefile.
  59. - Add sos-linux tool for collecting localhost information (not shipped).
  60. - Create coraid-update for uploading update file to an update target.
  61. - Make aoeping and aoecfg more conforming to AoE protocol.
  62. - Support new payload size information from AoE driver.
  63. - Handle aoe-flush without arguments correctly.
  64. - aoe-flush: support flushing specific devices.
  65. - Fixed and added several manpages.
  66. * debian/aoetools.docs: Removed TODO.
  67. * aoe-flush.in: Patched to comply with dash-compliant shells.
  68. * debian/control:
  69. - Added a Homepage field.
  70. - Bumped Standards-Version to 3.8.0.
  71. - Reordered utilities in Description and added coraid-update.
  72. -- David Martínez Moreno <ender@debian.org> Thu, 03 Jul 2008 16:40:06 +0200
  73. aoetools (21-1) unstable; urgency=low
  74. * New upstream release. Main changes are:
  75. - Merged Debian modifications for solving bashisms.
  76. - Now the tools are udev-aware.
  77. - Added aoe-version tool for getting AoE-related software information.
  78. - Added aoecfg tool, a full implementation of the config query feature of
  79. the AoE protocol.
  80. - Added some additional manpages and clarified copyright.
  81. - Enhanced aoeping.
  82. * debian/copyright: Added some information for making clear that Coraid is
  83. the real copyright holder.
  84. * debian/control: Added aoe-flush, aoe-version and aoecfg to the
  85. description.
  86. * Makefile: Added AOE_CFG_OBJ to the clean target.
  87. -- David Martínez Moreno <ender@debian.org> Mon, 10 Dec 2007 03:41:22 +0100
  88. aoetools (15-1) unstable; urgency=low
  89. * New upstream release:
  90. - Man pages improved.
  91. - Missing device nodes trigger an error in the scripts now.
  92. - aoe-flush command added, for removing devices in driver memory.
  93. - Support aoe devices without "etherd" prefix in name.
  94. - Add support for -c flag to aoe-interfaces.
  95. - Some Debian changes merged.
  96. * debian/aoetools.init:
  97. - Change Provides: in the LSB header from 'mountaoe' to 'aoe'.
  98. - Add a comment about the loading of the aoe module.
  99. - Rearranged logic a bit, in order to postpone module load until we have a
  100. valid interface list. This has the added value of resolving (again) the
  101. installation in a new system.
  102. - Sleep 1 second before checking for /dev/etherd/discover, to give udev a
  103. chance to create the files.
  104. - Merged most of the modifications to the init script, kindly contributed
  105. by Glen W. Mabey. I added robustness and fixed some old errors while at
  106. it. This closes: #421554, #408044, #387552 (finally).
  107. * debian/aoetools.default: Added support for LVMGROUPS and AOEMOUNTS.
  108. * debian/rules: Added support for creating rc0.d/S34aoetools and
  109. rc6.d/S34aoetools.
  110. * debian/copyright: Point to GPL-2 instead of GPL.
  111. -- David Martínez Moreno <ender@debian.org> Tue, 04 Sep 2007 03:24:19 +0200
  112. aoetools (11-1.2) unstable; urgency=low
  113. * Non-maintainer upload.
  114. * Apply patch from Nelson A. de Oliveira to fix missing dependency on
  115. lsb-base (closes: #403294)
  116. -- Andrew Pollock <apollock@debian.org> Sat, 16 Dec 2006 10:37:05 -0800
  117. aoetools (11-1.1) unstable; urgency=high
  118. * Non-maintainer upload.
  119. * Have the init script opportunistically modprobe aoe, and exit out
  120. if $INTERFACES == none before checking for /dev/etherd, so that the
  121. PACKAGE installs cleanly on unconfigured systems; patch from
  122. Steve Langasek. (Closes: #391345)
  123. -- Steinar H. Gunderson <sesse@debian.org> Tue, 31 Oct 2006 14:25:41 +0100
  124. aoetools (11-1) unstable; urgency=low
  125. * New upstream release:
  126. - Use POSIX shell math instead of relying on bc or dc (closes: #377431).
  127. * The introduced changes, as is, do not work with discs bigger than 2 GB.
  128. The problem is that POSIX arithmetic is limited to 2147483648, but not in
  129. bash. Probably upstream author (and Warren Turkal) have /bin/sh pointing
  130. to /bin/bash, so he (they) did not see the problem. Changed all the
  131. scripts using bashisms to use /bin/bash.
  132. * debian/rules: Binaries should go to /sbin instead to /usr/sbin. If not,
  133. we are preventing users from using AoE volumes in the early boot process,
  134. as well as for hosting the /usr directory. Many thanks to Warren Turkal
  135. for pointing out this (closes: #388335).
  136. * debian/control:
  137. - Added aoe-revalidate to the list of included tools.
  138. - Bumped policy version to 3.7.2.1.
  139. * Added /etc/default/aoetools and /etc/init.d/aoetools in order to
  140. initialize AoE devices just after network goes up (position 41 in runlevel
  141. S). Added a README-Debian about this subject. This closes: #387552.
  142. -- David Martínez Moreno <ender@debian.org> Tue, 3 Oct 2006 03:51:32 +0200
  143. aoetools (10-1) unstable; urgency=low
  144. * New upstream release. This fixes device creation, so closes: #337300.
  145. * debian/control:
  146. - Bump Standards-Version to 3.7.2.0.
  147. - Bump dependency on debhelper to >= 5.
  148. - Rewrote the package description.
  149. * debian/compat: Bumped compatibility to 5.
  150. * debian/copyright: Changed FSF's address to the new one.
  151. * Added devnodes.txt to shipped docs.
  152. -- David Martínez Moreno <ender@debian.org> Tue, 30 May 2006 04:13:47 +0200
  153. aoetools (4-1) unstable; urgency=low
  154. * New upstream release. Makefile typo merged upstream, and added TODO file.
  155. -- David Martínez Moreno <ender@debian.org> Thu, 16 Jun 2005 17:06:26 +0200
  156. aoetools (3-1) unstable; urgency=low
  157. * First package release.
  158. -- David Martínez Moreno <ender@debian.org> Sat, 23 Apr 2005 03:47:02 +0200