Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG - github.com/apt-mirror/apt-mirror.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 850f6c536b5439e75ed279db94681e2ee9ce9a14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
0.5.0 - UNRELEASED
  * Removed restrictions when parsing deb-$arch (Launchpad bug #913837)
    new arch's no longer need to be manually added
    via an apt-mirror source change.
  * Code cleaned up with perltidy and a .perltidyrc added
  * Changed to warn() instead of die() when sources go missing
    so mirroring of other sources continues.
  * Download all provided translation files instead of trying to download
    translation files based on a hard-coded language list. (Debian bug #725762)
  * Fix typos (e.g. Debian bug #736904 and Launchpad bug #1211097).
  * Mirror Contents-*.gz for each component. (Debian bug #647301)
  * Mirror InRelease files (fixes #3).

0.4.9
  * Added support for downloading of i18n files.
  * Fix regex problem: arm overrides armhf. Thanks to hawken.
  * Add support for HTTPS with basic HTTP authentication. Thanks to Pali
  * Improve lock file handling to avoid false "apt-mirror is already running"
    messages. Thanks to Ivan Borzenkov <ivan1986@list.ru>
  * Create directories after config is parsed.
    Thanks to Rob Verduijn
  * Support armhf, kfreebsd-* and s390x arch. Thanks Benjamin Drung
  * Fix braindead build environments. Thanks Jeremy T. Bouse
  * Add a shebang line to clean.sh. Thanks Benjamin Drung
  * debian/postrm: Clean-up auto-generated files on purge. Thanks
    Jeremy T. Bouse

0.4.8
  * Fix for superfluous errors when mirroring a Flat repo
  * Fixed support for repositories with no components.
  * Reduced the number of tries wget will try before it fails to 5
  * Fixed loop if wget was not installed, would not die()
  * fix stale wget caching due to bad proxy configs

0.4.7
  * Lots of typos fixed
  * apt-mirror will now try to create needed directories if they do not exist
  * applied patch for closedir() errors
  * added mirroring examples of multiple architectures to the debian mirror.list
  * fixed manpage description of mirror.list

0.4.6

  * minor cleanup to the documentation
  * applied patch from Steve Kowalik ( stevenk@ubuntu.com ) to
    allow user:pass@host ( http and ftp authenticated )
    and port numbers in the url host:8080 etc
  * Added ability to run a shell script after apt-mirror completes the
    mirroring configuration values "run_postmirror" 0/1
    and "postmirror_script" /path/to/script.sh
  * added rate_limit option ( closes sf.net bug #1729402 )
    a value of 25 is equal to 25 Bytes/Second
    a value of 25k is equal to 25 Kilobytes/Second
    a value of 25m is equal to 25 Megabyte/Second

0.4.5

  * added mipsel, armel, and lpia arch support
  * fixed the tilde replace code so it works with 2 or more tilde
    in the package names
  * default _tilde option set to 0
  * minor updates to the manpage wordings
  * new _stat function to cache and speed up parsing
  * download size now in human readable numbers ( KiB,MiB,GiB,etc )

0.4.4
old changes documented in the debian/changelog