as per subject

This prevents notifications about updates.

Comments

robloach’s picture

Status: Active » Postponed (maintainer needs more info)

Are you sure you downloaded 6.x-1.2? The version information is in the .info file:

; $Id: recaptcha.info,v 1.8.4.2.2.5.2.1 2007/12/03 16:38:56 robloach Exp $
name = reCAPTCHA
description = "Uses the reCAPTCHA web service to improve the CAPTCHA system."
dependencies[] = captcha
package = "Spam control"
core = 6.x

; Information added by drupal.org packaging script on 2009-06-14
version = "6.x-1.2"
core = "6.x"
project = "recaptcha"
datestamp = "1244957455"
giorgio79’s picture

Hmm, not sure, this is what I have:


; $Id: recaptcha.info,v 1.8.4.2.2.5.2.1 2007/12/03 16:38:56 robloach Exp $
name = reCAPTCHA
description = "Uses the reCAPTCHA web service to improve the CAPTCHA system."
dependencies[] = captcha
package = "Spam control"
core = 6.x

Notice, that the information added by drupal packaging stuff is missing though. I guess that could be it. But I have no clue how is that possible. I just realised this that a dozen of my modules like flag, some panels moduls do not have version numbers displayed, and were never picked up by the update report...

robloach’s picture

You probably checked the module out from CVS so that it's missing the version information. If you install CVS Deploy, you might get the version information in there.

Thanks,
Rob

giorgio79’s picture

Thanks Rob, I am pretty sure I did not. Never done CVS checkout before. Just downloaded it from the module page.

Anyways, thanks for looking at it, I guess it may help others searching for such an issue. :)

liam morland’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)