summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-23 22:02:00 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-23 22:02:00 (EDT)
commite77b32854807af6ce6b532996380d2a6a09d1ba3 (patch)
tree92f72688e942e4ad7bae91a4a9abbff07216b1e7
parent6d2de5ebf163cc34efe210b9d61c0fd406c08e82 (diff)
Release opkhelper 3.0.0-alpha3.opkhelper-3.0.0-alpha3
-rw-r--r--ChangeLog7
-rwxr-xr-xconfigure2
2 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9202eb6..839f4fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+3.0.0-alpha3 (2012-10-23)
+
+ [ P. J. McDermott ]
+ * Fix quotes in the "install" target of man/Makefile.in. Thanks David
+ Stanford for catching this.
+ * Warn if some files aren't installed into binary packages.
+
3.0.0-alpha2 (2012-10-22)
[ P. J. McDermott ]
diff --git a/configure b/configure
index b5d9995..f39846a 100755
--- a/configure
+++ b/configure
@@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
package_name='opkhelper'
-package_version='3.0.0-alpha2'
+package_version='3.0.0-alpha3'
package_description='OPK Build Helper Tools'
srcdir="$(cd "${0%/*}" && pwd)"