Here is the changelog of CDK 1.2.4 which I am about to upload to SourceForge:

  • Fixed param name 743bad345e
  • Updated the makefp3d target to work with the current build system bbb78ee581
  • Set up a branch for the 1.2.4 release 4801d79b8c
  • Fixes bug 2898399. Updates to the SMARTS parser to handle proper matching for explicit hydrogens (including H, 1H, 2H and 3H). SMARTSQueryVisitor updated to take into account different isotopes of H. Also updated unit tests to take into account proper H matching. Added a unit test to further check H matching. b67d76ac96
  • Added tests to match hydrogens 45a7f54c3d
  • Reworked the tests for bug 2898032. Updated Javadocs for smiles generator 7f68b07aa8
  • Added unit test to confirm and check for bug 2898032 924b56395e
  • Updated UIT to handle single atom queries and added a unit test for bug 2888845. Also updated Javadocs to specifically note behavior of single atom queries dfb28054f2
  • Added generation of java source jars e33fba2af0
  • Fixed matchers to allow XML without new lines (closes #2832835) f9a0552430
  • Added unit tests for detection of PubChem XML files. 571f434a94
  • Overwrite unit tests, because there are no change events passed around at all for the NoNotification interface implementations 36f295bf8a
  • Added missing unit tests for IChemModel event propagation for the ICrystal field 2993e0c5a0
  • Fixed propagation of change events to IChemModel when modifications are made in child IChemObjects 0c8a88fec8
  • Fixed unit tests: the IChemModel.setFoo(null) should actually give a change event on the listener of the IChemModel, and not after unregistering of the Foo object. b8331764c2
  • Added unit test to the function of the new IO setting to force 2D coordinate output. 4e2b2bf31e
  • Added writer IO option to force writing of 2D coordinates if 3D coordinates are present too, which now are preferably outputted. 0e6aa2cf14
  • Added unit test to verify that if 2D and 3D coordinates are available, the 3D coordinates are outputted. 56852f8bd5
  • Fixed Taglets: only return HTML if the Tag is really given; the toString() method is given for all cases, not just when the tag is found 1107fb2fba
  • Fixeda bug which was causing various parts of the DescriptorEngine to fail - it was trying to instantiate a non-descriptor class which happens to reside in the descriptor package directory. This fix is a bit kludgy - ideally only descriptors should be in that directory 0242d9ad67
  • Fixes ClassCastException when not IMolecule 6f3e848f9d
  • Upgraded to PMD 2.4.5 with many bug fixes, giving more accurate error reports f29a66b63a
  • Added missing dependency on cdk-diff, being used in one of the unit tests 0e287dd450
  • Fixed methods names to match those in the test class 789a314a8e
  • Fixed test method name to match the expected patters, fixing a coverage test fail ac136190d0
  • Removed duplicate code: MolecularFormulaTest now extends AbstractMolecularFormulaTest b8651c75c8
  • Fixed test method annotation to point to the right method bb7d341577
  • Added missing @TestMethod annotation f6f759b227
  • Added modules that were missing from the PMD testing 073e5ec96b
  • Added modules that were missing from the doccheck testing 10dc19c09b
  • Patch for bug 2843445. Aims to fix generation of NaN coordinates by SDG d1397fe99d
  • Fix the unit test to not give a 'input must support mark' exception on some platforms, by wrapping the InputStream in a BufferedInputStream. 6f6f41ede3
  • Added missing dependencies 8759481c19
  • Added ioformats to modules to test 56289e2dbc
  • Use StringBuilder to aggregate the field data, which gives an huge performance boost for SD file where multiline field data is found. df35f02d32
  • Use StringBuilder to aggregate the field data, which gives an huge performance boost for SD file where very much field data, like the ChEBI_complete.sdf eac8266fe9
  • Factored out steps in reading the SD file data block 678e7ca206
  • Bumped version, to make it clear this is not the 1.2.3 release 8c8166a1a2
  • Fixed registering on the cdk.threadnonsage tag (closes #2796362) d451576275
  • Removed obsolete pattern from old svnrev tag c8f5a727a3
  • Fixed JavaDoc to remove traces of the old svnrev Tag 1a70488b81
  • Synchronized exception message with implementation (fixes #2844333) c70b79cbec
  • The Pauling Electronegativity is copied in configure as well. I can't see why not copy everything we have. 3fd2b171e8
  • Added bug annotation 38d0235bba
  • test case for bug #2846213 f84c53b98a
  • Fixed perception of N.planar3 where N.sp2 was detected, by now taking into account the given hydrogen count. 1714de2663
  • Fixed perception of benzene with all single bond, but hydrogen count 1 and bonds flagged aromatic. In this case, the type is C.sp2 not C.sp3. 05e0be39a0
  • Added assertions to unit test for values being not null 863b0a5325
  • Added two unit tests for the same problem: carbon atom types are not correctly perceived if bond order info is SINGLE only, and hydrogen count and aromaticity flag is set. f19a451a72
  • Moved class into a org.openscience.cdk package, which seems to work now. I'm puzzled why it did not before. Solved several unit test fails. b055c6b0b0
  • Merge branch 'cdk-1.2.x' of ssh://egonw@cdk.git.sourceforge.net/gitroot/cdk into cdk-1.2.x f77db9c186
  • Unsealed the XOM jar to allow having the CustomSerializer 3b8234020c
  • Fixed Javadocs error e0304bf4bd
  • Fixed a wrong javadoc tag. Also removed svn tag in the SMARTS parser JJT file, replaced with git tag c8887734af
  • Added support for 'public enum's 4bf822d57b
  • corrected bug in bondtools.isStereo(IAtomContainer container, IAtom stereoAtom). A comparision of atom symbols in a nested loop was using the counter of the outer loop twice. Note it worked before, because there is a sort of fallback to Morgan numbers. fallback to morgan (fixes #2830287) 025fb472b8
  • added a new test for bondtools 13f72bd406
  • Fixed inconsistency between accepts() and write: also support writing of IAtomContainerSet and IAtomContainer as accepts() indicates (fixes #2827745) 6380578865
  • General test for testing consistency between write() and accepts(), testing that all accepted IChemObject's can also be written f0678eb65a
  • Added unit test for bug #2826961: inconsistent atom typing for two SMILES. Unit test does not show a fail, ruling out a CDK bug 42e45efcd9
  • Remove erroneous throws statement f8cfea8bc3
  • Bug found calculating the exact mass given a molecular formula when it is negative charged. 3d1de45add
  • Fixed reading of the cdk/dict/data/elements.owl database which is now in OWL 73225a083a
  • Fixed issue 2458210: use assertNotNull(foo) etc instead of assertTrue(foo != null). 182afe6670
  • Added minimum equivalents for BondManipulator.getMaximumBondOrder() methods 6e126962ea
  • Fixes asserts: after removal *no* change should be recorded 3b9fa30041
  • Added IO option to disable generator of XML declaration statements in the output CML. 74451b8f0e
  • Added generics, and consistified code by always returning a List<?> of the same '?'. (And some 80 chars fixes in the JavaDocs.) d6337cd596
  • Added unit tests to test that when a [Molecule|Reaction|Ring]Set has been removed from a ChemModel, the ChemModel should unregister as listener. 63e6c014a1
  • Added unit tests for event propagation from [Molecule|Reaction|Ring]Sets to ChemModel. e01103543b
  • More testing of flags. abb53842bf
  • Fix for junior job id: [ 1837692 ] Test methods should throw only one Exception. 8c3853638e
  • Fixed missing imports and wrapped to 80 chars fd2d2df6ef
  • Better excpetion handling in builder3d: bc5837d848
  • Fixed serialization of IAtom's with null formal charge to not cause NullPointerExceptions acc8012b6c
  • Added unit test for serialization of null formal charges into the MDL molfile format (which currently fails) df57aea10f
  • Updated Javadocs for SMARTS query tool to indicate unsupported features e1da4c0689
  • Cleaned up source file to remove spurious line endings 3d7adae977

This overview was created with this Linux one-liner:

git log --oneline cdk-1.2.3.. | sed 's/\([a-f0-9]*\)\s\(.*\).*/<li>\2 <a href="http:\/\/cdk.git.sourceforge.net\/git\/gitweb.cgi?p=cdk\/cdk;a=commit;h=\1">\1<\/a><\/li>/'