Skip to content

Commit

Permalink
Preparing for a release
Browse files Browse the repository at this point in the history
git-svn-id: https://cdk.svn.sourceforge.net/svnroot/cdk/trunk/cdk@6675 eb4e18e3-b210-0410-a6ab-dec725e4b171
  • Loading branch information
egonw committed Jul 14, 2006
1 parent bc5c74c commit e99a32a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 86 deletions.
2 changes: 1 addition & 1 deletion build.props
@@ -1,2 +1,2 @@
version=cvs.20060303 version=20060714
jcp.version=2.3.0.cvs jcp.version=2.3.0.cvs
6 changes: 1 addition & 5 deletions build.xml
Expand Up @@ -709,15 +709,11 @@
<fileset dir="." includes="build.xml" /> <fileset dir="." includes="build.xml" />
<fileset dir="." includes="javadoc.xml" /> <fileset dir="." includes="javadoc.xml" />
<fileset dir="." includes="README" /> <fileset dir="." includes="README" />
<fileset dir="." includes="CHANGELOG" /> <fileset dir="." includes="changelog*" />
</copy> </copy>
<copy todir="${sourcedist.dir}/jar"> <copy todir="${sourcedist.dir}/jar">
<fileset dir="jar"> <fileset dir="jar">
<exclude name="libio/*.jar"/> <exclude name="libio/*.jar"/>
<exclude name="pmd-1.8.jar"/>
<exclude name="xalan-2.0.1.jar"/>
<exclude name="doccheck.jar"/>
<exclude name="dbdoclet*.*"/>
</fileset> </fileset>
</copy> </copy>
<copy todir="${sourcedist.dir}/develjar"> <copy todir="${sourcedist.dir}/develjar">
Expand Down
80 changes: 0 additions & 80 deletions changelog.xml
Expand Up @@ -3,86 +3,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://cdk.sf.net/schema/changelog changelog.xsd"> xsi:schemaLocation="http://cdk.sf.net/schema/changelog changelog.xsd">


<release id="cvs">
<apiChange contributor="egonw" implements="1345841">
All interfaces do now start with a capital 'I', conform the Eclipse style
of interface naming.
</apiChange>
<addition contributor="shk3">
Added an RSS writer.
</addition>
<addition contributor="egonw">
Added a substructure based Fingerprinter.
</addition>
<apiChange contributor="egonw">
Fingerprinter is now an object, and getFingerprint() a non-static method.
</apiChange>
<apiChange contributor="tohel egonw">
Upgraded CMLDOM to Jumbo 5.0
</apiChange>
<apiChange contributor="egonw">
Moved RingSet.isSameRing() method to RingSetManipulator.
</apiChange>
<addition>
Added a cdk.test.CDKTestCase.assertEquals(Point2d, Point2d, double) and
the Point3D equivalent
</addition>
<bugfix contributor="egonw">
Fixed reading of SDF files created by common software, as reported
by a coworker of Uli.
</bugfix>
<addition contributor="egonw">
Added a basic Mol2 writer that outputs atoms and bonds
</addition>
<addition contributor="egonw">
Added option to set the cause of a CDKException.
</addition>
<addition contributor="chhoppe">
removed queryAtomContainer out of XLogP Descriptor see bug 1296383. Add test for aspirin.
</addition>
<addition contributor="chhoppe">
Added a method to find pockets and cavities in BioPolymers, cdk.protein.ProteinPocketFinder()
</addition>
<addition contributor="egonw">
Added getAllChemObjects() methods to the cdk.tools.manipulators
</addition>
<addition contributor="egonw">
Added a cdk.interfaces.ChemObjectBuilder for constructing data classes
when the implementating package is unknown
</addition>
<addition contributor="egonw">
CMLReader now reuses the passed ChemObject, so that one can have a CML
file's content be read into a custom ChemObject
</addition>
<apiChange contributor="egonw">
ChemObjectListener was moved to the cdk.interfaces package
</apiChange>
<apiChange contributor="egonw">
The data classes interfaces now only use interfaces, and cdk-interfaces
no longer depends on cdk-data
</apiChange>
<apiChange contributor="egonw">
Removed ChemObjectWriter.highestSupportedChemObject() as it depended
on an implementing data class, and the CDK library did not depend on it
</apiChange>
<apiChange contributor="egonw">
INChIContentProcessor.processConnections() now takes an additional
cdk.interfaces.AtomContainer as parameter
</apiChange>
<apiChange contributor="egonw">
The AtomTypeFactory and IsotopeFactory now require a ChemObjectBuilder
to be passed
</apiChange>
<apiChange contributor="egonw">
The constructor MFAnalyser(String) now requires a second parameter being
an AtomContainer
</apiChange>
<apiChange contributor="egonw" implements="1261434">
The ChemObjectIO interfaces deprecates accepts(ChemObject) in favor of
the new accepts(Class)
</apiChange>
</release>

<release id="20050826"> <release id="20050826">
<addition contributor="egonw"> <addition contributor="egonw">
Added a cdk.tools.ProteinBuilderTool to build protein structures Added a cdk.tools.ProteinBuilderTool to build protein structures
Expand Down

0 comments on commit e99a32a

Please sign in to comment.