summaryrefslogtreecommitdiffstats
path: root/yum-presto/ChangeLog
blob: ea2ed225a1a5f2e4479cb395338909164d9d0a1d (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
* Sun Apr 15 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.9
 - Modifications to make yum-presto compatible with both FC6 and Rawhide
 - Removed "*" next to deltarpms because it screws up depsolving
 - Fixed bug that showed log error message when running yum list as non super-
   user
 - Fixed bug that caused yum to hang forever when deltarpm downloads were
   Ctrl-C'd

* Fri Apr  6 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.8
 - Small bugfix

* Thu Apr  5 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.6
 - Some minor changes to README and configuration file

* Wed Apr  4 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.5
 - Many small bug fixes
 - Improved logging - Large changes

* Tue Apr  3 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.4
 - Add patch from Ahmed Kamal to put rebuilding of rpms into a
   different thread

* Fri Mar 30 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.3
 - Change to how presto.xml.gz stores sequence.  An attempt to
   save space doesn't always work, so get rid of it.

* Thu Mar 29 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.2
 - Minor fixes to make rpmlint happy
 - Minor fix so yum doesn't die when download fails
 - Minor fix to allow public keys to be imported properly
 - Update README

* Wed Mar 28 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.0
 - Massive changes to downloading structure
 - When unable to rebuild drpm, we now download full rpm
 - Stop doing slow MD5 check and just check RPM header
   while we have a prelink bug

* Mon Mar 26 2007 Jonathan Dieter <jdieter@gmail.com> - 0.2.9
 - Fix another mirrorlist bug
 - Minor optimization
 - Added logging to /var/log/presto.log
 - Fix another mirrorlist bug
 - Fix bug where we sometimes die if delta repository doesn't exist
 - Properly exit when unable to rebuild drpm
 - Do full (slow) MD5 check when checking to see if we can
   build RPM from disk

* Sat Mar 24 2007 Jonathan Dieter <jdieter@gmail.com> - 0.2.3
 - Fixed bug that breaks yum install

* Sat Mar 24 2007 Jonathan Dieter <jdieter@gmail.com> - 0.2.2
 - Fixed "not showing download error" bug
 - Added --disablepresto yum command-line option
 - Added code to trap the (hopefully) unlikely scenario where applydeltarpm
   fails
 - Show byte savings at end of yum update

* Fri Mar 23 2007 Jonathan Dieter <jdieter@gmail.com> - 0.2.1
 - Fixed bug in handling mirrorlists in original repositories

* Thu Mar 22 2007 Jonathan Dieter <jdieter@gmail.com> - 0.2.0
 - Initial release