GNU bug report logs - #8054
24.0.50; Who ever heard of a version number that doesn't change all year?

Previous Next

Package: emacs;

Reported by: jidanni <at> jidanni.org

Date: Wed, 16 Feb 2011 12:46:02 UTC

Severity: wishlist

Tags: patch

Found in version 24.0.50

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 8054 in the body.
You can then email your comments to 8054 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Wed, 16 Feb 2011 12:46:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jidanni <at> jidanni.org:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 16 Feb 2011 12:46:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jidanni <at> jidanni.org
To: bug-gnu-emacs <at> gnu.org
Subject: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Wed, 16 Feb 2011 20:54:37 +0800
Gentlemen, let's face it, your version number,
emacs-version "24.0.50.1"
is a total disaster for use in e.g., report-emacs-bug.

Who ever heard of a version number that doesn't change all year?
Even Microsoft with its 6.5235345532543 numbers are better than yours.
I especially like e.g.,
http://en.wikipedia.org/wiki/Special:Version MediaWiki|1.17wmf1 (r82223)

So do contemplate providing _version information down to the commit
granularity_ like the MediaWiki people do ... available right there to
the report-emacs-bug command, etc.

Don't expect the user to have to explain what time of what day he got his
copy from where, when asked for more details than "24.0.50.1".




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Wed, 16 Feb 2011 13:02:01 GMT) Full text and rfc822 format available.

Message #8 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Lennart Borgman <lennart.borgman <at> gmail.com>
To: jidanni <at> jidanni.org
Cc: 8054 <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50; Who ever heard of a version number that
	doesn't change all year?
Date: Wed, 16 Feb 2011 14:10:04 +0100
On Wed, Feb 16, 2011 at 1:54 PM,  <jidanni <at> jidanni.org> wrote:
> Gentlemen, let's face it, your version number,
> emacs-version "24.0.50.1"
> is a total disaster for use in e.g., report-emacs-bug.

Yepp. I have suggested to use bzr ids instead. Which is what I am
using in my patched version of EmacsW32 (so I have some code for w32
for it).

I think this should be added to the makefiles.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Sat, 19 Feb 2011 22:15:02 GMT) Full text and rfc822 format available.

Message #11 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Lennart Borgman <lennart.borgman <at> gmail.com>
Cc: 8054 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Sat, 19 Feb 2011 17:14:26 -0500
Lennart Borgman <lennart.borgman <at> gmail.com> writes:

> On Wed, Feb 16, 2011 at 1:54 PM,  <jidanni <at> jidanni.org> wrote:
>> Gentlemen, let's face it, your version number,
>> emacs-version "24.0.50.1"
>> is a total disaster for use in e.g., report-emacs-bug.
>
> Yepp. I have suggested to use bzr ids instead. Which is what I am
> using in my patched version of EmacsW32 (so I have some code for w32
> for it).
>
> I think this should be added to the makefiles.

It would be rather annoying to change version.el or other working file
everything we make a bzr commit, so that's not a good idea.

What we could do is to check if Emacs is being run from inside a bzr
working directory bound to a savannah.gnu.org location (e.g. trunk), and
use vc-bzr-current-revision to find and report that revision number.

But such a feature would be pretty limited: it would not apply to anyone
working in a feature branch, nor would it apply to those running a "make
install"ed Emacs.  So it doesn't seem worth the effort.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Sat, 19 Feb 2011 22:23:01 GMT) Full text and rfc822 format available.

Message #14 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Lennart Borgman <lennart.borgman <at> gmail.com>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 8054 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#8054: 24.0.50; Who ever heard of a version number that
	doesn't change all year?
Date: Sat, 19 Feb 2011 23:22:06 +0100
On Sat, Feb 19, 2011 at 11:14 PM, Chong Yidong <cyd <at> stupidchicken.com> wrote:
> Lennart Borgman <lennart.borgman <at> gmail.com> writes:
>
>> On Wed, Feb 16, 2011 at 1:54 PM,  <jidanni <at> jidanni.org> wrote:
>>> Gentlemen, let's face it, your version number,
>>> emacs-version "24.0.50.1"
>>> is a total disaster for use in e.g., report-emacs-bug.
>>
>> Yepp. I have suggested to use bzr ids instead. Which is what I am
>> using in my patched version of EmacsW32 (so I have some code for w32
>> for it).
>>
>> I think this should be added to the makefiles.
>
> It would be rather annoying to change version.el or other working file
> everything we make a bzr commit, so that's not a good idea.
>
> What we could do is to check if Emacs is being run from inside a bzr
> working directory bound to a savannah.gnu.org location (e.g. trunk), and
> use vc-bzr-current-revision to find and report that revision number.

Yes, something like that is what I have in mind.

> But such a feature would be pretty limited: it would not apply to anyone
> working in a feature branch,

