changelog 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065
  1. rsync (3.0.9-1ubuntu1.0~rzr1) harmattan; urgency=low
  2. * WIP: http://rzr.online.fr/q/rsync
  3. -- Philippe Coval <rzr@gna.org> Thu, 22 Mar 2012 07:31:03 +0100
  4. rsync (3.0.9-1.0~rzr1) lucid; urgency=low
  5. * Non-maintainer upload.
  6. * http://rzr.online.fr/q/harmattan
  7. -- Philippe Coval <rzr@gna.org> Tue, 08 Nov 2011 23:59:47 +0100
  8. rsync (3.0.9-1ubuntu1) precise; urgency=low
  9. * Mark rsync Multi-Arch: foreign.
  10. -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 08 Nov 2011 10:56:28 -0800
  11. rsync (3.0.9-1) unstable; urgency=low
  12. * new upstream release.
  13. * Bumped Standards-Version to 3.9.2.0 (no change necessary).
  14. * manpage no longer shows erroneous default for --delete-before.
  15. (upstream fix)
  16. closes:#640869,#587567
  17. * manpage now mentions that --files-from sorts the filenames.
  18. (upstream fix)
  19. closes:#536755
  20. * init.d script checks nice value correctly now.
  21. closes:#586707
  22. * fixed typo in comment in sample script rrsync.
  23. closes:#635603
  24. * Updated package description and included homepage line.
  25. closes:#614098
  26. * Correct error message when using --delete-delay when dying in certain cases.
  27. See also #587567
  28. closes:#586551
  29. * included rsync.service file for systemd, supplied by Michael Stapelberg.
  30. closes:#639632
  31. * conflict with duplicity < 0.6.11 as that tries to use rsync:// in
  32. combination with ::module syntax, which is not allowed (but used to be
  33. accepted in older rsync versions).
  34. closes:#605731
  35. -- Paul Slootman <paul@debian.org> Tue, 04 Oct 2011 18:54:56 +0200
  36. rsync (3.0.9~pre2-2) experimental; urgency=low
  37. * updated lintian override. This is a modified version optimized for the
  38. rsync protocol. I.e. the standard zlib version will not work as well.
  39. * included rsync.service file supplied by Michael Stapelberg,
  40. see bug#639632
  41. -- Paul Slootman <paul@debian.org> Tue, 13 Sep 2011 15:52:42 +0200
  42. rsync (3.0.9~pre2-1) experimental; urgency=low
  43. * new upstream prerelease.
  44. -- Paul Slootman <paul@debian.org> Tue, 13 Sep 2011 15:03:03 +0200
  45. rsync (3.0.8-1) unstable; urgency=low
  46. * new upstream release.
  47. * Bumped Standards-Version to 3.9.1.0 (no change necessary).
  48. -- Paul Slootman <paul@debian.org> Thu, 14 Apr 2011 15:10:52 +0200
  49. rsync (3.0.7-2) unstable; urgency=low
  50. * Remove symlink for stop script in rc1.d/ as S01killprocs should take care
  51. of this. Lintian override also no longer necessary.
  52. closes:#563864
  53. * init script doesn't exit with fail if /etc/rsyncd.conf doesn't exist.
  54. closes:#515769
  55. * Bumped Standards-Version to 3.8.4 (no chenge necessary).
  56. -- Paul Slootman <paul@debian.org> Wed, 17 Feb 2010 17:38:22 +0100
  57. rsync (3.0.7-1) unstable; urgency=low
  58. * new upstream release.
  59. * Use $DAEMON consistently in the init.d script. Also use RSYNC_PID_FILE and
  60. RSYNC_DEFAULTS_FILE while we're at it.
  61. closes:#558771
  62. * Remove stop links, they serve no useful purpose. Also start it a bit later
  63. so that startup seems faster. (However, dependency-based boot sequencing
  64. may interfere with this.) Lintian override was necessary for omitting the
  65. stop scripts in 0 and 6.
  66. closes:#534577
  67. * Add support for running rsync under ionice, via an entry in
  68. /etc/default/rsync .
  69. closes:#553458
  70. * The --delete option displays a better message now when used without -d.
  71. closes:#544719
  72. -- Paul Slootman <paul@debian.org> Tue, 05 Jan 2010 12:50:44 +0100
  73. rsync (3.0.6-1) unstable; urgency=low
  74. * new upstream release.
  75. * Manpage now states that MD5 is used for protocol version 30 and higher.
  76. closes:#520330
  77. * Updated to standards version 3.8.2. Added debian/README.source .
  78. * Added lintian override for embedded-zlib, as this is a modified version
  79. optimized for the rsync protocol. I.e. the standard zlib version will not
  80. work as well.
  81. * Added a 'status' option to the init.d script.
  82. closes:#492138
  83. * Manpage now declares --delete-during to be the default in the summary.
  84. closes:#472767,#476368
  85. -- Paul Slootman <paul@debian.org> Wed, 17 Jun 2009 13:43:12 +0200
  86. rsync (3.0.5-1) unstable; urgency=low
  87. * new upstream release.
  88. * From the upstream NEWS file:
  89. Fixed a bug when using --sparse on a sparse file that has over 2GB of
  90. consecutive sparse data.
  91. closes:#512635
  92. -- Paul Slootman <paul@debian.org> Thu, 22 Jan 2009 15:05:27 +0100
  93. rsync (3.0.4-3) unstable; urgency=low
  94. * When transferring files from an older rsync daemon without any options,
  95. the daemon complained about "unknown option: -". Fixed that with a
  96. patch from Matt McCutchen.
  97. closes:#493559
  98. * Sometimes rsync crashed with a segfault when transferring files with -X
  99. (preserve extended attributes). Fixed that with a patch from upstream
  100. (Wayne Davison).
  101. closes:#498083
  102. -- Paul Slootman <paul@debian.org> Wed, 24 Sep 2008 11:35:15 +0200
  103. rsync (3.0.4-2) unstable; urgency=low
  104. * The log format '%P' patch accidentally reverted an ability to transform a
  105. relative module path into an absolute one when chroot was not enabled.
  106. -- Paul Slootman <paul@debian.org> Fri, 12 Sep 2008 11:00:20 +0200
  107. rsync (3.0.4-1) unstable; urgency=low
  108. * new upstream release.
  109. * Fix log format '%P' when a module is chrooted.
  110. closes:#493539
  111. * Add a comment to the rsyncd.conf manpage that a hash sign (for comments)
  112. can only be used at the beginning of a line.
  113. closes:#498332
  114. -- Paul Slootman <paul@debian.org> Thu, 11 Sep 2008 11:57:46 +0200
  115. rsync (3.0.3-2) unstable; urgency=low
  116. * Included some patches from the upcoming 3.0.4 release, which I consider
  117. important enough to include now. See debian/patches/README for the
  118. details.
  119. * Ensure that the build bails out if patching fails.
  120. * Added md5sums for this package.
  121. closes:#484343
  122. * Updated to standards version 3.7.3. No changes necessary.
  123. -- Paul Slootman <paul@debian.org> Fri, 25 Jul 2008 10:43:00 +0200
  124. rsync (3.0.3-1) unstable; urgency=low
  125. * New upstream release
  126. -- Paul Slootman <paul@debian.org> Wed, 02 Jul 2008 11:07:22 +0200
  127. rsync (3.0.2-2) unstable; urgency=low
  128. * Fixed a crash if a non-incremental-recursion transfer has a skipped file
  129. in a set of hard-links.
  130. closes:#477931
  131. -- Paul Slootman <paul@debian.org> Mon, 28 Apr 2008 13:06:35 +0200
  132. rsync (3.0.2-1) unstable; urgency=high
  133. * new upstream release
  134. * fixes security problem: potential buffer overflow in the
  135. extended attribute support. For more info, see
  136. http://rsync.samba.org/security.html
  137. -- Paul Slootman <paul@debian.org> Tue, 08 Apr 2008 19:34:22 +0200
  138. rsync (3.0.1-1) unstable; urgency=low
  139. * new upstream release
  140. * call ssh with -6 option if rsync was called with -6 option,
  141. and ditto for -4 option.
  142. Upstream considers the -4 and -6 options for use only when talking to a
  143. daemon, hence this change will remain a Debian-only feature.
  144. closes:367319
  145. -- Paul Slootman <paul@debian.org> Fri, 04 Apr 2008 12:36:56 +0200
  146. rsync (3.0.1~pre3-1) experimental; urgency=low
  147. * prerelease version
  148. -- Paul Slootman <paul@debian.org> Mon, 31 Mar 2008 15:29:51 +0200
  149. rsync (3.0.0-3) unstable; urgency=low
  150. * unreleased
  151. * call ssh with -6 option if rsync was called with -6 option,
  152. and ditto for -4 option.
  153. closes:367319
  154. -- Paul Slootman <paul@debian.org> Tue, 04 Mar 2008 18:51:47 +0100
  155. rsync (3.0.0-2) unstable; urgency=low
  156. * patch from upstream to fix crash in single-use daemon mode.
  157. see #469172, although this only fixes the secondary part of that report.
  158. -- Paul Slootman <paul@debian.org> Tue, 04 Mar 2008 12:34:03 +0100
  159. rsync (3.0.0-1) unstable; urgency=low
  160. * new upstream release
  161. * manpage typo fixed upstream.
  162. closes:#414636
  163. * fixed LSB header in init.d script.
  164. closes:#458442
  165. * the progress display will not show negative values, if the file changes
  166. (becomes shorter) during the transfer.
  167. closes:#415648
  168. * manpage now correctly show the short form of copy-dirlinks as -k, not -K
  169. closes:#418923
  170. * invalid free() pointer doesn't occur anymore.
  171. closes:#451558
  172. * rsync will now write in log when --exclude-from is stdin.
  173. closes:#466950
  174. * check for rsyncd.conf in init.d script when starting or restarting.
  175. closes:#412448
  176. * include scripts from upstream support directory in
  177. /usr/share/doc/rsync/scripts/
  178. closes:#458200
  179. * include example logrotate config file in /usr/share/doc/rsync/examples/
  180. closes:#416316
  181. * filename conversion is now possible with the --iconv option. Noe exactly
  182. what was asked, but close enough IMHO to close:#320223
  183. -- Paul Slootman <paul@debian.org> Sun, 02 Mar 2008 13:45:09 +0100
  184. rsync (3.0.0~pre10-1) experimental; urgency=low
  185. * OK, one more prerelease version
  186. * fixed LSB header in init.d script.
  187. closes:#458442
  188. * manpage typo fixed.
  189. closes:#414636
  190. -- Paul Slootman <paul@debian.org> Wed, 20 Feb 2008 11:20:47 +0100
  191. rsync (3.0.0~pre9-1) experimental; urgency=low
  192. * prerelease version 9 of 3.0.0, hopefully the last before official 3.0.0
  193. * Updated fsf.org link to GPL-3 text in copyright file.
  194. -- Paul Slootman <paul@debian.org> Mon, 11 Feb 2008 11:35:13 +0100
  195. rsync (3.0.0~pre8-2) experimental; urgency=low
  196. * fix hardlinking 64-bit inodes
  197. -- Paul Slootman <paul@debian.org> Mon, 04 Feb 2008 16:25:54 +0100
  198. rsync (3.0.0~pre8-1) experimental; urgency=low
  199. * prerelease version 8 of 3.0.0
  200. -- Paul Slootman <paul@debian.org> Sun, 13 Jan 2008 13:37:17 +0100
  201. rsync (3.0.0~pre7-1) experimental; urgency=low
  202. * prerelease version 7 of 3.0.0
  203. * includes fix for the recent CVE-2007-6199, CVE-2007-6200 vulnerabilities
  204. * modified the way supplemental patches from debian/patches/ are applied
  205. (accept both .patch and .diff extensions)
  206. -- Paul Slootman <paul@debian.org> Thu, 20 Dec 2007 12:53:35 +0100
  207. rsync (3.0.0~pre6-1) experimental; urgency=low
  208. * prerelease version 6 of 3.0.0
  209. -- Paul Slootman <paul@debian.org> Wed, 28 Nov 2007 12:54:15 +0100
  210. rsync (3.0.0~pre5-1) experimental; urgency=low
  211. * prerelease version 5 of 3.0.0
  212. -- Paul Slootman <paul@debian.org> Mon, 12 Nov 2007 12:30:38 +0100
  213. rsync (3.0.0~pre4-1) experimental; urgency=low
  214. * prerelease version 4 of 3.0.0
  215. -- Paul Slootman <paul@debian.org> Thu, 08 Nov 2007 19:32:18 +0100
  216. rsync (3.0.0~pre1-1) experimental; urgency=low
  217. * prerelease version 1 of 3.0.0
  218. -- Paul Slootman <paul@debian.org> Fri, 05 Oct 2007 11:06:31 +0200
  219. rsync (2.6.9-5) unstable; urgency=high
  220. * fix two off-by-one errors leading to potential buffer overflow which may
  221. corrupt the stack (CVE-2007-4091)
  222. closes:#438125
  223. -- Paul Slootman <paul@debian.org> Wed, 15 Aug 2007 21:24:47 +0200
  224. rsync (2.6.9-4) unstable; urgency=low
  225. * Check for empty filename (buggy kernel may have that in /sys)
  226. * include README.Debian in the package...
  227. * init.d script checks whether rsync stays running, or whether it was
  228. running during a restart.
  229. closes:#412448
  230. * fixed typos in manpage
  231. closes:414636
  232. -- Paul Slootman <paul@debian.org> Thu, 26 Jul 2007 19:03:54 +0200
  233. rsync (2.6.9-3) unstable; urgency=low
  234. * Add patch from upstream to fix error when using -vv together with --stats.
  235. closes:#402381
  236. * treat errno == ENOSYS the same as errno == ENOTSUP on hppa as far as ACL
  237. support is concerned.
  238. closes:#401189
  239. -- Paul Slootman <paul@debian.org> Tue, 12 Dec 2006 14:39:43 +0100
  240. rsync (2.6.9-2) unstable; urgency=low
  241. * Applied patch from upstream to fix problem
  242. with --acl together with --delete
  243. (see http://lists.samba.org/archiv:ee/rsync/2006-November/016706.html)
  244. * Couple of adjustments to manpage formatting.
  245. -- Paul Slootman <paul@debian.org> Mon, 20 Nov 2006 15:43:12 +0100
  246. rsync (2.6.9-1) unstable; urgency=low
  247. * New upstream release.
  248. * (from experimental version 2.6.9~pre3-1)
  249. Applied a mix of the patches from Martin Pitt and David Härdeman for
  250. LSBfying init script.
  251. closes:#375985,#385877
  252. * Upstream now includes the patch for replacing a dir with a symlink when
  253. using --delete-after.
  254. closes:#350522
  255. * Now includes the ACL patch.
  256. -- Paul Slootman <paul@debian.org> Tue, 7 Nov 2006 12:32:20 +0100
  257. rsync (2.6.9~pre3-1) experimental; urgency=low
  258. * 2.6.9-pre3
  259. * Applied a mix of the patches from Martin Pitt and David Härdeman for
  260. LSBfying init script.
  261. closes:#375985,#385877
  262. * Updated policy version from 3.6.2 to 3.7.2; no changes needed
  263. * Applied ACL patch. Please test :-)
  264. -- Paul Slootman <paul@debian.org> Fri, 27 Oct 2006 12:27:45 +0200
  265. rsync (2.6.9~pre1-1) experimental; urgency=low
  266. * 1st prerelease of rsync-2.6.9
  267. -- Paul Slootman <paul@debian.org> Sat, 14 Oct 2006 18:48:27 +0200
  268. rsync (2.6.8-2) unstable; urgency=low
  269. * Ignore empty value for RSYNC_NICE.
  270. closes:#365261
  271. -- Paul Slootman <paul@debian.org> Sat, 29 Apr 2006 13:07:43 +0200
  272. rsync (2.6.8-1) unstable; urgency=low
  273. * new upstream version
  274. * Updated standards version to 3.6.2 (no changes necessary).
  275. * (from experimental version 2.6.7-2.6.8pre1):
  276. Split ssh suggestion into openssh-server and openssh-client.
  277. Also added blurb about supplying daemon functionality in the description.
  278. closes:#356994
  279. * (from experimental version 2.6.7-2.6.8pre1):
  280. Added support for running rsyncd at a nice value via the defaults file.
  281. closes:#354306
  282. -- Paul Slootman <paul@debian.org> Mon, 24 Apr 2006 12:26:19 +0200
  283. rsync (2.6.7-2.6.8pre1) experimental; urgency=low
  284. * new upstream version (prerelease 2.6.8pre1).
  285. * Split ssh suggestion into openssh-server and openssh-client
  286. as suggested in #356994 (not closing yet). Also added blurb
  287. about supplying daemon functionality in the description.
  288. * Added support for running rsyncd at a nice value via the defaults file,
  289. as suggested in #354306 (not closing yet).
  290. -- Paul Slootman <paul@debian.org> Thu, 13 Apr 2006 10:51:39 +0200
  291. rsync (2.6.7-1) unstable; urgency=low
  292. * new upstream version.
  293. closes:#357314
  294. * Includes a patch for an exclude bug when dealing with --relative
  295. while copying an absolute path. This bug will lead to 2.6.8 being released
  296. within the next couple of weeks, but this way 2.6.7 can get some Debian
  297. exposure before then.
  298. * Removed mention of ssh being a suitable replacement for rsh.
  299. closes:#324200
  300. * Fixed "!" in ~/.cvsignore.
  301. closes:#314473
  302. -- Paul Slootman <paul@debian.org> Fri, 17 Mar 2006 11:39:22 +0100
  303. rsync (2.6.6-1) unstable; urgency=low
  304. * new upstream version.
  305. bug-fix release to handle a null-pointer bug that turned up in rsync's
  306. version of zlib 1.1.4 (this is not the recent zlib 1.2.2 security fix,
  307. which did not affect rsync) and to squash a few other minor bugs. To deal
  308. with the zlib issue, rsync has been upgraded to include zlib 1.2.3.
  309. * Now use the --min-size patch as included by upstream, instead of the
  310. (minimally different) Debian patch.
  311. * Fixed some minor typos in the manpage.
  312. closes:#309100
  313. * Clarified text about pidfile in sample rsyncd.conf.
  314. closes:#319335
  315. -- Paul Slootman <paul@debian.org> Fri, 29 Jul 2005 10:47:04 +0200
  316. rsync (2.6.5-1) unstable; urgency=low
  317. * new upstream version.
  318. Contains the patches previously applied in 2.6.4-3 from CVS.
  319. * Now should handle locale-specific characters better in logging output
  320. (i.e. the correct chars should be displayed, not '?').
  321. -- Paul Slootman <paul@debian.org> Fri, 3 Jun 2005 19:17:28 +0200
  322. rsync (2.6.4-6) unstable; urgency=high
  323. * Fixed grave bug:
  324. replaced the Debian-specific patch to log.c with the upstream CVS version,
  325. as upstream changes conflict with the Debian patch, causing syslog logging
  326. (the default!) to fail, meaning that for most people the rsync as daemon
  327. doesn't work.
  328. This includes people using systemimager-server, as that generates the
  329. rsyncd.conf on the fly without a log file line, hence the rsync bug
  330. causes a total failure of that package.
  331. closes:#307923,#308428
  332. * fixed the rsync.1 manpage, where cut&paste from a diff was not done
  333. correctly (the leading '+'s were still there).
  334. -- Paul Slootman <paul@debian.org> Tue, 10 May 2005 21:44:29 +0200
  335. rsync (2.6.4-5) unstable; urgency=high
  336. * Fixed not backupping deleted files when --backup is used in combination
  337. with --delete-after (this was considered a critical bug).
  338. closes:#306981
  339. * Removed spurious log.c.DEBIAN file from source (diff, actually).
  340. * Removed old rsyncstats script from diff.
  341. * Install rsyncstats script to /usr/sbin/.
  342. * Fixed some typos in the man page.
  343. closes:#305627
  344. * Implemented a --min-size option.
  345. closes#:27126
  346. -- Paul Slootman <paul@debian.org> Wed, 27 Apr 2005 10:54:43 +0200
  347. rsync (2.6.4-4) unstable; urgency=low
  348. * Fix from upstream for incompatibility with older rsync versions when using
  349. --exclude (and not --delete).
  350. closes:#306368
  351. -- Paul Slootman <paul@debian.org> Tue, 26 Apr 2005 17:39:55 +0200
  352. rsync (2.6.4-3) unstable; urgency=low
  353. * Added comment to /etc/default/rsync that the rsyncd.conf specified there
  354. is not used when accessing the daemon via a remote shell.
  355. closes:#298002
  356. * Correctly report whether what we're not creating is a file or a directory.
  357. closes:#142258
  358. * Concat the upstream NEWS & OLDNEWS together as changelog instead of as-is.
  359. closes:#306250
  360. * assorted recommended patches from upstream, collected in debian/patches/
  361. in the source package:
  362. - fix for sending a single file with -H
  363. - improper handling of --one-file-system in some cases
  364. - --link-dest / --hard-links problem
  365. - new hard-links in not-yet-created directories
  366. -- Paul Slootman <paul@debian.org> Tue, 26 Apr 2005 17:05:55 +0200
  367. rsync (2.6.4-2) unstable; urgency=low
  368. (voor 2.6.5 close 266373)
  369. * Fixed problem with rsyncd when use chroot = no and module path = /
  370. closes:#303900
  371. * Added comment to example rsyncd.conf to make it clear that read only is
  372. the default.
  373. closes:#290905,#290882
  374. -- Paul Slootman <paul@debian.org> Sun, 10 Apr 2005 14:06:28 +0200
  375. rsync (2.6.4-1) unstable; urgency=low
  376. * New upstream version.
  377. * --bwlimit-mod is now removed.
  378. -- Paul Slootman <paul@debian.org> Mon, 4 Apr 2005 15:46:38 +0200
  379. rsync (2.6.3-2) unstable; urgency=low
  380. * Now supports alternate location for rsync daemon config file through
  381. /etc/default/rsync .
  382. closes:#271713,#282092
  383. * If the daemon isn't set to be started, only give a message is there is an
  384. rsyncd.conf file.
  385. closes:#252441
  386. * RSYNC_ENABLE may now also be set to "inetd" for those who want to start
  387. rsyncd from inetd; all this does is prevent the init.d script from
  388. outputting a message. You still need to add rsyncd to inetd's config
  389. yourself.
  390. * Fixed a few unescaped hyphens in the manpage, thanks to Joseph Nahmias for
  391. finding them.
  392. closes:#279586
  393. * Removed a double line from the man page left behind while editing.
  394. closes:#282148
  395. * Patch for --bwlimit when used in daemon mode, which enables the behaviour
  396. that rsync had previous to 2.6.3 i.e. specifying a default bwlimit (_not_
  397. a maximum!).
  398. closes:#281519
  399. -- Paul Slootman <paul@debian.org> Wed, 17 Nov 2004 18:22:36 +0100
  400. rsync (2.6.3-1) unstable; urgency=low
  401. * New upstream version.
  402. * --bwlimit-mod is now deprecated, as the standard --bwlimit implementation
  403. now uses ideas from --bwlimit-mod and should always work satisfactorily.
  404. closes 181336
  405. * Corrected example rsyncd.conf
  406. closes 256938
  407. -- Paul Slootman <paul@debian.org> Mon, 4 Oct 2004 11:58:18 +0200
  408. rsync (2.6.2.pre3.2-1) experimental; urgency=low
  409. * Second preliminary version of what is to be 2.6.3.
  410. -- Paul Slootman <paul@debian.org> Wed, 22 Sep 2004 12:57:38 +0200
  411. rsync (2.6.2.pre3.1-1) experimental; urgency=low
  412. * preliminary version of what is to be 2.6.3.
  413. * --bwlimit-mod is now deprecated, as the standard --bwlimit implementation
  414. now uses ideas from --bwlimit-mod and should always work satisfactorily.
  415. closes 181336
  416. * Corrected example rsyncd.conf
  417. closes 256938
  418. -- Paul Slootman <paul@debian.org> Tue, 17 Aug 2004 11:16:13 +0200
  419. rsync (2.6.2-3) unstable; urgency=high
  420. * security: directory traversal in daemon mode fix
  421. (advisory CAN-2004-0792)
  422. closes:#265662
  423. -- Paul Slootman <paul@debian.org> Sat, 14 Aug 2004 14:11:22 +0200
  424. rsync (2.6.2-2) unstable; urgency=low
  425. * Build with -g by default.
  426. closes:#239906
  427. * Check value of RSYNC_ENABLE as set in the defaults file, that it's
  428. either 'true' or 'false'.
  429. closes:#256791
  430. * If set to start the daemon, print an error if the rsyncd.conf file
  431. doesn't exist.
  432. closes:#238222
  433. * Added description of --bwlimit-mod to rsync manpage.
  434. closes:#245579
  435. -- Paul Slootman <paul@debian.org> Tue, 29 Jun 2004 15:20:06 +0200
  436. rsync (2.6.2-1) unstable; urgency=medium
  437. * New upstream version.
  438. - fixes bug with --relative option in 2.6.1 that can cause files to be
  439. transferred incorrectly.
  440. * Additional patch to fix possible segmentation violation with --delete
  441. option.
  442. -- Paul Slootman <paul@debian.org> Mon, 3 May 2004 14:05:15 +0200
  443. rsync (2.6.1-1) unstable; urgency=high
  444. * New upstream version.
  445. -- Paul Slootman <paul@debian.org> Tue, 27 Apr 2004 14:07:30 +0200
  446. rsync (2.6.0-3) unstable; urgency=low
  447. * Fix for .cvsignore in one dir affecting other dirs.
  448. closes#239791
  449. -- Paul Slootman <paul@debian.org> Wed, 24 Mar 2004 20:23:34 +0100
  450. rsync (2.6.0-2) unstable; urgency=low
  451. * Fixed building on GNU/KNetBSD (by adding DEB_BUILD_GNU_TYPE and
  452. DEB_HOST_GNU_TYPE settings after backwards compatibilty stuff in rules).
  453. closes:#223267
  454. * Experimental modification of --bwlimit option to limit the size of writes
  455. when using small bwlimit values. Use --bwlimit-mod instead of --bwlimit.
  456. Note that this needs an rsync version at both ends that has this
  457. modification. See bug 191557 for more info.
  458. * Removed own kludge to fix #146045 (interrupting while ssh is asking for a
  459. password leaves tty in non-echoing state) as upstream rsync now has its
  460. own kludge for this in another place.
  461. * Added init.d script for those who want to start rsync in daemon mode
  462. automatically. You'll need to edit /etc/default/rsync and create an
  463. appropriate rsyncd.conf file to actually get it to start.
  464. closes:#211007
  465. -- Paul Slootman <paul@debian.org> Mon, 5 Jan 2004 16:00:22 +0100
  466. rsync (2.6.0-1) unstable; urgency=low
  467. * New Year's Day official release of 2.6.0.
  468. * In short, the most important points from NEWS:
  469. * - ssh is now the default remote shell for rsync.
  470. * - Added --files-from, --no-relative, --no-implied-dirs, and --from0.
  471. * - Fixed several exclude/include matching bugs when using wild-cards.
  472. Please check the NEWS file for details on subtle changes in
  473. exclude/include matching.
  474. * - Make --link-dest honor the absence of -p, -o, and -g.
  475. * - Fixed file I/O error detection.
  476. * - Improved file-related error messages to better indicate exactly what
  477. pathname failed.
  478. * - Fixed bug that prevented regular files from replacing special files and
  479. caused a directory in --link-dest or --compare-dest to block the creation
  480. of a file with the same path. A directory still cannot be replaced by a
  481. regular file unless --delete specified. (J.W. Schultz)
  482. -- Paul Slootman <paul@debian.org> Thu, 1 Jan 2004 21:09:52 +0100
  483. rsync (2.5.99pre2-1) unstable; urgency=low
  484. * Test release of version 2.6.0pre2
  485. Final version of rsync 2.6.0 is scheduled for January 1st.
  486. -- Paul Slootman <paul@debian.org> Mon, 29 Dec 2003 10:03:08 +0100
  487. rsync (2.5.99pre1-1) experimental; urgency=low
  488. * Test release of version 2.6.0pre1
  489. * manpage hasn't all the proper patches, for the rest it should be like the
  490. final version as far as Debian is concerned.
  491. -- Paul Slootman <paul@debian.org> Fri, 19 Dec 2003 22:54:33 +0100
  492. rsync (2.5.7-1) unstable; urgency=high
  493. * New upstream version
  494. * Fixes heap overflow vulnerability when run as a server.
  495. -- Paul Slootman <paul@debian.org> Thu, 4 Dec 2003 11:20:26 +0100
  496. rsync (2.5.6-2) unstable; urgency=low
  497. * If the specified log file can't be opened, don't segfault trying to write
  498. to the file pointer; fall back to syslog instead (and log an appropriate
  499. message there). This was especially irritating when starting it in daemon
  500. mode.
  501. closes:#165839
  502. -- Paul Slootman <paul@debian.org> Mon, 17 Nov 2003 16:51:41 +0100
  503. rsync (2.5.6-1) unstable; urgency=low
  504. * New maintainer
  505. * Added a small delay when an interrupt is received so that child processes
  506. can clean up (i.e. ssh can restore tty settings) before the child
  507. processes are killed.
  508. closes:#146045
  509. * Removed the backslashes before single quotes in the manpage to prevent
  510. them getting turned into acute accents. Also changed - to \- and
  511. " to \(lq and \(rq, and ' to \(oq and \(cq where appropriate.
  512. closes:#152135
  513. * Moved the /usr/share/doc/rsync/sample.rsyncd.conf to
  514. /usr/share/doc/examples/rsyncd.conf . Also removed debian/dirs as it
  515. wasn't being used...
  516. closes:#193024
  517. * Added upstream's NEWS, OLDNEWS, and TODO to doc directory. Removed
  518. debian/docs as it wasn't being used...
  519. closes:#128708
  520. * Removed the description for --csum-length from the manpage, as there's no
  521. such option in the program.
  522. closes:#122629
  523. * Removed postinst, all it did was add a link to /usr/doc/
  524. * Updated the Fix for "mkstemp: filename too long" (#183667)
  525. to the current upstream CVS version.
  526. -- Paul Slootman <paul@debian.org> Thu, 25 Sep 2003 20:48:00 +0200
  527. rsync (2.5.6-0.1) unstable; urgency=low
  528. * NMU
  529. * New upstream version
  530. - with updated manpage for rsyncd.conf for the exclude option,
  531. closes:#172778
  532. * Updated manpage text for --perms option to clarify its behaviour.
  533. closes:#181582
  534. * Fix for "mkstemp: filename too long". closes:#183667
  535. -- Paul Slootman <paul@debian.org> Fri, 7 Mar 2003 12:03:45 +0100
  536. rsync (2.5.5-0.2) unstable; urgency=medium
  537. * NMU
  538. * Be sure to use "nogroup" instead of "nobody" for server group
  539. (Closes: #144570).
  540. -- Colin Walters <walters@debian.org> Tue, 7 May 2002 17:23:01 -0400
  541. rsync (2.5.5-0.1) unstable; urgency=high
  542. * NMU
  543. * New upstream release.
  544. - Includes fix for --whole-file option defaulting to on.
  545. (Closes: #141552)
  546. -- Colin Walters <walters@debian.org> Sat, 6 Apr 2002 20:36:16 -0500
  547. rsync (2.5.4-1) unstable; urgency=high
  548. * New upstream release
  549. * includes fix for zlib double-free bug (closes: #137958)
  550. * update copyright to mention Martin Pool as upstream maintainer
  551. -- Philip Hands <phil@hands.com> Fri, 15 Mar 2002 15:23:06 +0000
  552. rsync (2.5.2-0.1) unstable; urgency=high
  553. * NMU
  554. * new upstream release from 2001-01-26
  555. * new version fixes security problem (remote exploit)
  556. (closes: Bug#130924)
  557. * new version added new option "--ignore-existing"
  558. (closes: Bug#124286)
  559. * added debian/docs with NEWS, OLDNEWS, TODO
  560. (closes: Bug#128708)
  561. * added Makefile.in changes from 2.5.1-0.1
  562. * downloaded http://rsync.samba.org/ftp/rsync/cvs.log and added
  563. it to the package but its not uptodate.:(
  564. * added "RSYNC=/usr/bin/rsync" to test.sh like previous version
  565. * changed group in loadparm.c from nobody to nogroup
  566. like previous version
  567. -- Noel Koethe <noel@debian.org> Sat, 26 Jan 2002 20:40:00 +0100
  568. rsync (2.5.1-0.1) unstable; urgency=low
  569. * NMU
  570. * New upstream version (Closes: #96193).
  571. -- Colin Walters <walters@debian.org> Thu, 3 Jan 2002 20:00:01 -0500
  572. rsync (2.5.0-0.3) unstable; urgency=medium
  573. * NMU
  574. * debian/rules:
  575. - Configure for the correct host and target.
  576. * Backport patch to configure.in and config.h from CVS so we build on
  577. alpha, ia64, etc. Yes, this horridly bloats the Debian diff...
  578. -- Colin Walters <walters@debian.org> Mon, 31 Dec 2001 03:53:47 -0500
  579. rsync (2.5.0-0.2) unstable; urgency=medium
  580. * NMU
  581. * debian/control:
  582. - Add Build-Depends.
  583. - Clean up description a bit.
  584. -- Colin Walters <walters@debian.org> Sun, 30 Dec 2001 03:46:11 -0500
  585. rsync (2.5.0-0.1) unstable; urgency=medium
  586. * NMU
  587. * New upstream release
  588. (Closes: #83597, #62160, #26775, #31208, #41805, #44710, #121249).
  589. * debian/rules:
  590. - Modernize a bit; add stock code from current policy, change to use
  591. $(INSTALL), etc.
  592. - Install cvs.log and sample rsyncd.conf in /usr/share/doc/rsync
  593. (Closes: #71406, #121792)
  594. -- Colin Walters <walters@debian.org> Mon, 24 Dec 2001 02:13:13 -0500
  595. rsync (2.4.6-1) unstable; urgency=low
  596. * New upstream release (closes: #67674)
  597. -- Philip Hands <phil@hands.com> Sun, 10 Sep 2000 21:40:07 +0100
  598. rsync (2.4.4-1) unstable; urgency=low
  599. * New upstream release
  600. -- Philip Hands <phil@hands.com> Sat, 29 Jul 2000 11:55:30 +0100
  601. rsync (2.4.3-1) unstable; urgency=low
  602. * New upstream release (closes: #63840)
  603. -- Philip Hands <phil@hands.com> Wed, 28 Jun 2000 23:48:58 +0100
  604. rsync (2.4.2-1) unstable; urgency=low
  605. * New upstream release
  606. -- Philip Hands <phil@hands.com> Sun, 2 Apr 2000 00:24:52 +0100
  607. rsync (2.4.1-1) unstable; urgency=low
  608. * New upstream release
  609. -- Philip Hands <phil@hands.com> Thu, 3 Feb 2000 00:42:38 +0000
  610. rsync (2.3.2-1.2) frozen unstable; urgency=low
  611. * Apply patch from Jason Gunthorpe, to fix rsync segfaults. Closes:
  612. #51705, #54850.
  613. -- Adam Heath <doogie@debian.org> Thu, 20 Jan 2000 00:31:00 -0600
  614. rsync (2.3.2-1.1) unstable; urgency=low
  615. * Use rsync zlib again (closes:Bug#50248).
  616. -- Joel Klecker <espy@debian.org> Tue, 7 Dec 1999 09:46:25 -0800
  617. rsync (2.3.2-1) unstable; urgency=low
  618. * New upstream release
  619. * use zlib from zlib1g-dev (closes: 38273)
  620. * switch to using /usr/share for docs, and add compatibility /usr/doc link
  621. -- Philip Hands <phil@hands.com> Thu, 11 Nov 1999 15:30:14 +0000
  622. rsync (2.3.1-2) unstable; urgency=low
  623. * apply Patrik Rak's fix for directory atribute setting (closes: #36179)
  624. -- Philip Hands <phil@hands.com> Mon, 10 May 1999 12:24:16 +0100
  625. rsync (2.3.1-1) unstable; urgency=low
  626. * New upstream release
  627. -- Philip Hands <phil@hands.com> Sat, 8 May 1999 10:53:53 +0100
  628. rsync (2.3.0-1) unstable; urgency=low
  629. * New upstream release
  630. * change rsyncd's default group to ``nogroup'' (closes: #25299)
  631. -- Philip Hands <phil@hands.com> Tue, 16 Mar 1999 12:22:05 +0000
  632. rsync (2.2.1-1) unstable; urgency=low
  633. * New upstream release
  634. -- Philip Hands <phil@hands.com> Sun, 6 Dec 1998 11:14:23 +0000
  635. rsync (2.2.0-2) unstable; urgency=low
  636. * check if local ssh conections are allowed before using it as part of the
  637. test script.
  638. -- Philip Hands <phil@hands.com> Fri, 6 Nov 1998 10:23:07 +0000
  639. rsync (2.2.0-1) unstable; urgency=low
  640. * New upstream release
  641. -- Philip Hands <phil@hands.com> Thu, 5 Nov 1998 15:47:05 +0000
  642. rsync (2.1.1-1) unstable; urgency=low
  643. * New upstream release
  644. -- Philip Hands <phil@hands.com> Thu, 17 Sep 1998 17:35:41 +0100
  645. rsync (2.1.0-1) unstable; urgency=low
  646. * New upstream release
  647. -- Philip Hands <phil@hands.com> Mon, 20 Jul 1998 11:52:26 +0100
  648. rsync (2.0.19-1) unstable; urgency=low
  649. * New upstream release
  650. -- Philip Hands <phil@hands.com> Sat, 18 Jul 1998 01:19:18 +0100
  651. rsync (2.0.18-1) unstable; urgency=low
  652. * New upstream release
  653. -- Philip Hands <phil@hands.com> Thu, 18 Jun 1998 15:52:11 +0100
  654. rsync (2.0.16-1) unstable; urgency=low
  655. * New upstream release
  656. -- Philip Hands <phil@hands.com> Mon, 1 Jun 1998 15:04:58 +0100
  657. rsync (2.0.14-1) unstable; urgency=low
  658. * New upstream release
  659. -- Philip Hands <phil@hands.com> Fri, 29 May 1998 15:26:18 +0100
  660. rsync (2.0.13-1) unstable; urgency=low
  661. * New upstream release
  662. -- Philip Hands <phil@hands.com> Thu, 28 May 1998 01:17:34 +0100
  663. rsync (2.0.12-1) unstable; urgency=high
  664. * New upstream release
  665. (fixes bug that could result in loss of data in files stored in deep
  666. directory trees i.e. with path names of more than 255 characters)
  667. -- Philip Hands <phil@hands.com> Tue, 26 May 1998 18:12:14 +0100
  668. rsync (2.0.11-1) unstable; urgency=low
  669. * New upstream release
  670. -- Philip Hands <phil@hands.com> Sat, 23 May 1998 12:00:28 +0100
  671. rsync (2.0.10-1) unstable; urgency=low
  672. * New upstream release
  673. -- Philip Hands <phil@hands.com> Wed, 20 May 1998 01:58:45 +0100
  674. rsync (2.0.9-1) unstable; urgency=low
  675. * New upstream release
  676. -- Philip Hands <phil@hands.com> Mon, 18 May 1998 15:44:56 +0100
  677. rsync (2.0.3-1) unstable; urgency=low
  678. * New upstream release
  679. -- Philip Hands <phil@hands.com> Fri, 15 May 1998 09:47:18 +0100
  680. rsync (2.0.0-1) unstable; urgency=low
  681. * New upstream release
  682. (this includes the new --daemon code, which needs testing, so consider
  683. this to be beta software, and use with care)
  684. The alpha version that I released a couple of days ago,
  685. is incompatible with this version, and should be discarded.
  686. -- Philip Hands <phil@hands.com> Thu, 14 May 1998 11:22:25 +0100
  687. rsync (1.7.4-1) unstable; urgency=low
  688. * New upstream release
  689. -- Philip Hands <phil@hands.com> Fri, 17 Apr 1998 10:50:44 +0100
  690. rsync (1.7.2-1) unstable; urgency=low
  691. * New upstream release
  692. -- Philip Hands <phil@hands.com> Thu, 9 Apr 1998 10:19:08 +0100
  693. rsync (1.7.1-0bo1) bo-unstable; urgency=low
  694. * recompiled for libc5
  695. -- Philip Hands <phil@hands.com> Thu, 26 Mar 1998 10:27:48 +0000
  696. rsync (1.7.1-1) unstable; urgency=low
  697. * New upstream release (closes: #16181 #16860)
  698. * Fixed typo in description (closes: #18948)
  699. * add /usr/doc/rsync/test.sh
  700. -- Philip Hands <phil@hands.com> Thu, 26 Mar 1998 09:35:24 +0000
  701. rsync (1.6.9-1) unstable; urgency=low
  702. * New upstream release
  703. -- Philip Hands <phil@hands.com> Tue, 13 Jan 1998 17:16:06 +0000
  704. rsync (1.6.8-2) unstable; urgency=low
  705. * Add upstream patch to fix --suffix option
  706. (From Andrew Tridgell on the rsync mailing list)
  707. -- Philip Hands <phil@hands.com> Tue, 30 Dec 1997 10:54:57 +0000
  708. rsync (1.6.8-1) unstable; urgency=low
  709. * New upstream release
  710. -- Philip Hands <phil@hands.com> Mon, 29 Dec 1997 10:46:41 +0000
  711. rsync (1.6.7-1) unstable; urgency=low
  712. * New upstream release
  713. -- Philip Hands <phil@hands.com> Wed, 17 Dec 1997 09:04:16 +0000
  714. rsync (1.6.3-2) unstable; urgency=low
  715. * recompile with libc6
  716. -- Philip Hands <phil@hands.com> Wed, 20 Aug 1997 10:21:04 +0100
  717. rsync (1.6.3-1) unstable; urgency=low
  718. * New upstream release
  719. -- Philip Hands <phil@hands.com> Tue, 22 Apr 1997 15:17:38 +0100
  720. rsync (1.6.2-1) unstable; urgency=low
  721. * Initial Release
  722. -- Philip Hands <phil@hands.com> Wed, 9 Oct 1996 23:45:08 +0100