1 Changelog for Jigsaw Download -*- Text -*-
2 ------------------------------------------------------------------------
6 - jigdo-file: Added support for bzip2 (de)compression in .template
7 files, as an alternative to zlib compression. Bzip2 is disabled by
8 default (but may become the default in the future). Use --bzip and
9 --gzip to switch between the two.
10 - Patch by Jochen Hepp: New switch --scan-whole-file for "jigdo-file
11 scan" command: Scan whole file instead of only first block
12 - Patch by Jochen Hepp: New switch --no-greedy-matching for
13 "jigdo-file make-template" prevents small matches from cancelling
14 pending larger matches.
15 - jigdo: Switched over from libwww to libcurl for downloads
16 - jigdo-lite: Fixed regular expressions so they work with sed 4.1
18 - jigdo-lite: --noask switch to allow running jigdo-lite from cron
20 - jigdo-file: Bugfix for the code which deduces missing --image/
21 --jigdo/--template arguments. Broken in 0.7.1, would deduce
22 /x.iso.template from /x.iso, instead of /x.template (Adrian Bunk)
23 - Fix for compilation on 64 bit architectures
24 - Fixed "compiler recent enough" check in configure.ac for GCC 3.5+
27 jigdo 0.7.1 -- Richard Atterer, 20 Jun 2004
29 - Workaround for problems with big files (DVD images) when compiling
31 - Fix for Windows version: "wget: BUG: unknown command `timeout'" no
32 longer occurs (was spurious anyway, but irritated many people)
33 - Windows version compiled with GCC 3.4, can hopefully create big
35 - removed "too many files missing, won't attempt to download them
36 from fallback mirror" logic in jigdo-lite because it was broken
37 - .jigdo file format: Semantics of multiple [Image] sections have
38 changed: Formerly, the idea was that one .jigdo could provide
39 multiple images, but the idea never caught on and the idea "one
40 .jigdo => one image" is firmly planted in people's minds now. The
41 original incentive of allowing multiple [Image] sections was to
42 make it possible to avoid duplication of .jigdo data, by providing
43 all 7 CDs and the single DVD in one .jigdo. This duplication can
44 now be avoided by [Include]ing the CDs' files from the DVD's,
45 because all except the first [Image] section are ignored.
46 - Fixed minor bug in jigdo-lite; it would sometimes abort even if no
47 error code was returned by jigdo-file
48 - GUI: Added code for processing of .jigdo files and [Include]
49 - GUI: Added simple caching of downloaded data during .jigdo
51 - Bugfix for "jigdo-file make-image" (Steve McIntyre): Failed
52 assertion `nextAlignedOff>off' and huge .template with >4GB image.
53 - Bugfix for "jigdo-file make-template": Sometimes *incorrectly*
54 reports: "You have found a bug". (Maxim Reznik)
55 - Bugfix for "jigdo-file make-image": Handle I/O errors more
56 gracefully (Brian Bennett)
57 - Bugfix for "jigdo-file make-image" (Andreas Krüger): Do not
58 allocate on the stack an array whose size is the number of matched
59 files in the image. This gave, er, "funny" results with tens of
60 thousands of matches... <slap>
61 - Added comfortable debugging aids ("debug(fmt,...)", --debug=...)
62 - Various documentation updates (manpages, Hacking.txt, changelog;-P)
63 - Fix for build problems if size_t is 64 bits wide
64 - Various fixes to allow compilation with GCC 3.4
65 - Added unit tests for many parts of the code, with support in
67 - Fixed bug in html-beautify.awk
68 - Vanity meter reports 26000 lines of code in 120 files
70 jigdo 0.7.0 -- Richard Atterer, 05 May 2003
72 - GUI: Code for guessing the user's proxy settings. On Unix, reads
73 the configuration files of various browsers. On Windows, reads the
74 MSIE registry entries.
75 - GUI: Single downloads (e.g. of .iso files) work, can be paused and
76 continued, stopped and resumed.
77 - GUI: Work on processing of .jigdo files is begun, but far from
79 - Changed heuristics for "jigdo-file make-template". As with all
80 heuristics, may actually turn out to be worse than before for some
81 cases. However, with experiments of mine with i386 Debian DVD
82 images, it resulted in a significant size reduction of the
84 - Fix for bug in "make-template" which caused invalid template files
85 to be generated sometimes. Funny how these make-template bugs keep
86 popping up, I've already fixed about 5 of them! :-7
87 - jigdo-lite: Fix for problem with the "read" builtin with some
89 - Fixed build problem on newer GCC 3.2
90 - Source code now exceeds 20000 lines of code in almost 100 files.
92 jigdo 0.6.9 -- Richard Atterer, 19 Jan 2003
94 - jigdo-lite: New batch mode - if you enter (or supply on the
95 command line) several files/URLs, all the questions are only asked
96 once before the first download. Furthermore, the program *always*
97 asks for Debian/Non-US mirror URLs, it only asks for "Files to
98 scan" once, it always downloads all images offered by all .jigdo
99 files, and it does not stop immediately after errors, but
100 continues with the next image.
101 - You can enter URLs like "http://server/cd-{1_NONUS,2,3}.jigdo" and
102 they'll be expanded to several separate URLs.
103 - jigdo-lite: --scan command line option to avoid "Files to scan"
105 - By popular demand, always use wget's --continue switch, except
106 when fetching .jigdo files. This *will* cause severe breakage in
107 the case that someone starts the download of a .template of
108 fsn.hu's daily snapshot on one day, and resumes it the next day,
109 but that's just a problem people will have to be aware of. :-/
110 - jigdo-lite: Use --force-directories, allows --continue to be used
111 for individual package downloads. (Previously, all downloaded
112 .debs etc were stored directly in the tmp dir, so --continue could
113 not be used because there are e.g. several files named
114 "driver-1.bin" on Debian servers.)
115 - jigdo-lite: Use a separate temporary dir for each new download.
116 This allows you to run several jigdo-lite instances in the same
117 dir at the same time.
118 - jigdo-lite: When temporary dir is already present, scan its
119 contents *before* downloading the first batch of files
120 (Goswin Brederlow and others)
121 - jigdo-file: Default for --min-length is now 1k by default, the
122 hardwired absolute minimum is 256 bytes (used to be 4k/1k)
123 - jigdo-file make-template: Changed heuristics when dropping
124 possible file matches. Difficult to explain... essentially,
125 together with the previous change, .template files for Debian CDs
126 will get quite a bit smaller (Santiago Garcia Mantinan)
127 - On Windows, fail with meaningful error for images >2GB (ATM, we
128 don't have big file support with MinGW GCC)
129 - Fixed compilation error with gcc 3 and --without-libdb (Attila)
130 - Improved check for getopt_long support in configure script, it
131 failed on FreeBSD 5 (Attila Nagy)
132 - Added jigdo.pot to output, including initial German translation
133 - configure script: Made --without-gui the default, as people have
134 problems compiling with GTK & libwww, and the GUI is useless ATM
135 - jigdo-lite: Misc fixes to make it work with mingw under Windows
136 - jigdo-lite accepts --help and --version options
137 - jigdo-lite: Changed timeout from wget's default 15 minutes to just
138 30 seconds (only has an effect if no ~/.jigdo-lite present)
139 - debian-mirrors.jigdo: Bugfix in creation script (HTTP/FTP paths on
140 server were swapped), omit FTP URL if HTTP access possible
142 - Build environment: Fix for bug in depend.awk, which made it output
143 dependencies on .ih files when it shouldn't
144 - jigdo-file make-template: Prevent infinite loop if I/O error
145 occurs during scanning of files (Blars Blarson)
146 - jigdo-file make-template: Fixed bug which could lead to
147 segmentation faults if the image contained a long, but only
148 partial match of a file, and another long partial match of another
149 file within the "outer" partial match.
150 - jigdo-file make-template: Bugfix - server line was sometimes added
151 to [Image] section when using --merge
152 - jigdo-file make-template: Fix for bug which is extremely unlikely
153 in practice, caused segfault if read() returned <32 bytes or so
154 while reading start of file.
155 - jigdo-file make-template bugfix: Now creates properly quoted
156 entries in [Parts] sections for filenames containing spaces or
158 - Improved handling of invalid cache files (created if disc gets
159 full during cache update): Instead of crashing, jigdo-file prints
160 an error. However, libdb still corrupts the cache file.
161 (Dmitry E. Melamud, Petr Slansky)
163 jigdo 0.6.8 -- Richard Atterer, 28 Jun 2002
165 - jigdo-lite/mirror use "jigdo-file --no-cache" when reading
166 downloaded files from tmp dir. Cache caused problems because ATM
167 the Debian mirrors contain two different "driver-4.bin" files with
168 identical timestamps. (Santiago Garcia Mantinan)
169 - jigdo-lite uses "wget -e continue=off" for people who put
170 continue=on into their wgetrc. (Iain Broadfoot)
171 - At long last, succeeded in fully porting glibwww to Windows
172 - Fixed bug in md5sum generation, which might lead to incorrect
173 md5sums being generated, but in practice never has.
175 jigdo 0.6.7 -- Richard Atterer, 06 Jun 2002
177 - Updated md5sum code, should now work on big-endian architectures
178 - New version of jigdo-mirror supports include/exclude filtering
179 - No longer use -g switch, unless --enable-debug used
180 - Now compiles with gcc 3.1
182 jigdo 0.6.6 -- Richard Atterer, 17 May 2002
184 - jigdo-lite/mirror: Template URLs can be relative to jigdo URL
185 - jigdo-file: Any template URL added by default is relative
186 - jigdo-lite: Don't use "wget -c" to get jigdo/template files -
187 causes problems if the files are updated daily on the server
188 - jigdo-file: >4GB file sizes now really supported on Linux
189 (James W. Jayaputera) - does still not work under Windows.
190 - jigdo-mirror is now installed by "make install"
191 - Updated documentation, new manpage for jigdo-mirror
192 - jigdo-file make-template: New --merge switch allows you to add
193 this run's data to an existing jigdo file.
194 - jigdo-file now writes out a Template-MD5Sum=... entry to the jigdo
195 file. When using --merge, the entry can also be added to an
196 existent [Image] section. jigdo-lite uses it to verify downloaded
198 - jigdo-file make-template: Always moves [Parts] section to the
201 jigdo 0.6.5 -- Richard Atterer, 17 Apr 2002
203 - jigdo-lite: Better fallback handling, now also works for files
204 that changed (rather than disappeared) on the server.
205 - jigdo-lite: If ~/.jigdo-lite not present, try to fetch mirror info
206 from /etc/apt/sources.list
207 - portability fixes (Mattias Wadenstein)
208 - jigdo GUI: Some more work done, but it's still not usable
209 - new jigdo-mirror script (in the source tarball only)
211 jigdo 0.6.4 -- Richard Atterer, 02 Mar 2002
213 - Fixed a make-template bug introduced in 0.6.3, which caused
214 jigdo-file to crash if there are more than 32 files with identical
215 content (Attila Nagy)
216 - jigdo-lite: Allow customization of flags passed to jigdo-file and
217 wget, by making it save and restore variables in ~/.jigdo-lite.
218 For example, add "--uri Debian=http://myserver.lan/" to the
219 definition of jigdoOpts to define an additional mirror (turns the
220 selected mirrors into fallback mirrors).
221 - jigdo-lite: Made script work with ash
222 - Added configure check for _snprintf (needed for Windows)
224 jigdo 0.6.3 -- Richard Atterer, 24 Feb 2002
226 - jigdo-file make-template: Some loop unrolling, some other
227 optimizations, resulting in a speed increase of at least 30%!
228 - FORMAT CHANGE of template files: Template data now includes
229 RsyncSums - this will be useful in the future for aborting
230 downloads early and when upgrading images to newer versions. This
231 version still reads the old template format, but support for that
232 will be dropped before 1.0.0.
233 - jigdo-lite: Can now supply >1 image sections in .jigdo files
234 - jigdo-lite: Support for gzipped .jigdo files
235 - jigdo-lite: Added a small manpage
236 - jigdo-lite: Use "wget --dot-style=mega --passive-ftp"
237 - Really fixed <sstream> issues this time - by not using sstream at
238 all. (It is not possible to implement an sstream class for the
239 iostream supplied with Debian Potato's GCC 2.95)
240 - Can now build a .deb just by executing "deb/rules"
241 - configure: Can now use --without-gui to prevent jigdo GUI from
242 getting built and installed (does not work with "deb/rules")
243 - Added jigdo.spec for building of RPMs (Alexander Skwar)
244 - Slightly changed the way that missing --image/--jigdo/--template
245 arguments are deduced from other parameters. (Thomas Arnold)
246 - Fixes to make jigdo-file build on 64-bit architectures
247 - Changed abbreviation of "md5sum" command from "md" to "md5". That
248 breaks compatibility, but I keep typing "md5"... :)
249 - Small hack to make "jigdo-file md5 /some/path" include the leading
251 - jigdo-lite: Fix for obscure problem with "sed /foo/!p" on BSD and
252 some Linux versions - use "egrep -v foo" instead (Attila Nagy)
254 jigdo 0.6.2 -- Richard Atterer, 26 Jan 2002
256 - Added this changelog file to the distribution! :-)
257 - gettext support (but no translations are present yet)
258 - Portability fixes to jigdo-lite (Anne Bezemer)
259 - Portability fixes to the jigdo-file code (for RedHat/Mandrake
260 systems, systems without <sstream> such as Debian Potato)
261 - Support for fallback servers in jigdo-lite
262 - Support for fallback servers in jigdo-file, in the form of a new
263 "print-missing-all" command
264 - First upload of jigdo packages to the Debian archive
266 jigdo 0.6.1 -- Richard Atterer, 17 Dec 2001
270 jigdo 0.6.0 -- Richard Atterer, 15 Nov 2001
272 - Because the "proper jigdo" (the GTK+ download manager type app) is
273 not going to be finished anytime soon, I've written a small shell
274 script called "jigdo-lite" which does an equivalent job. It
275 downloads files with wget and assembles them using jigdo-file.
276 jigdo-lite can "upgrade" old images to a newer version.
277 - Very first, ***pre-alpha*** version of the GTK+ jigdo application.
278 There is no download capability or other functionality present at
280 - As of a few days ago, the first beta site offering downloads of
281 Debian 2.2r4 via jigdo is available on cdimage. Thanks for the
282 account to Phil Hands!
284 jigdo 0.5.3 -- Richard Atterer, 13 Sep 2001
286 - *** jigdo-file is finished! ***
287 With the introduction of a cache for file checksums, it is finally
288 possible in practice to let it loose on a Debian archive mirror.
289 - Update and large extension of the documentation.
290 - Now compiles with GCC 3.
291 - Now compiles under Windows! You do not even need Cygwin; plain
293 - Numerous small fixes and changes. Source code now exceeds 10000
296 jigdo 0.5.2 -- Richard Atterer, 2 Sep 2001
298 - Would you believe it, documentation!!! (in the form of a manpage)
299 - "print-missing" sub-command for jigdo-file allows for mirror
300 selection etc - more than the old PIK's functionality is now
302 - Major internal extensions (nearly 2000 lines of code) which don't
303 show now, but which will eventually come in handy for the GUI tool
305 jigdo 0.5.1 -- Richard Atterer, 22 Jul 2001
307 - Can now merge files into a half-finished image with >1 jigdo-file
308 invocations. This will be useful e.g. to "upgrade Debian CD
309 images", i.e. you can take some .debs from the old CD, so they
310 needn't be downloaded again.
311 - Can assign labels to input file locations, e.g. "--label
312 /opt/mirrors/debian=Debian"
313 - Cleanup & extension of .jigdo file format
315 jigdo 0.5.0 -- Richard Atterer, about 20 Jun 2001
317 - Initial release, not very usable.
319 jigdo 0.0.0 -- Richard Atterer, December 2000
321 - Discussion on debian-cd, jigdo enters vapourware stage.