Of course it should be extended to that.

> nor would it apply to those running a "make
> install"ed Emacs.

Why not?




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Sat, 19 Feb 2011 22:24:02 GMT) Full text and rfc822 format available.

Message #17 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: Lennart Borgman <lennart.borgman <at> gmail.com>
Cc: 8054 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Sat, 19 Feb 2011 17:23:42 -0500
Lennart Borgman <lennart.borgman <at> gmail.com> writes:

>> But such a feature would be pretty limited: it would not apply to anyone
>> working in a feature branch,
>
> Of course it should be extended to that.

Revision numbers on feature branches are meaningless.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Sat, 19 Feb 2011 22:36:02 GMT) Full text and rfc822 format available.

Message #20 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Lennart Borgman <lennart.borgman <at> gmail.com>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: 8054 <at> debbugs.gnu.org, jidanni <at> jidanni.org
Subject: Re: bug#8054: 24.0.50; Who ever heard of a version number that
	doesn't change all year?
Date: Sat, 19 Feb 2011 23:35:15 +0100
On Sat, Feb 19, 2011 at 11:23 PM, Chong Yidong <cyd <at> stupidchicken.com> wrote:
> Lennart Borgman <lennart.borgman <at> gmail.com> writes:
>
>>> But such a feature would be pretty limited: it would not apply to anyone
>>> working in a feature branch,
>>
>> Of course it should be extended to that.
>
> Revision numbers on feature branches are meaningless.

I am not sure of that.

And can't you get the trunk's rev number?




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Sat, 26 Feb 2011 03:07:01 GMT) Full text and rfc822 format available.

Message #23 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: debbugs-submit-bounces <at> debbugs.gnu.org
To: 8054 <at> debbugs.gnu.org
Subject: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Sat, 26 Feb 2011 14:04:42 +1100
Would it not be possible to add a script that could be used by configure to
check for the .bzr directory and if it exists, extract the value from the
branch/last-revision file and use that value to either append to the version or
set some other variable. If the .bzr directory does not exist, set it to nil or
'unknown' or something?

This would have the advantage of linking the revison number to the final build,
eliminating differences that depend on whether the code is run from the install
directory or installed somewhere else. 

Tim

P.S. or alternatively, update the text presented in report-emacs-bug to
encourage people to include the bzr revno if they are running from bzr sources
and explain how to get this value

-- 
Tim Cross
tcross <at> rapttech.com.au

There are two types of people in IT - those who do not manage what they 
understand and those who do not understand what they manage.




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Sat, 26 Feb 2011 03:52:02 GMT) Full text and rfc822 format available.

Message #26 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: tcross <at> rapttech.com.au
Cc: 8054 <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Fri, 25 Feb 2011 22:51:21 -0500
Did you do something to set your From: address to debbugs-submit-bounces
in your last mail?  If so, please don't do that!  :)

See
http://debbugs.gnu.org/cgi/bugreport.cgi?msg=23;bug=8054
http://debbugs.gnu.org/cgi/bugreport.cgi?msg=23;mbox=yes;bug=8054




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Tue, 22 Nov 2011 00:50:01 GMT) Full text and rfc822 format available.

Message #29 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 8054 <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Mon, 21 Nov 2011 19:48:16 -0500
Here's a patch to define an `emacs-bzr-version' during dumping and
include it in bug reports.

=== modified file 'lisp/loadup.el'
*** lisp/loadup.el	2011-07-06 22:43:48 +0000
--- lisp/loadup.el	2011-11-22 00:44:13 +0000
***************
*** 259,264 ****
--- 259,266 ----
  	   (versions (mapcar (function (lambda (name)
  					 (string-to-number (substring name (length base)))))
  			     files)))
