summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES8
-rw-r--r--MANIFEST.in2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 5ea3535..adfcc65 100644
--- 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
-----------
diff --git a/MANIFEST.in b/MANIFEST.in
index e96ba56..a089e6f 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -3,4 +3,4 @@ include babel/localedata/*.dat
include doc/api/*.*
include doc/*.html
include scripts/*
-include tests/*
+recursive-include tests/*