changelog 9.9 KB

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