updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / paccheck / ChangeLog
blob6cd9d0d8df36e9586b41d65885411ee315586300
1 1.7:    released on october, 5 2011
2         small changes in text output
3 1.6:    released on october, 3 2011
4         manage error messages of bad signature and integrate them in SUMMARY
5         simplification in messages output
6 1.5:    released on september, 29 2011
7         added --verify option to try to verify signature of packages
8 1.2:    released on september, 17 2011
9         change the output of curl in the COMPARING part of the script
10 1.1:    released on june, 6 2011
11         change in the display of the packages list for the --install option
12 1.0:    released on june, 5 2011
13         paccheck limits check and download to current update/install targets
14         ie, it runs as with the old --targets option set, which is now useless
15         That renders the script simpler and more efficient.
16         another code cleanup
17         the yes/no answer for package(s) install is more secure now
18         small changes in messages output
19 0.9.5:  released on april, 17 2011
20         re-writing of code to better use bash features
21         re-thinking of algorithms used
22         some bugs corrections
23         paccheck now tests only presently active official mirrors
24         changes in messages output
25 0.9.0:  code cleanup
26         small changes in text output
27 0.8.14: default dbpath changed back to /var/lib/pacman
28         because pacman add the 'sync' part to DBPath when writing the downloaded *.db files
29 0.8.13: changed to work with pacman >=3.5
30         default dbpath changed to /var/lib/pacman/sync
31         names of sync database changed from $repo.db.tar.gz to $repo.db
32         changed condition for getting repo list
33         changed algorithm to search for desc file in databases
34         using 'tar xf' without untaring the sync databases