diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-04-15 06:32:08 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-04-15 06:32:08 +0000 |
commit | 7af49ccf1eceae79ce796f18d5f19be4892d2746 (patch) | |
tree | cb5956eaecfa608a76ad463f76b2f8dd0ef8bf97 | |
parent | 76cf1281be73fd58d585fd1a9ca8103cf148f634 (diff) | |
download | pam-7af49ccf1eceae79ce796f18d5f19be4892d2746.tar.gz pam-7af49ccf1eceae79ce796f18d5f19be4892d2746.tar.bz2 pam-7af49ccf1eceae79ce796f18d5f19be4892d2746.zip |
Relevant BUGIDs: 414943
Purpose of commit: comment about bug ids
Commit summary:
---------------
Sourceforge bumped all the bugids by 100000 at some point and this
made earlier entries in this CHANGELOG off by that amount. I've
added a comment about this to help the reader in trying to track
each interesting bug down.
-rw-r--r-- | CHANGELOG | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -24,8 +24,14 @@ TODO: ==================================================================== Note, as of release 0.73, all checkins should be accompanied with a -Bug ID. The bug IDs relate to sourceforge IDs.. You can query the -related bug description with the following URL: +Bug ID. The bug IDs relate to sourceforge IDs.. (Of course, nothing is +ever that simple. It turns out that at some point in Sourceforge's +history all of the bug ids got bumped by 100000, so pretty much if you +see a bug ID below that begins with a '1' and your attempted query +fails, try adding 100000 to the number and trying again. I believe +this only affects bugs before release 0.76.) + +You can query the related bug description with the following URL: http://sourceforge.net/tracker/index.php?func=detail&aid=XXXXXX&group_id=6663&atid=106663 @@ -43,6 +49,9 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* added a comment to this CHANGELOG to explain why most of the bugids + used below appear not to be known to sourceforge [try adding 100000 + to the bugid number.] (Bug 414943 - agmorgan) * bumped version numbers and also added support for SONAME defines that appear not to have survived the great autoconf experiment (Bug 414669 - agmorgan). |