From 61d21e5b7a3d309038d5b3210ab261858e7334e3 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Wed, 25 Mar 2015 22:46:06 +0000 Subject: Minor fixes before 3.4 release. Added date to doc/CHANGES and fixed "make tar". --- Makefile | 2 +- doc/CHANGES | 4 +++- 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) -- cgit v1.2.3