From: Bob Halley Date: Fri, 30 Sep 2016 22:44:45 +0000 (-0700) Subject: Move info about releases other than the current one to the end. X-Git-Tag: v1.16.0~138 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be5a1b003a432f9dfb3a06489a17f1876bbb9363;p=thirdparty%2Fdnspython.git Move info about releases other than the current one to the end. --- diff --git a/README.md b/README.md index 9b6f888b..94897604 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,33 @@ This is dnspython 1.15.0 * The random number generator reseeds after a fork(). + +## REQUIREMENTS + +Python 2.6 or later. + + +## HOME PAGE + +For the latest in releases, documentation, and information, visit the dnspython +home page at http://www.dnspython.org/ + + +## BUG REPORTS + +Bug reports may be opened at +https://github.com/rthalley/dnspython/issues or sent to +bugs@dnspython.org + + +## MAILING LISTS + +A number of mailing lists are available. Visit the dnspython home page to +subscribe or unsubscribe. + + +## PRIOR RELEASE INFORMATION + ### New since 1.13.0: * CSYNC RRs are now supported. @@ -571,32 +598,3 @@ This is dnspython 1.15.0 * See the ChangeLog file for more detailed information on changes since the prior release. - - -## REQUIREMENTS - -Python 2.6 or later. - - -## HOME PAGE - -For the latest in releases, documentation, and information, visit the dnspython -home page at http://www.dnspython.org/ - - - -## DOCUMENTATION - -Documentation is sparse at the moment. Use pydoc, or read the HTML documentation -at the dnspython home page, or download the HTML documentation. - - -## BUG REPORTS - -Bug reports may be sent to bugs@dnspython.org - - -## MAILING LISTS - -A number of mailing lists are available. Visit the dnspython home page to -subscribe or unsubscribe.