@@ -2,7 +2,7 @@ include NEWS
include README
include Makefile
include COPYING
-include stdint.h
+include dulwich/stdint.h
recursive-include docs conf.py *.txt Makefile make.bat
recursive-include examples *.py
graft dulwich/tests/data
@@ -1,10 +1,14 @@
0.9.3 UNRELEASED
+ BUG FIXES
+
+ * Fix path for stdint.h in MANIFEST.in. (Jelmer Vernooij)
0.9.2 2013-09-26
BUG FIXES
- * Include stdint.h in MANIFEST.IN (Mark Mikofski)
+ * Include stdint.h in MANIFEST.in (Mark Mikofski)
0.9.1 2013-09-22