ChangeLog 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. commit 17fbf2a6dc9255a6bb832472ae7cda674b55e961
  2. Author: Daniel Baumann <daniel@debian.org>
  3. Date: Sun Sep 28 11:29:01 2008 +0200
  4. Adding GPL headers to all files.
  5. commit d2039e12c8d53472411c91eb8e7a7c0544e13d6d
  6. Author: Daniel Baumann <daniel@debian.org>
  7. Date: Sun Sep 28 10:51:55 2008 +0200
  8. Adding new GPL license file.
  9. commit e4e457f4b57090ecf0539f48dc682ab9afd14ab8
  10. Author: Daniel Baumann <daniel@debian.org>
  11. Date: Fri Sep 26 23:31:12 2008 +0200
  12. Redoing Makefile from scratch.
  13. commit 216568ca3a01ed38962b22c7bf838d15d5a4d98d
  14. Author: Daniel Baumann <daniel@debian.org>
  15. Date: Sat Sep 27 00:17:38 2008 +0200
  16. Removing whitespaces in all files at EOL and EOF.
  17. commit f59157e06561c525605279145057361afa721042
  18. Author: Daniel Baumann <daniel@debian.org>
  19. Date: Fri Sep 26 23:48:56 2008 +0200
  20. Adding Debians dosfslabel.8 manpage from Francois Wendling
  21. <frwendling@free.fr>.
  22. commit c1bacab212d2b7f6ea93914976cb60056ff8276d
  23. Author: Daniel Baumann <daniel@debian.org>
  24. Date: Fri Sep 26 18:36:04 2008 +0200
  25. Updating version.h includes to new location of version.h file.
  26. commit 1dae9f522062037d3539cadf344e0359c644171f
  27. Author: Daniel Baumann <daniel@debian.org>
  28. Date: Fri Sep 26 18:19:36 2008 +0200
  29. Removing old lsm file.
  30. commit d843bec0b987f5582fe048f70e42df18c34d3ae4
  31. Author: Daniel Baumann <daniel@debian.org>
  32. Date: Fri Sep 26 18:07:47 2008 +0200
  33. Removing old cvsignore files.
  34. commit 77fddbc03016752286b26913c62b98f86ee63211
  35. Author: Daniel Baumann <daniel@debian.org>
  36. Date: Fri Sep 26 18:18:39 2008 +0200
  37. Removing old build file.
  38. commit f3e7168fc9eb6f32a6c85021186d84944cefeba8
  39. Author: Daniel Baumann <daniel@debian.org>
  40. Date: Fri Sep 26 18:19:16 2008 +0200
  41. Removing old GPL license files.
  42. commit 68089477036e97911791516ee2167286f26ff819
  43. Author: Daniel Baumann <daniel@debian.org>
  44. Date: Fri Sep 26 18:21:57 2008 +0200
  45. Unifying dosfsck and mkdosfs Makefiles in common src/Makefile.
  46. commit 9432a02d6e7c38872d7b1042f1b8be1b24a57427
  47. Author: Daniel Baumann <daniel@debian.org>
  48. Date: Fri Sep 26 18:04:02 2008 +0200
  49. Unifying dosfsck and mkdosfs sources in common src directory.
  50. commit 0c179b9ee47174d0f34d9fc796d540012740ac01
  51. Author: Daniel Baumann <daniel@debian.org>
  52. Date: Fri Sep 26 18:05:27 2008 +0200
  53. Unifying dosfsck and mkdosfs manpages in common man directory.
  54. commit 2d246c28ba6cfd43be2e44b11283891d922f352b
  55. Author: Daniel Baumann <daniel@debian.org>
  56. Date: Fri Sep 26 18:12:29 2008 +0200
  57. Unifying dosfsck and mkdosfs documents in common doc directory.
  58. commit e5b16990515d0214fd103dd8aa22ff6a3cda4b64
  59. Author: Daniel Baumann <daniel@debian.org>
  60. Date: Fri Sep 26 15:39:51 2008 +0200
  61. Applying Gentoos dosfstools-2.11-preen.patch from Roy Marples
  62. <uberlord@gentoo.org> to alias dosfsck -p to -a:
  63. * Map -p to -a for baselayout-2, #177514.
  64. commit 6a1d974251a9f9a142775ace3a8048149abfa90c
  65. Author: Daniel Baumann <daniel@debian.org>
  66. Date: Fri Sep 26 15:49:43 2008 +0200
  67. Applying Gentoos dosfstools-2.11-build.patch from Mike Frysinger
  68. <vapier@gentoo.org> to improve Makefile:
  69. * Respect user settings #157785/#157786 by Diego Petteno.
  70. commit 1ea49f00e61b554dc833d44e1a3617e923be667e
  71. Author: Daniel Baumann <daniel@debian.org>
  72. Date: Fri Sep 26 15:37:34 2008 +0200
  73. Applying Gentoos dosfstools-2.11-verify-double-count-fix.patch from
  74. Robin H. Johnson <robbat2@gentoo.org> to fix double count of files
  75. during verification:
  76. * Don't double-count n_files during a verification pass.
  77. Bugzilla: http://bugs.gentoo.org/show_bug.cgi?id=99845
  78. commit 2d2f20b2c495fa620c7bb3ec5a0838b08f65ab05
  79. Author: Daniel Baumann <daniel@debian.org>
  80. Date: Fri Sep 26 15:33:36 2008 +0200
  81. Applying Gentoos dosfstools-2.11-fat32size.patch from Mike Frysinger
  82. <vapier@gentoo.org> to fix generation of filesystems on 256meg devices:
  83. * Fix generation of FAT filesystems on devices that are 256meg in size
  84. Patch by Ulrich Mueller and accepted upstream
  85. http://bugs.gentoo.org/112504
  86. commit a86564a9317b2bf9f7734feacdce794f20af74a7
  87. Author: Daniel Baumann <daniel@debian.org>
  88. Date: Fri Sep 26 15:22:06 2008 +0200
  89. Applying Suses dosfstools-2.11-unsupported-sector-size.patch from Petr
  90. Gajdos <pgajdos@suse.cz> to add sector size warning:
  91. * added warning for creation msdos on filesystem with sector size
  92. greater than 4096 [fate#303325]
  93. commit 8171e51f4e02bd9f92bb515ca7896d3cb1b564b5
  94. Author: Daniel Baumann <daniel@debian.org>
  95. Date: Fri Sep 26 15:18:35 2008 +0200
  96. Applying Suses dosfstools-2.11-mkdosfs-geo0.diff from Ludwig Nussel
  97. <lnussel@suse.de> to fix handling of zero heads and sectors:
  98. * the HDIO_GETGEO ioctl works on device mapper devices but returns
  99. zero heads and sectors. Therefore let's a) assume dummy values in
  100. that case in mkdosfs and b) don't consider such fat file systems as
  101. invalid in dosfsck. The Linux kernel accepts them anyways.
  102. commit db887df619f4e995db0ab112334f31464a03fa0e
  103. Author: Daniel Baumann <daniel@debian.org>
  104. Date: Fri Sep 26 15:15:40 2008 +0200
  105. Applying Suses dosfstools-2.11-linuxfs.patch from Ruediger Oertel
  106. <ro@suse.de> to not include linux/fs.h.
  107. commit 7fe3fa643494b26962d542fac38d988ac60f8c09
  108. Author: Daniel Baumann <daniel@debian.org>
  109. Date: Fri Sep 26 15:11:50 2008 +0200
  110. Applying Fedoras dosfstools-2.11-assumeKernel26.patch from Peter Vrabec
  111. <pvrabec@redhat.com> to remove linux 2.6 conditionals:
  112. * LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 0) does not work with
  113. glibc-kernheaders-2.4-9.1.94
  114. commit 90c1c93c100722a03e48be51b1312fe65c1cb156
  115. Author: Daniel Baumann <daniel@debian.org>
  116. Date: Fri Sep 26 15:05:00 2008 +0200
  117. Applying Debians 99-conglomeration.dpatch (no other information
  118. available).
  119. commit bb6541bf4735e3a7f1c71b4722c6d03bb4549eea
  120. Author: Daniel Baumann <daniel@debian.org>
  121. Date: Fri Sep 26 14:26:41 2008 +0200
  122. Applying Debians 15-manpage-files.dpatch from Daniel Baumann
  123. <daniel@debian.org> to improve dosfsck manpage:
  124. * Lists fsckNNNN.rec files in FILES section (Closes: #444596).
  125. commit 49282165866be19d3bc54a3f4bdee2cf3a63ba6c
  126. Author: Daniel Baumann <daniel@debian.org>
  127. Date: Fri Sep 26 14:34:42 2008 +0200
  128. Applying Debians 13-getopt.dpatch from Adonikam Virgo
  129. <adonikam@virgonet.org> to fix mkdosfs getopt:
  130. * Fixes backup sector getopt (Closes: #232387, #479794).
  131. commit c32e44b85f4eac6f6a94bd620eea4abba257042a
  132. Author: Daniel Baumann <daniel@debian.org>
  133. Date: Fri Sep 26 14:34:17 2008 +0200
  134. Applying Debians 12-zero-slot.dpatch by Karl Tomlinson
  135. <karlt@karlt.net> to fix dosfsck zero slot crashes:
  136. * Fixes crashes due to zero slot numbers causing a negative offset in
  137. the call to copy_lfn_part in lfn_add_slot. On amd64 this results in
  138. a SIGSEGV in copy_lfn_part. On x86 the result is heap corruption
  139. and thus sometimes a SIGSEGV or double free abort later. (Closes:
  140. #152550, #353198, #356377, #401798).
  141. commit 370847af533e628aa9e38710e6d50af09f2b71ba
  142. Author: Daniel Baumann <daniel@debian.org>
  143. Date: Fri Sep 26 14:33:54 2008 +0200
  144. Applying Debians 11-memory-efficiency.dpatch from Eero Tamminen
  145. <eero.tamminen@nokia.com> to improve dosfsck memory efficiency:
  146. * Improves memory efficiency when checking filesystems.
  147. commit 28da9f286a52acec7df7ad06cb0679e5f828e7f3
  148. Author: Daniel Baumann <daniel@debian.org>
  149. Date: Fri Sep 26 14:33:28 2008 +0200
  150. Applying Debians 10-manpage-synopsis.dpatch from Daniel Baumann
  151. <daniel@debian.org> to fix manpage synopsis:
  152. * List alternative binary names in manpage synopsis (Closes: #284983).
  153. commit f253073021551c9b58d0f2ac262deb3c1b950b06
  154. Author: Daniel Baumann <daniel@debian.org>
  155. Date: Fri Sep 26 14:32:46 2008 +0200
  156. Applying Debians 09-manpage-fat32.dpatch from Daniel Baumann
  157. <daniel@debian.org> to improve mkdosfs manpage:
  158. * Don't claim that FAT32 is not choosed automatically (Closes:
  159. #414183).
  160. commit f37c07aec3972cfc0db374d544ee3b27c0b4b20b
  161. Author: Daniel Baumann <daniel@debian.org>
  162. Date: Fri Sep 26 14:32:23 2008 +0200
  163. Applying Debians 08-manpage-drop.dpatch from Daniel Baumann
  164. <daniel@debian.org> to improve dosfsck manpage:
  165. * Don't use confusing word 'drop' when 'delete' is meant (Closes:
  166. #134100).
  167. commit 3f970c65586da2f44d2a49b639e89341bbaf1fba
  168. Author: Daniel Baumann <daniel@debian.org>
  169. Date: Fri Sep 26 14:31:50 2008 +0200
  170. Applying Debians 07-manpage-spelling.dpatch from Justin Pryzby
  171. <justinpryzby@users.sourceforge.net> to fix mkdosfs manpage typos.
  172. commit 18678ba5f3a10c2a54ffee735651d7a265ae7d54
  173. Author: Daniel Baumann <daniel@debian.org>
  174. Date: Fri Sep 26 14:30:31 2008 +0200
  175. Applying Suses dosfstools-2.11_determine-sector-size.patch from Petr
  176. Gajdos <pgajdos@suse.cz> to determine mkdosfs sector size automatically:
  177. * determine sector size of device automatically or if -S parameter
  178. present, verify, that it's not under physical sector size
  179. commit 29753931b078856d78f473cfb6273e111a26891e
  180. Author: Daniel Baumann <daniel@debian.org>
  181. Date: Fri Sep 26 14:30:03 2008 +0200
  182. Applying Suses dosfstools-2.11-o_excl.patch from Pavol Rusnak
  183. <prusnak@suse.cz> to use O_EXCL in mkdosfs:
  184. * mkdosfs now opens device with O_EXCL [#238687]
  185. commit 16bb7b09ad9eaf0fe37a732cabcdbdf975b77d3e
  186. Author: Daniel Baumann <daniel@debian.org>
  187. Date: Fri Sep 26 14:29:36 2008 +0200
  188. Applying Debians 04-unaligned-memory.dpatch from Khalid Aziz
  189. <khalid_aziz@hp.com> to fix dosfsck unaligned memory accesses:
  190. * Fix unaligned memory accesses which cause warnings to appear
  191. everytime the elilo bootloader script runs. This has led a number
  192. of users to believe their install has failed (Closes: #258839).
  193. commit 1298cc8f37eaa27ca542b8b7186ea5a47a63cd7e
  194. Author: Daniel Baumann <daniel@debian.org>
  195. Date: Fri Sep 26 13:47:40 2008 +0200
  196. Applying Fedoras dosfstools-2.11-label.patch from Jeremy Katz
  197. <katzj@redhat.com> to add dosfslabel (originally by Peter Jones).
  198. commit d23890e1d89770d6d2ba58362c2fc4ebafbde15c
  199. Author: Daniel Baumann <daniel@debian.org>
  200. Date: Fri Sep 26 13:41:14 2008 +0200
  201. Applying Fedoras dosfstools-2.11-fortify.patch from Jakub Jelinek
  202. <jakub@redhat.com> to make it build with -D_FORTIFY_SOURCE=2:
  203. * This violates -D_FORTIFY_SOURCE=2 (which is stricter than C
  204. standard), but isn't actually any buffer overflow. But using memcpy
  205. is more efficient anyway.
  206. commit 7dbd82000e59246c1c2f8c280c4491259e10a767
  207. Author: Daniel Baumann <daniel@debian.org>
  208. Date: Fri Sep 26 13:40:47 2008 +0200
  209. Applying Fedoras dosfstools-2.7-argfix.patch (no other information
  210. available).
  211. commit 88f3b3139c72ac11cb3dd3f5afa8dbb2198a8de5
  212. Author: Daniel Baumann <daniel@debian.org>
  213. Date: Thu Jun 26 12:45:36 2008 +0200
  214. Adding upstream version 2.11.