diff options
author | Mark Wielaard <mark@klomp.org> | 2019-07-11 19:54:37 +0200 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2019-07-11 19:54:46 +0200 |
commit | d50cc4b0e700f8f8285b02d28db595e805e3b627 (patch) | |
tree | 30f4f51c14f94583933cbfb651c9be657675e301 | |
parent | 04e979201daffd511826ed1c196c9f5fe7d14a89 (diff) | |
download | bzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.tar.gz bzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.tar.bz2 bzip2-d50cc4b0e700f8f8285b02d28db595e805e3b627.zip |
Replace project contact email with bzip2-devel@sourceware.org.
Keep Julian's email as author information, but redirect general
project feedback in the code and manual to the community mailinglist.
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | bzip2.c | 8 | ||||
-rw-r--r-- | bzlib.c | 4 | ||||
-rw-r--r-- | entities.xml | 3 | ||||
-rw-r--r-- | manual.xml | 8 |
5 files changed, 14 insertions, 13 deletions
@@ -165,8 +165,8 @@ WHAT'S NEW IN 1.0.x ? | |||
165 | 165 | ||
166 | See the CHANGES file. | 166 | See the CHANGES file. |
167 | 167 | ||
168 | I hope you find bzip2 useful. Feel free to contact me at | 168 | I hope you find bzip2 useful. Feel free to contact the developers at |
169 | jseward@acm.org | 169 | bzip2-devel@sourceware.org |
170 | if you have any suggestions or queries. Many people mailed me with | 170 | if you have any suggestions or queries. Many people mailed me with |
171 | comments, suggestions and patches after the releases of bzip-0.15, | 171 | comments, suggestions and patches after the releases of bzip-0.15, |
172 | bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, | 172 | bzip-0.21, and bzip2 versions 0.1pl2, 0.9.0, 0.9.5, 1.0.0, 1.0.1, |
@@ -748,8 +748,8 @@ void panic ( const Char* s ) | |||
748 | fprintf ( stderr, | 748 | fprintf ( stderr, |
749 | "\n%s: PANIC -- internal consistency error:\n" | 749 | "\n%s: PANIC -- internal consistency error:\n" |
750 | "\t%s\n" | 750 | "\t%s\n" |
751 | "\tThis is a BUG. Please report it to me at:\n" | 751 | "\tThis is a BUG. Please report it to:\n" |
752 | "\tjseward@acm.org\n", | 752 | "\tbzip2-devel@sourceware.org\n", |
753 | progName, s ); | 753 | progName, s ); |
754 | showFileNames(); | 754 | showFileNames(); |
755 | cleanUpAndFail( 3 ); | 755 | cleanUpAndFail( 3 ); |
@@ -829,7 +829,7 @@ void mySIGSEGVorSIGBUScatcher ( IntNative n ) | |||
829 | " The user's manual, Section 4.3, has more info on (1) and (2).\n" | 829 | " The user's manual, Section 4.3, has more info on (1) and (2).\n" |
830 | " \n" | 830 | " \n" |
831 | " If you suspect this is a bug in bzip2, or are unsure about (1)\n" | 831 | " If you suspect this is a bug in bzip2, or are unsure about (1)\n" |
832 | " or (2), feel free to report it to me at: jseward@acm.org.\n" | 832 | " or (2), feel free to report it to: bzip2-devel@sourceware.org.\n" |
833 | " Section 4.3 of the user's manual describes the info a useful\n" | 833 | " Section 4.3 of the user's manual describes the info a useful\n" |
834 | " bug report should have. If the manual is available on your\n" | 834 | " bug report should have. If the manual is available on your\n" |
835 | " system, please try and read it before mailing me. If you don't\n" | 835 | " system, please try and read it before mailing me. If you don't\n" |
@@ -852,7 +852,7 @@ void mySIGSEGVorSIGBUScatcher ( IntNative n ) | |||
852 | " The user's manual, Section 4.3, has more info on (2) and (3).\n" | 852 | " The user's manual, Section 4.3, has more info on (2) and (3).\n" |
853 | " \n" | 853 | " \n" |
854 | " If you suspect this is a bug in bzip2, or are unsure about (2)\n" | 854 | " If you suspect this is a bug in bzip2, or are unsure about (2)\n" |
855 | " or (3), feel free to report it to me at: jseward@acm.org.\n" | 855 | " or (3), feel free to report it to: bzip2-devel@sourceware.org.\n" |
856 | " Section 4.3 of the user's manual describes the info a useful\n" | 856 | " Section 4.3 of the user's manual describes the info a useful\n" |
857 | " bug report should have. If the manual is available on your\n" | 857 | " bug report should have. If the manual is available on your\n" |
858 | " system, please try and read it before mailing me. If you don't\n" | 858 | " system, please try and read it before mailing me. If you don't\n" |
@@ -43,12 +43,12 @@ void BZ2_bz__AssertH__fail ( int errcode ) | |||
43 | fprintf(stderr, | 43 | fprintf(stderr, |
44 | "\n\nbzip2/libbzip2: internal error number %d.\n" | 44 | "\n\nbzip2/libbzip2: internal error number %d.\n" |
45 | "This is a bug in bzip2/libbzip2, %s.\n" | 45 | "This is a bug in bzip2/libbzip2, %s.\n" |
46 | "Please report it to me at: jseward@acm.org. If this happened\n" | 46 | "Please report it to: bzip2-devel@sourceware.org. If this happened\n" |
47 | "when you were using some program which uses libbzip2 as a\n" | 47 | "when you were using some program which uses libbzip2 as a\n" |
48 | "component, you should also report this bug to the author(s)\n" | 48 | "component, you should also report this bug to the author(s)\n" |
49 | "of that program. Please make an effort to report this bug;\n" | 49 | "of that program. Please make an effort to report this bug;\n" |
50 | "timely and accurate bug reports eventually lead to higher\n" | 50 | "timely and accurate bug reports eventually lead to higher\n" |
51 | "quality software. Thanks. Julian Seward, 10 December 2007.\n\n", | 51 | "quality software. Thanks.\n\n", |
52 | errcode, | 52 | errcode, |
53 | BZ2_bzlibVersion() | 53 | BZ2_bzlibVersion() |
54 | ); | 54 | ); |
diff --git a/entities.xml b/entities.xml index 3016674..a415062 100644 --- a/entities.xml +++ b/entities.xml | |||
@@ -1,6 +1,7 @@ | |||
1 | <!-- misc. strings --> | 1 | <!-- misc. strings --> |
2 | <!ENTITY bz-url "https://sourceware.org/bzip2/"> | 2 | <!ENTITY bz-url "https://sourceware.org/bzip2/"> |
3 | <!ENTITY bz-email "jseward@acm.org"> | 3 | <!ENTITY bz-author "jseward@acm.org"> |
4 | <!ENTITY bz-email "bzip2-devel@sourceware.org"> | ||
4 | <!ENTITY bz-lifespan "1996-2010"> | 5 | <!ENTITY bz-lifespan "1996-2010"> |
5 | 6 | ||
6 | <!ENTITY bz-version "1.0.7"> | 7 | <!ENTITY bz-version "1.0.7"> |
@@ -653,7 +653,7 @@ unsigned 64-bit integer.</para> | |||
653 | <title>AUTHOR</title> | 653 | <title>AUTHOR</title> |
654 | 654 | ||
655 | <para>Julian Seward, | 655 | <para>Julian Seward, |
656 | <computeroutput>&bz-email;</computeroutput></para> | 656 | <computeroutput>&bz-author;</computeroutput></para> |
657 | 657 | ||
658 | <para>The ideas embodied in | 658 | <para>The ideas embodied in |
659 | <computeroutput>bzip2</computeroutput> are due to (at least) the | 659 | <computeroutput>bzip2</computeroutput> are due to (at least) the |
@@ -2487,12 +2487,12 @@ message:</para> | |||
2487 | <blockquote> | 2487 | <blockquote> |
2488 | <para>bzip2/libbzip2: internal error number N.</para> | 2488 | <para>bzip2/libbzip2: internal error number N.</para> |
2489 | <para>This is a bug in bzip2/libbzip2, &bz-version; of &bz-date;. | 2489 | <para>This is a bug in bzip2/libbzip2, &bz-version; of &bz-date;. |
2490 | Please report it to me at: &bz-email;. If this happened | 2490 | Please report it to: &bz-email;. If this happened |
2491 | when you were using some program which uses libbzip2 as a | 2491 | when you were using some program which uses libbzip2 as a |
2492 | component, you should also report this bug to the author(s) | 2492 | component, you should also report this bug to the author(s) |
2493 | of that program. Please make an effort to report this bug; | 2493 | of that program. Please make an effort to report this bug; |
2494 | timely and accurate bug reports eventually lead to higher | 2494 | timely and accurate bug reports eventually lead to higher |
2495 | quality software. Thanks. Julian Seward, &bz-date;. | 2495 | quality software. Thanks. |
2496 | </para></blockquote> | 2496 | </para></blockquote> |
2497 | 2497 | ||
2498 | <para>where <computeroutput>N</computeroutput> is some error code | 2498 | <para>where <computeroutput>N</computeroutput> is some error code |
@@ -2537,7 +2537,7 @@ recovered from.</para> | |||
2537 | <para>Everything related to Windows has been contributed by | 2537 | <para>Everything related to Windows has been contributed by |
2538 | Yoshioka Tsuneo | 2538 | Yoshioka Tsuneo |
2539 | (<computeroutput>tsuneo@rr.iij4u.or.jp</computeroutput>), so | 2539 | (<computeroutput>tsuneo@rr.iij4u.or.jp</computeroutput>), so |
2540 | you should send your queries to him (but perhaps Cc: me, | 2540 | you should send your queries to him (but please Cc: |
2541 | <computeroutput>&bz-email;</computeroutput>).</para> | 2541 | <computeroutput>&bz-email;</computeroutput>).</para> |
2542 | 2542 | ||
2543 | <para>My vague understanding of what to do is: using Visual C++ | 2543 | <para>My vague understanding of what to do is: using Visual C++ |