+       (setq emacs-bzr-version (condition-case nil (emacs-bzr-get-version)
+                               (error nil)))
        ;; `emacs-version' is a constant, so we shouldn't change it with `setq'.
        (defconst emacs-version
  	(format "%s.%d"

=== modified file 'lisp/mail/emacsbug.el'
*** lisp/mail/emacsbug.el	2011-09-23 23:47:27 +0000
--- lisp/mail/emacsbug.el	2011-11-22 00:25:12 +0000
***************
*** 224,229 ****
--- 224,231 ----
      (add-text-properties (1+ user-point) (point) prompt-properties)
  
      (insert "\n\nIn " (emacs-version) "\n")
+     (if (stringp emacs-bzr-version)
+ 	(insert "Bzr revision: " emacs-bzr-version "\n"))
      (if (fboundp 'x-server-vendor)
  	(condition-case nil
              ;; This is used not only for X11 but also W32 and others.

=== modified file 'lisp/version.el'
*** lisp/version.el	2011-03-12 19:19:47 +0000
--- lisp/version.el	2011-11-22 00:37:43 +0000
***************
*** 78,89 ****
--- 78,110 ----
  ;; We hope that this alias is easier for people to find.
  (defalias 'version 'emacs-version)
  
+ ;; Set during dumping, this is a defvar so that it can be setq'd.
+ (defvar emacs-bzr-version nil
+   "String giving the bzr revision number from which this Emacs was built.
+ This is nil if Emacs was not built from a bzr checkout, or if we could
+ not determine the revision.")
+ 
+ (defun emacs-bzr-get-version ()
+   "Try to return as a string the bzr revision number of the Emacs sources.
+ Returns nil if the sources do not seem to be under bzr, or if we could
+ not determine the revision.  Note that this reports on the current state
+ of the sources, which may not correspond to the running Emacs."
+   (let ((file (expand-file-name ".bzr/branch/last-revision" source-directory)))
+     (if (file-readable-p file)
+         (with-temp-buffer
+           (insert-file-contents file)
+           (goto-char (point-max))
+           (if (looking-back "\n")
+               (delete-char -1))
+           (buffer-string)))))
+ 
  ;; We put version info into the executable in the form that `ident' uses.
  (or (eq system-type 'windows-nt)
      (purecopy (concat "\n$Id: " (subst-char-in-string ?\n ?\s (emacs-version))




Added tag(s) patch. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> debbugs.gnu.org. (Tue, 22 Nov 2011 00:50:02 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Wed, 23 Nov 2011 13:06:01 GMT) Full text and rfc822 format available.

Message #34 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 8054 <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50; Who ever heard of a version number that
	doesn't change all year?
Date: Wed, 23 Nov 2011 14:03:06 +0100
> Here's a patch to define an `emacs-bzr-version' during dumping and
> include it in bug reports.

If this were a democracy, I'd vote to commit it to the trunk now. It's
not going to break anything, and it can be useful in bug reports.

    Juanma




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Wed, 23 Nov 2011 13:26:02 GMT) Full text and rfc822 format available.

Message #37 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Christoph Scholtes <cschol2112 <at> googlemail.com>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: Glenn Morris <rgm <at> gnu.org>, 8054 <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50; Who ever heard of a version number that doesn't
	change all year?
Date: Wed, 23 Nov 2011 06:24:06 -0700
On 11/23/2011 6:03 AM, Juanma Barranquero wrote:
>> Here's a patch to define an `emacs-bzr-version' during dumping and
>> include it in bug reports.
>
> If this were a democracy, I'd vote to commit it to the trunk now. It's
> not going to break anything, and it can be useful in bug reports.

+1




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Wed, 23 Nov 2011 13:40:01 GMT) Full text and rfc822 format available.

Message #40 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Lennart Borgman <lennart.borgman <at> gmail.com>
To: Juanma Barranquero <lekktu <at> gmail.com>
Cc: Glenn Morris <rgm <at> gnu.org>, 8054 <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50; Who ever heard of a version number that
	doesn't change all year?
Date: Wed, 23 Nov 2011 14:37:17 +0100
+1




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Thu, 24 Nov 2011 06:23:01 GMT) Full text and rfc822 format available.

Message #43 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> gnu.org>
To: Glenn Morris <rgm <at> gnu.org>
Cc: 8054 <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Thu, 24 Nov 2011 14:20:30 +0800
Glenn Morris <rgm <at> gnu.org> writes:

> Here's a patch to define an `emacs-bzr-version' during dumping and
> include it in bug reports.

I think this would need the branch name too, in order to be useful.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Thu, 24 Nov 2011 07:08:02 GMT) Full text and rfc822 format available.

Message #46 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Chong Yidong <cyd <at> gnu.org>
Cc: 8054 <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Thu, 24 Nov 2011 02:06:04 -0500
Chong Yidong wrote:

>> Here's a patch to define an `emacs-bzr-version' during dumping and
>> include it in bug reports.
>
> I think this would need the branch name too, in order to be useful.

Really? At present, emacs-bzr-version will contain something like:

106501 rgm <at> gnu.org-20111124035909-rx8lttx9f1j29t69

So it's not just a revision number. The second bit is "a globally unique
identifier for the revision so that it can be referred to without
ambiguity".

But it's trivial to add eg parent_location from branch.conf, if you
really think this is necessary.




Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Sat, 07 Apr 2012 19:55:01 GMT) Full text and rfc822 format available.

Notification sent to jidanni <at> jidanni.org:
bug acknowledged by developer. (Sat, 07 Apr 2012 19:55:02 GMT) Full text and rfc822 format available.

Message #51 received at 8054-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 8054-done <at> debbugs.gnu.org
Subject: Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Sat, 07 Apr 2012 15:53:11 -0400
Version: 24.2

Added `emacs-bzr-version' to trunk.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Fri, 13 Apr 2012 00:28:02 GMT) Full text and rfc822 format available.

Message #54 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: jidanni <at> jidanni.org
To: 8054 <at> debbugs.gnu.org
Cc: control <at> debbugs.gnu.org
Subject: Re: bug#8054: closed (Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?)
Date: Fri, 13 Apr 2012 08:26:31 +0800
reopen 8054
thanks
Thank you but emacs-bzr-version is nil and thus will not help here in
$ apt-cache policy emacs-snapshot
emacs-snapshot:
  Installed: 2:20120410-1
  Candidate: 2:20120410-1
  Version table:
 *** 2:20120410-1 0
        500 http://emacs.naquadah.org/ unstable/ Packages
        100 /var/lib/dpkg/status





bug No longer marked as fixed in versions 24.2 and reopened. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 13 Apr 2012 00:28:02 GMT) Full text and rfc822 format available.

Reply sent to Glenn Morris <rgm <at> gnu.org>:
You have taken responsibility. (Fri, 13 Apr 2012 03:03:02 GMT) Full text and rfc822 format available.

Notification sent to jidanni <at> jidanni.org:
bug acknowledged by developer. (Fri, 13 Apr 2012 03:03:03 GMT) Full text and rfc822 format available.

Message #61 received at 8054-done <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 8054-done <at> debbugs.gnu.org
Subject: Re: bug#8054: closed (Re: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?)
Date: Thu, 12 Apr 2012 23:00:55 -0400
jidanni <at> jidanni.org wrote:

> Thank you but emacs-bzr-version is nil and thus will not help here in
> $ apt-cache policy emacs-snapshot

I suggest you take that up with the person who is kind enough to build
Emacs for you. Or learn to build it yourself.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#8054; Package emacs. (Fri, 13 Apr 2012 18:50:02 GMT) Full text and rfc822 format available.

Message #64 received at 8054 <at> debbugs.gnu.org (full text, mbox):

From: jidanni <at> jidanni.org
To: debian-emacsen <at> lists.debian.org
Cc: 8054 <at> debbugs.gnu.org
Subject: bug#8054: 24.0.50;
	Who ever heard of a version number that doesn't change all year?
Date: Sat, 14 Apr 2012 02:48:13 +0800
Dear debian-emacsen: shouldn't emacs be able to .,. OK never mind.

>>>>> "GbTS" == GNU bug Tracking System <help-debbugs <at> gnu.org> writes:

GbTS> Your bug report

GbTS> #8054: 24.0.50; Who ever heard of a version number that doesn't change all year?

GbTS> which was filed against the emacs package, has been closed.

GbTS> The explanation is attached below, along with your original report.
GbTS> If you require more details, please reply to 8054 <at> debbugs.gnu.org.

GbTS> -- 
GbTS> 8054: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=8054
GbTS> GNU Bug Tracking System
GbTS> Contact help-debbugs <at> gnu.org with problems


GbTS> From: Glenn Morris <rgm <at> gnu.org>
GbTS> Subject: Re: bug#8054: closed (Re: bug#8054: 24.0.50; Who ever heard of a version number that doesn't change all year?)
GbTS> To: 8054-done <at> debbugs.gnu.org
GbTS> Date: Thu, 12 Apr 2012 23:00:55 -0400 (15 hours, 44 minutes, 28 seconds ago)

GbTS> jidanni <at> jidanni.org wrote:

>> Thank you but emacs-bzr-version is nil and thus will not help here in
>> $ apt-cache policy emacs-snapshot

GbTS> I suggest you take that up with the person who is kind enough to build
GbTS> Emacs for you. Or learn to build it yourself.

GbTS> ----------


GbTS> From: jidanni <at> jidanni.org
GbTS> Subject: 24.0.50; Who ever heard of a version number that doesn't change all year?
GbTS> To: bug-gnu-emacs <at> gnu.org
GbTS> Date: Wed, 16 Feb 2011 20:54:37 +0800 (1 year, 8 weeks, 23 hours ago)

GbTS> Gentlemen, let's face it, your version number,
GbTS> emacs-version "24.0.50.1"
GbTS> is a total disaster for use in e.g., report-emacs-bug.

GbTS> Who ever heard of a version number that doesn't change all year?
GbTS> Even Microsoft with its 6.5235345532543 numbers are better than yours.
GbTS> I especially like e.g.,
GbTS> http://en.wikipedia.org/wiki/Special:Version MediaWiki|1.17wmf1 (r82223)

GbTS> So do contemplate providing _version information down to the commit
GbTS> granularity_ like the MediaWiki people do ... available right there to
GbTS> the report-emacs-bug command, etc.

GbTS> Don't expect the user to have to explain what time of what day he got his
GbTS> copy from where, when asked for more details than "24.0.50.1".


GbTS> ----------





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 12 May 2012 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 44 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.