Changeset 61d21e5b


Ignore:
Timestamp:
2015-03-25T22:46:06Z (9 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
3dcc878
Parents:
a70b7d7
Message:

Minor fixes before 3.4 release.
Added date to doc/CHANGES and fixed "make tar".

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    ra70b7d7 r61d21e5b  
    159159        x=$$(basename $$(pwd)); \
    160160        cd ..; \
    161         tar czf $$x.tar.gz --exclude-from=.gitignore $$x
     161        tar czf $$x.tar.gz --exclude=debian --exclude=.git* --exclude=.depend $$x
    162162
    163163$(subdirs):
  • doc/CHANGES

    ra70b7d7 r61d21e5b  
    55
    66Version 3.4:
     7- First release pretty much fully prepared by dx instead of Wilmer. Just look
     8  at the tightly structured changelog!
    79- Main repository migrated from bzr to git
    810- Some API/ABI changes. Recompiling third party plugins is required!
     
    4345- And lots of small bugfixes, too many to list here.
    4446
    45 Finished ... 20XX
     47Finished 25 Mar 2015
    4648
    4749Version 3.2.2:
Note: See TracChangeset for help on using the changeset viewer.