[mousetrap] Release 3.17.1



commit 6d574db050df330f124235b1ed94554cda53bcc5
Author: Stoney Jackson <dr stoney gmail com>
Date:   Mon Apr 27 16:43:32 2015 -0400

    Release 3.17.1

 HACKING.md   |    4 ++--
 NEWS         |   14 ++++++--------
 README.md    |    3 ++-
 configure.ac |    4 ++--
 4 files changed, 12 insertions(+), 13 deletions(-)
---
diff --git a/HACKING.md b/HACKING.md
index 9ac8bc4..af328d2 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -18,9 +18,9 @@ Getting Connected
 Contributor License Agreement
 -----------------------------
 
-All contributions are assumed to be licensed under GPL v3. If you include code
+All contributions are assumed to be licensed under GPL v2. If you include code
 from another project, you must include their license and give them credit for
-the code. Only code with licenses compatible with GPL v3 will be accepted.
+the code. Only code with licenses compatible with GPL v2 will be accepted.
 
 
 Contributing
diff --git a/NEWS b/NEWS
index cab91ac..3908599 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,7 @@
-3.17.0-pre
+3.17.1
 ==========
-* New code-base
-* Python 2/3 compatible
-* Build management backed by setup.py, but accessed through make
-* Greater emphasis on automated testing using Python's unittest module
-* Expanded use of make for development tasks (e.g., make check, make coverage,
-    make run, etc.)
-* Add Travis-CI support
+* Supports Python3 with OpenCV3 and Python2 with OpenCV2
+* Makefiles now backed by setup.py
+* Introduces unit-testing through Python's unittest module
+* Supports Travis-CI
+* Translations: hu (Balázs Úr) and pt_BR (Edvaldo de Souza Cruz) 
diff --git a/README.md b/README.md
index 19357da..29a564d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # MouseTrap
 
-License: GPL v2.0 (see LICENSE)
+* Version: 3.17.1
+* License: GPL v2.0 (see LICENSE)
 
 
 ## Software Requirements
diff --git a/configure.ac b/configure.ac
index 224667e..a7d8028 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
 AC_PREREQ([2.50])
 
-AC_INIT([mousetrap],[3.17.0-pre],[https://bugzilla.gnome.org/enter_bug.cgi?product=mousetrap])
+AC_INIT([mousetrap],[3.17.1],[https://bugzilla.gnome.org/enter_bug.cgi?product=mousetrap])
 AM_INIT_AUTOMAKE([1.11.3 foreign])
 
-MOUSETRAP_VERSION=3.17.0-pre
+MOUSETRAP_VERSION=3.17.1
 AC_SUBST(MOUSETRAP_VERSION)
 
 CURRENT_DIR=$PWD


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]