From patchwork Tue Jan 12 12:21:10 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: heinzm@sourceware.org X-Patchwork-Id: 72364 Received: from mx01.util.phx2.redhat.com (mx1-phx2.redhat.com [209.132.183.26]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id o0CCPOhP008010 for ; Tue, 12 Jan 2010 12:25:24 GMT Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx01.util.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CCLSXm029598; Tue, 12 Jan 2010 07:21:29 -0500 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CCLRVM025036 for ; Tue, 12 Jan 2010 07:21:27 -0500 Received: from mx1.redhat.com (ext-mx04.extmail.prod.ext.phx2.redhat.com [10.5.110.8]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CCLMQV026356 for ; Tue, 12 Jan 2010 07:21:22 -0500 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id o0CCLAGi017927 for ; Tue, 12 Jan 2010 07:21:11 -0500 Received: (qmail 2507 invoked by uid 9450); 12 Jan 2010 12:21:10 -0000 Date: 12 Jan 2010 12:21:10 -0000 Message-ID: <20100112122110.2505.qmail@sourceware.org> From: heinzm@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -1.037 (AWL) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.8 X-loop: dm-devel@redhat.com Subject: [dm-devel] dmraid ./dmraid.spec tools/commands.c tools/co ... X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com --- dmraid/dmraid.spec 2010/01/12 12:15:58 1.10 +++ dmraid/dmraid.spec 2010/01/12 12:21:09 1.11 @@ -142,6 +142,7 @@ %changelog * Tue Jan 12 2010 Heinz Mauelshagen - 1.0.0.rc16-3 - Add logwatch files and move pattern file to /var/cache +- Fix multiple options (eg. "-ccc") not recognized properly * Mon Nov 2 2009 Heinz Mauelshagen - 1.0.0.rc16-2 - Fix manual path in specfile --- dmraid/tools/commands.c 2010/01/12 12:15:59 1.5 +++ dmraid/tools/commands.c 2010/01/12 12:21:10 1.6 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008 Heinz Mauelshagen, Red Hat GmbH. + * Copyright (C) 2004-2010 Heinz Mauelshagen, Red Hat GmbH. * All rights reserved. * * Copyright (C) 2007 Intel Corporation. All rights reserved. --- dmraid/tools/commands.h 2010/01/12 12:15:59 1.4 +++ dmraid/tools/commands.h 2010/01/12 12:21:10 1.5 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004,2005 Heinz Mauelshagen, Red Hat GmbH. + * Copyright (C) 2004-2010 Heinz Mauelshagen, Red Hat GmbH. * All rights reserved. * * Copyright (C) 2007 Intel Corporation. All rights reserved.