aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2015-03-25 22:46:06 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2015-03-25 22:46:06 +0000
commit61d21e5b7a3d309038d5b3210ab261858e7334e3 (patch)
treef6c3a5cba34aab72347dcfdb0d7a542276175636
parenta70b7d7e362faf2b49857499c91ef95d141caebd (diff)
Minor fixes before 3.4 release.3.4
Added date to doc/CHANGES and fixed "make tar".
-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)