aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--doc/CHANGES4
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 60ecd0cf..ad0f3b88 100644
--- a/Makefile
+++ b/Makefile
@@ -158,7 +158,7 @@ tar:
fakeroot debian/rules clean || make distclean
x=$$(basename $$(pwd)); \
cd ..; \
- tar czf $$x.tar.gz --exclude-from=.gitignore $$x
+ tar czf $$x.tar.gz --exclude=debian --exclude=.git* --exclude=.depend $$x
$(subdirs):
@$(MAKE) -C $@ $(MAKECMDGOALS)
diff --git a/doc/CHANGES b/doc/CHANGES
index 4857ac6c..1c261fb4 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -4,6 +4,8 @@ found in the git commit logs, for example you can try:
https://github.com/bitlbee/bitlbee/commits/master
Version 3.4:
+- First release pretty much fully prepared by dx instead of Wilmer. Just look
+ at the tightly structured changelog!
- Main repository migrated from bzr to git
- Some API/ABI changes. Recompiling third party plugins is required!
- Important bugfixes:
@@ -42,7 +44,7 @@ Version 3.4:
last week. This is being worked on, but it's far from ready for release.
- And lots of small bugfixes, too many to list here.
-Finished ... 20XX
+Finished 25 Mar 2015
Version 3.2.2:
- The OTR plugin now uses libotr 4.0 (AKA libotr5 in debian based distros)