1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
2010-10-14 Scott Christley <schristley@mac.com>
* Readme.txt: Add information about 2.2.2 version.
* Version: Bump to 2.2.2
* BCUtilStrings.m: Remove 64-bit hack for older GNUstep.
* BCDataMatrix.m: Likewise.
* BCSequenceReader.m: Likewise.
* BCMCP.m: Initialize variables.
2010-05-06 Scott Christley <schristley@mac.com>
* Readme.txt: Add information about 2.2.1 version.
* Version: Bump to 2.2.1
* BCSuffixArray.[hm]: Update license to Lucent
Public License Version 1.02 for the suffix array code.
* Authors.txt: Likewise.
* license.txt: Add Lucent license.
* BCFoundation/GNUmakefile: Don't install BCInternal.h
* BCDataMatrix.h: Eliminate FOUNDATION_EXPORT.
* BCStringDefinitions.h: Likewise.
* BCAnnotation.h: Likewise.
* BCInternal.h: Likewise.
2010-01-14 Scott Christley <schristley@mac.com>
* BCDataMatrix.[hm], BCAnnotation.[hm]: Move BCInternal.h
from interface to implementation file.
* BCNucleotideRNA.m (+initBases): Use non-deprecated method.
2009-09-20 Scott Christley <schristley@mac.com>
* Readme.txt: Add information about 2.2.0 version.
* Version: Bump to 2.2.0
* ChangeLog: New file.
* BCFoundation/BCGeneExpression/GNUmakefile: New file.
|