From dae918ee68fd483660a413b5428d4ec8a4075723 Mon Sep 17 00:00:00 2001 From: "chess.griffin" Date: Thu, 26 Mar 2009 12:54:41 +0000 Subject: [PATCH] update both ChangeLogs re: rename code fixes --- ChangeLog-current.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog-current.txt b/ChangeLog-current.txt index 7097d30..e28e737 100644 --- a/ChangeLog-current.txt +++ b/ChangeLog-current.txt @@ -10,6 +10,10 @@ enhancements: * Remove code related to user-mode support; sbopkg must now be run as root in all cases; add single check at start of script to make sure we are root. + * Re-implement the code that checks for renamed software; fix upgrading + of renamed packages; thanks to Phillip Warner for raising the issues + with the older code; add wbxml2->libwbxml to sbopkg-renames; thanks to + Mauro Giachero for working on these fixes. * Remove some useless code from check_for_latest and also fix the download folder for sbopkg updates. Thanks to David Somero for the bug report.