summaryrefslogtreecommitdiffstats
path: root/yum-presto/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'yum-presto/ChangeLog')
-rw-r--r--yum-presto/ChangeLog36
1 files changed, 36 insertions, 0 deletions
diff --git a/yum-presto/ChangeLog b/yum-presto/ChangeLog
new file mode 100644
index 0000000..7f57c2a
--- /dev/null
+++ b/yum-presto/ChangeLog
@@ -0,0 +1,36 @@
+* Thu Mar 29 2007 Jonathan Dieter <jdieter@gmail.com> - 0.3.1
+ - 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