aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-10 17:31:26 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-11-10 17:31:26 +0000
commit14d502eb16305a1133c5d0fea18b660018e063bb (patch)
treef528cf5225db29fdffe4ab29a5286c094f0e53ee /ChangeLog
parent99a4cbb1e8ba5e065d2e29a732c0cd5a26e98a44 (diff)
downloadperl-URPM-14d502eb16305a1133c5d0fea18b660018e063bb.tar
perl-URPM-14d502eb16305a1133c5d0fea18b660018e063bb.tar.gz
perl-URPM-14d502eb16305a1133c5d0fea18b660018e063bb.tar.bz2
perl-URPM-14d502eb16305a1133c5d0fea18b660018e063bb.tar.xz
perl-URPM-14d502eb16305a1133c5d0fea18b660018e063bb.zip
1.04-1mdk1.04
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog32
1 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b0dc02..787d3f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2004-11-10 18:26 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM.pm: Version bump
+
+2004-11-10 18:14 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM/Resolve.pm: When resolving dependencies, keep track of the
+ packages that we just deselected because newer versions were
+ found, but that were not actually installed.
+
+2004-11-10 15:17 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM.pm, URPM.xs: Indentation, documentation
+
+2004-10-27 11:48 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * perl-URPM.spec: Release for amd64
+
+2004-10-27 10:18 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM/Resolve.pm: Support for the 'strict-arch' option : upgrade
+ only packages that have the same architecture than the one of the
+ already-installed version.
+
+2004-10-25 14:04 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * URPM/Resolve.pm: Comments
+
+2004-10-19 16:47 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
+
+ * perl-URPM.spec: 1.03-2mdk
+
2004-10-18 10:34 Rafael Garcia-Suarez <rgarciasuarez@mandrakesoft.com>
* URPM/Resolve.pm: A few perl_checker fixes