Changeset 61d21e5b
- Timestamp:
- 2015-03-25T22:46:06Z (10 years ago)
- Branches:
- master
- Children:
- 3dcc878
- Parents:
- a70b7d7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
ra70b7d7 r61d21e5b 159 159 x=$$(basename $$(pwd)); \ 160 160 cd ..; \ 161 tar czf $$x.tar.gz --exclude -from=.gitignore$$x161 tar czf $$x.tar.gz --exclude=debian --exclude=.git* --exclude=.depend $$x 162 162 163 163 $(subdirs): -
doc/CHANGES
ra70b7d7 r61d21e5b 5 5 6 6 Version 3.4: 7 - First release pretty much fully prepared by dx instead of Wilmer. Just look 8 at the tightly structured changelog! 7 9 - Main repository migrated from bzr to git 8 10 - Some API/ABI changes. Recompiling third party plugins is required! … … 43 45 - And lots of small bugfixes, too many to list here. 44 46 45 Finished ... 20XX47 Finished 25 Mar 2015 46 48 47 49 Version 3.2.2:
Note: See TracChangeset
for help on using the changeset viewer.