changelog 11 KB

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