]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Fixed not all tests being included
authorArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Jul 2013 09:55:41 +0000 (11:55 +0200)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sat, 27 Jul 2013 09:55:41 +0000 (11:55 +0200)
CHANGES
MANIFEST.in

diff --git a/CHANGES b/CHANGES
index 5ea3535539a0ad7c28b6e370d62014afe05cc411..adfcc65e765a250bc9bb8f2b2c983e213f5be46a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,14 @@
 Babel Changelog
 ===============
 
+Version 1.2
+-----------
+
+(bugfix release, release date to be decided)
+
+- Included all tests in the tarball.  Previously the include
+  skipped past recursive folders.
+
 Version 1.1
 -----------
 
index e96ba56ea9cf10d92e757145f1a2820104a17ea3..a089e6f41818881b6a18fbec1fe38bd81a79eb91 100644 (file)
@@ -3,4 +3,4 @@ include babel/localedata/*.dat
 include doc/api/*.*
 include doc/*.html
 include scripts/*
-include tests/*
+recursive-include tests/*