From: Ben Collins Date: Fri, 29 Oct 1999 01:19:45 +0000 (+0000) Subject: * fixed description for new multiple conflicts/replaces code X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b4ecfa722ffcdda83b3385cb0df6d8c60680ecb;p=dpkg * fixed description for new multiple conflicts/replaces code --- diff --git a/ChangeLog b/ChangeLog index e5d74764..7ba5d0bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -90,8 +90,11 @@ Sat Oct 23 21:23:08 EDT 1999 Ben Collins Sat Oct 23 16:25:16 EDT 1999 Ben Collins - * Implemented a nice fix for multiple conflicts and replaces. Also added - --assert-multi-conrep. + * main/{processarc.c,depcon.c}: added new structure for conflictors, + which contains a struct for conflicts. This is used to create an array + of conflicting packages, which are going to be replaced. Allows for + multiple conflicts and replaces. All conflictor handlers were + converted to loops to handle each one (processarc.c). Sat Oct 23 09:22:16 EDT 1999 Ben Collins