update ChangeLog and NEWS
diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-01-09 Brandon Invergo <brandon@invergo.net> + + * Makefile.am (EXTRA_DIST): Include bootstrap.sh in files to be + distributed. + 2013-01-08 Brandon Invergo <brandon@invergo.net> * Makefile.am (EXTRA_DIST): Remove no-longer-existent scripts @@ -8,7 +13,7 @@ 2013-01-08 Brandon Invergo <brandon@in * src/Makefile.in (DISTFILES): Fix errant newline - * src/bootstrap: create + * src/bootstrap.sh: create * src/PKG-INFO.in (Classifier): Expand default Classifiers diff --git a/NEWS b/NEWS --- a/NEWS +++ b/NEWS @@ -1,3 +1,36 @@ -2012-11-11 ----------- -* First release: 0.1 \ No newline at end of file +# -*- org -*- + +Copyright (C) 2012 Brandon Invergo <brandon@invergo.net> + +This file is part of pyconfigure. + +pyconfigure is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +pyconfigure is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with pyconfigure. If not, see <http://www.gnu.org/licenses/>. + +* 0.1.1 +This is a bugfix/cleanup release, correcting several problems with +version 0.1 +** Running Autoconf no longer produces errant files. +There was a bug in the Python Autoconf macros which produced empty +files. This has been corrected. +** Python syntax errors in some macros were fixed. +** The `src' directory was cleaned up. +Previously, pre-generated files were included in the src +directory. This has been cleaned up in favor of the developer +generating them him or herself. +** The `bootstrap.sh' script was added +The `bootstrap.sh' script can be executed in place of `autoreconf' +(so the developer need not know about `autoreconf'). +** PKG-INFO.in has been expanded to show more default classifiers +* 0.1 +This is the first release of pyconfigure