openbabel:Bump30

Last commit made on 2019-09-20
Get this branch:
git clone -b Bump30 https://git.launchpad.net/openbabel

Branch merges

Branch information

Name:
Bump30
Repository:
lp:openbabel

Recent commits

c49c444... by baoilleach

Remove minor version from some names

24b3e79... by Geoff Hutchison <email address hidden>

Merge pull request #1979 from e-kwsm/update-man

Update doc [skip ci]

aa594ab... by Geoff Hutchison <email address hidden>

Merge pull request #2035 from fredrikw/cdx_multialias_fix

Fixed alias expansion for files with multiple aliases

8a3e2bc... by Geoff Hutchison <email address hidden>

Merge pull request #2038 from dkoes/valgrind_error_fix

Fix reading of uninitialized data.

be2d61b... by Geoff Hutchison <email address hidden>

Merge pull request #2039 from baoilleach/kekule_not_default

Don't make kekule SMILES the default in the GUI [skip ci]

fee94bf... by baoilleach

Don't make kekule SMILES the default in the GUI

57ad592... by baoilleach

Merge pull request #2036 from baoilleach/MajorVersion

Bumping the major version requires more changes throughout the library.

fd258ce... by David Koes <email address hidden>

Fix reading of uninitialized data.

Valgrind was reporting Conditional jump or move depends on uninitialised value(s)
I am pretty sure that initializing to zeroes is the right thing to do,
but don't really grok the kekulize code so perhaps this is a symptom of
a larger problem. It's certainly an improvement over reading
uninitialized values.

7bac4a8... by Fredrik Wallner

Fixed alias expansion for files with multiple aliases

130ebe8... by baoilleach

Bumping the major version requires more changes throughout the library.