Update README about bugs reporting and new releases notification
authorIvan Maidanski <ivmai@mail.ru>
Fri, 2 Jun 2017 04:44:15 +0000 (07:44 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 20 Sep 2017 07:46:06 +0000 (10:46 +0300)
(Cherry-pick commit f705a8f from 'master' branch.)

* README.md (Download): Move (and update) information about bug reporting
to another section.
* README.md (Feedback, Contribution, Questions and Notifications): New
section.
* configure.ac (AC_INIT): Change URI for reporting bugs.

README.md
configure.ac

index 41dd6a8..7ed7cf8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,8 +34,6 @@ allow you to write code:
 For details and licensing restrictions see the files in the "doc"
 subdirectory.
 
-Please address bug reports to [mailing list](mailto:bdwgc@lists.opendylan.org).
-
 
 ## Installation and Usage
 
@@ -68,6 +66,31 @@ HP-UX/PA-RISC: `aCC -Ae` won't work as a C compiler, since it doesn't support
 inline assembly code.  Use cc.
 
 
+## Feedback, Contribution, Questions and Notifications
+
+Please address bug reports and new feature ideas to
+[GitHub issues](https://github.com/ivmai/libatomic_ops/issues).  Before the
+submission please check that it has not been done yet by someone else.
+
+If you want to contribute, submit
+a [pull request](https://github.com/ivmai/libatomic_ops/pulls) to GitHub.
+
+If you need help, use
+[Stack Overflow](https://stackoverflow.com/questions/tagged/atomic-ops).
+Older questions on the site can be found by
+[this query](https://stackoverflow.com/search?q=atomic_ops).
+Older technical discussions are also available in
+[bdwgc mailing list archive](https://github.com/ivmai/bdwgc/files/1038163/bdwgc-mailing-list-archive-2017_04.tar.gz).
+
+To get new release announcements, subscribe to
+[RSS feed](https://github.com/ivmai/libatomic_ops/releases.atom).
+(To receive the notifications by email, a 3rd-party free service like
+[IFTTT RSS Feed](https://ifttt.com/feed) can be setup.)
+To be notified on all issues, please
+[watch](https://github.com/ivmai/libatomic_ops/watchers) the project on
+GitHub.
+
+
 ## Copyright & Warranty
 
 See doc/LICENSING.txt file.
index 5066522..97d1829 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.6.0],bdwgc@lists.opendylan.org)
+AC_INIT([libatomic_ops],[7.6.0],https://github.com/ivmai/libatomic_ops/issues)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])