~ubuntu-branches/ubuntu/raring/debmirror/raring-updates

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2010-04-05 12:38:24 UTC
  • mfrom: (2.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20100405123824-ohfbuu5pz18zgrzk
Tags: 1:2.4.4ubuntu1
* Merge from debian unstable (LP: #555967).  Remaining changes:
  - debian/{control,rules}: add quilt for patch management.
  - Debian bug 455082:
    - default-settings.patch: change rsync defaults.
    - silence-errors.patch: throw away find errors.
    - functionalize.patch: prepare for batching of non-deb files.
    - drop-redundant-rsync.patch: clean up logic in rsync batching.
    - check_file-return.patch: report why a file needs to sync.
    - command-exit-checking.patch: check exit codes of commands.
  - skip-installer.patch: allow specific releases to be skipped (Debian
    bug 576576).
  - rsync-retries.patch: retry if rsync batch fails connection (Debian
    bug 576577).
* Dropped rsync Release file batching for now, as it makes merging
  much more difficult.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
debmirror (1:2.4.4ubuntu1) lucid; urgency=low
 
2
 
 
3
  * Merge from debian unstable (LP: #555967).  Remaining changes:
 
4
    - debian/{control,rules}: add quilt for patch management.
 
5
    - Debian bug 455082:
 
6
      - default-settings.patch: change rsync defaults.
 
7
      - silence-errors.patch: throw away find errors.
 
8
      - functionalize.patch: prepare for batching of non-deb files.
 
9
      - drop-redundant-rsync.patch: clean up logic in rsync batching.
 
10
      - check_file-return.patch: report why a file needs to sync.
 
11
      - command-exit-checking.patch: check exit codes of commands.
 
12
    - skip-installer.patch: allow specific releases to be skipped (Debian
 
13
      bug 576576).
 
14
    - rsync-retries.patch: retry if rsync batch fails connection (Debian
 
15
      bug 576577).
 
16
  * Dropped rsync Release file batching for now, as it makes merging
 
17
    much more difficult.
 
18
 
 
19
 -- Kees Cook <kees@ubuntu.com>  Mon, 05 Apr 2010 12:38:24 -0700
 
20
 
 
21
debmirror (1:2.4.4) unstable; urgency=low
 
22
 
 
23
  * Fix typo in mirror_size. Closes: #575352.
 
24
  * Change internal use of dry-run variables so that setting $dry_run in
 
25
    the config file actually works. Closes: #569348.
 
26
 
 
27
 -- Frans Pop <fjp@debian.org>  Thu, 25 Mar 2010 19:14:12 +0100
 
28
 
 
29
debmirror (1:2.4.3) unstable; urgency=low
 
30
 
 
31
  * Don't delete Contents and Translation files if mirror cleanup is done
 
32
    early. Closes: #568613.
 
33
 
 
34
 -- Frans Pop <fjp@debian.org>  Sat, 06 Feb 2010 14:42:36 +0100
 
35
 
 
36
debmirror (1:2.4.2) unstable; urgency=low
 
37
 
 
38
  * Really allow for Release files without Origin field. Closes: #565593.
 
39
 
 
40
 -- Frans Pop <fjp@debian.org>  Sun, 31 Jan 2010 14:21:46 +0100
 
41
 
 
42
debmirror (1:2.4.1) unstable; urgency=low
 
43
 
 
44
  * Typo fixes in NEWS.Debian file spotted by Geoff Simmons. Closes: #566377.
 
45
  * Allow for Release files without Origin field. Closes: #565593.
 
46
 
 
47
 -- Frans Pop <fjp@debian.org>  Sun, 24 Jan 2010 07:23:06 +0100
 
48
 
 
49
debmirror (1:2.4) unstable; urgency=low
 
50
 
 
51
  * The main Debian archive has started to use rsyncable gzip files.
 
52
    Use the --rsyncable flag when compressing Packages/Sources files using
 
53
    gzip after applying pdiffs to ensure the md5sum of the file matches the
 
54
    one in the Release file again. Closes: #560326.
 
55
    This change may cause unnecessary download of the gzipped Packages/Sources
 
56
    files for other archives that provide pdiffs but don't have rsyncable
 
57
    gzipped files; this can be fixed using the new option --gzip-options.
 
58
  * Fix mirroring of archives without a Release.gpg file. Closes: #561533.
 
59
    Thanks to Loïc Minier for tracing the issue.
 
60
  * Allow to specify the local mirror directory in config files.
 
61
    Closes: #544141.
 
62
  * Add versioned dependency on perl (>= 5.10). Closes: #551878.
 
63
  * Improve dependencies on gpgv/gnupg.
 
64
 
 
65
 -- Frans Pop <fjp@debian.org>  Sat, 19 Dec 2009 22:21:38 +0100
 
66
 
 
67
debmirror (1:2.3.1) unstable; urgency=low
 
68
 
 
69
  * Update example configuration (closes: #549955):
 
70
    - fix error in variable names for setting D-I dists & arches
 
71
    - add example for setting "extra rsync directories"
 
72
  * Rename variables so that @dists can be set again in a configuration file.
 
73
    Closes: #549952.
 
74
  * Enable LWP::ConnCache for the http transfer method. Closes: #395538.
 
75
    Thanks to Gregor Herrmann for pointing out the option.
 
76
 
 
77
 -- Frans Pop <fjp@debian.org>  Thu, 08 Oct 2009 19:39:41 +0200
 
78
 
 
79
debmirror (1:2.3) unstable; urgency=low
 
80
 
 
81
  * Support updating Contents files using diff files. This can significantly
 
82
    reduce the download size when Contents files change. Closes: #436027.
 
83
  * Because of the previous change the option --pdiff has been renamed to
 
84
    --diff as 'package diffs' no longer covers its use.
 
85
  * Fix mirroring archives without a Release file (--ignore-missing-release).
 
86
  * Minor other fixes and improvements.
 
87
 
 
88
 -- Frans Pop <fjp@debian.org>  Sat, 03 Oct 2009 13:33:46 +0200
 
89
 
 
90
debmirror (1:2.2.1) unstable; urgency=low
 
91
 
 
92
  * Only fetch i18n Index files if needed.
 
93
  * Fix mirroring D-I images when the archive is also being mirrored for the
 
94
    same dist. Closes: #547789.
 
95
 
 
96
 -- Frans Pop <fjp@debian.org>  Tue, 22 Sep 2009 18:12:05 +0200
 
97
 
 
98
debmirror (1:2.2) unstable; urgency=low
 
99
 
 
100
  * Allow to include/exclude specific files belonging to D-I images.
 
101
  * Add support for downloading package translation files. Closes: #436030.
 
102
  * Move archive size information to a separate file in /usr/share/doc.
 
103
 
 
104
 -- Frans Pop <fjp@debian.org>  Sat, 12 Sep 2009 08:59:31 +0200
 
105
 
 
106
debmirror (1:2.1.1) unstable; urgency=low
 
107
 
 
108
  * Register the trace and lock files only after loading the state cache.
 
109
 
 
110
 -- Frans Pop <fjp@debian.org>  Mon, 31 Aug 2009 14:16:47 +0200
 
111
 
 
112
debmirror (1:2.1) unstable; urgency=low
 
113
 
 
114
  * Fix location of debmirror.conf. Closes: #544139.
 
115
  * Don't display download speed if rsync is used. Closes: #422100.
 
116
  * Support mirroring specific additional files from specific locations on
 
117
    the mirror: trace files, ./doc, ./indices and ./tools. The transfer
 
118
    method used for this is always rsync, irrespective of what method is
 
119
    specified in the --method option. Closes: #153680, #156564.
 
120
  * Ubuntu uses an identical Codename for different suites, so just ignore
 
121
    it and use the Suite instead. Closes: #544132.
 
122
 
 
123
 -- Frans Pop <fjp@debian.org>  Sat, 29 Aug 2009 18:55:25 +0200
 
124
 
 
125
debmirror (1:2.0) unstable; urgency=low
 
126
 
 
127
  * Remove duplicated checks of md5sums for Packages/Sources files.
 
128
  * Improve performance of parsing Packages/Sources files (by a factor of
 
129
    about 30).
 
130
  * Revert change in directory removal as otherwise also empty parent
 
131
    directories of empty directories no longer get removed.
 
132
  * Fix support for mirrors with need extra directories in dist, such as
 
133
    security mirrors, which got broken by the suite->codename symlink
 
134
    changes. Thanks to Christoph Goehre for reporting the issue and testing
 
135
    the fix. Closes: #543775.
 
136
  * No longer requires a leading "/" or ":" for the root directory. This
 
137
    means the same --root option can be used for both http/ftp and rsync.
 
138
  * Improve accounting of download size and display in B/kiB/MiB depending
 
139
    on the size of the download. Closes: #520487.
 
140
  * Don't write the trace file until the meta data is also in place, and
 
141
    don't write one during a dry run.
 
142
  * Add option to use a cache file to save the state of the mirror between
 
143
    runs, allowing for more efficient mirror runs. Closes: #483922.
 
144
  * Supports mirroring "current" Debian Installer images.
 
145
    With the option to specify a different set of dists and arches than
 
146
    for the package archive. In this release there are no progress updates
 
147
    displayed yet. Closes: #154966.
 
148
 
 
149
 -- Frans Pop <fjp@debian.org>  Fri, 28 Aug 2009 15:32:37 +0200
 
150
 
 
151
debmirror (1:1.0.1) unstable; urgency=low
 
152
 
 
153
  * Skip debian-installer sections for source packages. D-I only has binary
 
154
    packages; the source is included in the regular sections. Closes: #542826.
 
155
    Based on a patch from Ernesto Hernández-Novich, with thanks.
 
156
  * Allow for the fact that for experimental the suite and codename are
 
157
    identical. Thanks to Craig Sanders. Closes: #542929.
 
158
 
 
159
 -- Frans Pop <fjp@debian.org>  Sun, 23 Aug 2009 07:05:24 +0200
 
160
 
 
161
debmirror (1:1.0) unstable; urgency=low
 
162
 
 
163
  * Switch to more common versioning scheme; requires an epoch.
 
164
  * Clarify version of GPL (version 2 or later).
 
165
  * Update periods of activity for various maintainers of the script both
 
166
    in the perl script and in the debian/copyright file. Closes: #542061.
 
167
  * Set more accurate versioned build dependency on debhelper.
 
168
  * Apply patch from Kees Cook to make parsing of Packages/Sources files a bit
 
169
    less fragile. Closes: #451021.
 
170
  * Add sanity check after parsing Packages/Sources files to avoid completely
 
171
    deleting a mirror in case of unexpected errors (#451021, #435663).
 
172
  * Debian mirrors no longer keep uncompressed packages files; don't include
 
173
    them on the local mirror either.
 
174
  * Apply patch from A. Mennucc for more efficient removal of empty
 
175
    directories. Closes: #453091.
 
176
  * Various improvements of the man page for:
 
177
    - the --getcontents switch; with thanks to Slaven Rezic; closes: #524967
 
178
    - example commands; with thanks to Karl Goetz; closes: #491326
 
179
    - debmirror.conf configuration file and example
 
180
  * Don't fetch Contents files if they are already up-to-date (#436027).
 
181
  * Remove reduntant slashes in paths from Package files. Closes: #471946.
 
182
    Thanks to Raphael Hertzog for the patch.
 
183
  * Update tables showing archive size in man page, using new mirror-size
 
184
    script. Closes: #498541.
 
185
  * Automatically create and update suite->codename symlinks based on info in
 
186
    the Release file. Directories for dists will always have the codename of
 
187
    the release. Conversion of existing mirrors that use suites for directories
 
188
    is supported. See also NEWS.Debian. Closes: #426170.
 
189
 
 
190
 -- Frans Pop <fjp@debian.org>  Thu, 20 Aug 2009 19:43:39 +0200
 
191
 
 
192
debmirror (20090807) unstable; urgency=low
 
193
 
 
194
  * New maintainer, with thanks to Goswin for his work on previous releases.
 
195
  * Remove no longer needed prerm script.
 
196
  * Correct syntax of NEWS.Debian file.
 
197
  * Switch build system to debhelper.
 
198
  * Bump standards version to 3.8.2.
 
199
  * Improve documentation on how to add an archive keyring for debmirror.
 
200
    Thanks to Kees Cook for the patch. Closes: #451157.
 
201
 
 
202
 -- Frans Pop <fjp@debian.org>  Fri, 07 Aug 2009 19:24:01 +0200
 
203
 
1
204
debmirror (20070123ubuntu3) jaunty; urgency=low
2
205
 
3
206
  * Fix a regression in the estimated download size calculation introduced
330
533
  * Initial Debian release
331
534
 
332
535
 -- Joerg Wendland <joergland@debian.org>  Thu, 25 Oct 2001 17:12:13 +0200
 
536