aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2006-11-27 19:00:31 +0000
committerThierry Vignaud <tv@mandriva.org>2006-11-27 19:00:31 +0000
commit7f258ce653f5dda347288286858ba6c8a3f17d3d (patch)
tree4acedf3ced9513878f6ce94c5d4747615992a512
parent40b9b6ee33887adc7566ce777f33dfc1337a3570 (diff)
downloadrpmdrake-7f258ce653f5dda347288286858ba6c8a3f17d3d.tar
rpmdrake-7f258ce653f5dda347288286858ba6c8a3f17d3d.tar.gz
rpmdrake-7f258ce653f5dda347288286858ba6c8a3f17d3d.tar.bz2
rpmdrake-7f258ce653f5dda347288286858ba6c8a3f17d3d.tar.xz
rpmdrake-7f258ce653f5dda347288286858ba6c8a3f17d3d.zip
3.19-1mdv2007.1
-rw-r--r--rpmdrake.spec51
1 files changed, 50 insertions, 1 deletions
diff --git a/rpmdrake.spec b/rpmdrake.spec
index eb16d676..24696da8 100644
--- a/rpmdrake.spec
+++ b/rpmdrake.spec
@@ -7,7 +7,7 @@
##################################################################
%define name rpmdrake
-%define version 3.12
+%define version 3.19
%define release %mkrel 1
Name: %{name}
@@ -135,6 +135,55 @@ rm -rf $RPM_BUILD_ROOT
%{_sbindir}/park-rpmdrake
%changelog
+* Mon Nov 27 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.19-1mdv2007.1
+- edit-urpm-sources.pl: do not die if urpmi.cfg doesn't exist (#27336)
+- rpmdrake: don't crash on UTF-8 issues (#26099)
+- MandrivaUpdate:
+ o default to "all updates" rather than "security updates" in
+ MandrivaUpdate mode
+ o fix not able to select only one update (#26135)
+ o preselect updates by default (#25271)
+ o really show all security, bugfix & normal updates in "all updates"
+ mode (#27268)
+
+* Fri Nov 3 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.18-1mdv2007.1
+- fix messed up reasons for removal (#25130)
+- fix forever all encoding issues of urpmi (#18629, #25130)
+- really fix crash by behaving like urpmi & gurpmi (#26742)
+
+* Fri Oct 27 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.17-1mdv2007.0
+- add support of hdlists for update media (#26788)
+- better confirmation string when only removing packages (#26789)
+
+* Thu Oct 26 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.16-1mdv2007.1
+- enable "File/_Update media" whatever is the starting mode
+- fix not installing packages when invoked as -remove (#26364)
+- if one package cannot be removed, do not alter "selected" status for
+ other packages in the loop
+- fix uninstalling the last package deselected for removal when
+ installing others packages (#26108)
+- "/_File/_Reset the selection" menu item:
+ o fix displaying again the three after clicking on it
+ o behave faster after clicking on it
+
+* Wed Oct 25 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.15-1mdv2007.1
+- rpmdrake: fix crash by behaving like urpmi & gurpmi (#26742)
+- park-rpmdrake:
+ o center dialogs on parent windows
+ o set some sensitive dialog titles
+
+* Wed Oct 25 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.14-1mdv2007.1
+- do not show "importance" & "reason for update" fields for non update
+ packages when there's an(other package) update for it
+- if we cannot create a temp directory, just don't display any data
+ rather than exiting
+
+* Tue Oct 24 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.13-1mdv2007.1
+- check if any sensitive mount point is mounted read-only (#12967)
+- fix inverted status icon (#26743)
+- fix mis encoded strings returned by urpmi on download errors (#25130)
+- show nice icons in "mandriva choice" mode
+
* Fri Oct 13 2006 Thierry Vignaud <tvignaud@mandriva.com> 3.12-1mdv2007.1
- enable to see all updates too when not started as MandrivaUpdate
- fix empty list after updating media from "File" menu (#26290)