I downloaded this module with drush via CVS and

nodeformsettings.info

and

cckformsettings.info

are not updateded correctly.

nodeformsettings.info - CVS-version:

; $Id$
name = Node Form Settings
description = "Multiple changes to node form and comment form for better usability."
core = 6.x
; Information added by drupal.org packaging script on 2009-09-20
version = "6.x-1.x-dev"
core = "6.x"
project = "nodeformsettings"
datestamp = "1253449177"

nodeformsettings.info - "normal" version:

; $Id$
name = Node Form Settings
description = "Multiple changes to node form and comment form for better usability."
core = 6.x
; Information added by drupal.org packaging script on 2009-09-20
version = "6.x-1.x-dev"
core = "6.x"
project = "nodeformsettings"
datestamp = "1253449177"


; Information added by drupal.org packaging script on 2010-03-02
version = "6.x-1.5"
core = "6.x"
project = "nodeformsettings"
datestamp = "1267563624"

As you can see in the "normal" versions the packaging script has added text instead of replacing it. And in the CVS-versions these additions will be stripped away. When going to

/admin/reports/updates

it complains about being the latest version of this module.

Comments

lelizondo’s picture

Status: Active » Fixed

Thanks for reporting this. I've just committed a clean version of both .info files, we'll have to wait a few hours until drupal creates a new tarball.

I'll mark this as fixed, but If this is not solved by tomorrow, please reopen.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.