Extract from http://gdal.org/ :
GDAL is a translator library for raster and vector geospatial data
formats that is released under an X/MIT style Open Source license by
the Open Source Geospatial Foundation. As a library, it presents a
single raster abstract data model and single vector abstract data model
to the calling application for all supported formats. It also comes
with a variety of useful command line utilities for data translation
and processing
GDAL upstream ticket:
https://trac.osgeo.org/gdal/ticket/6883
I added dominicc@chromium.org and ddkilzer@apple.com to auto_ccs.
They're already listed in libxml2's project.yaml and I worked with both
of them when reporting libxslt issues in the past.
* RawSpeed: new project proposal.
RawSpeed is a library used for loading of raw files, produced
by cameras. Pretty much all major raw formats are supported.
Especially CR2, DNG, NEF, SRW, CRW, RW2, PEF, RAF, ...
The library is used namely by darktable, PhotoFlow, rawstudio,
etc. Old version of the library is used by the LibRaw library.
As far i'm concerned, there exists only a three alive major raw
loaders like this one - dcraw, LibRaw which is based on dcraw,
and this library, RawSpeed.
Thus, it is in quite the unique position, and i deem it to be
important part of the ecosystem. Am i right or not is for you
to tell.
* Don't need to specify fuzzing engines
We use both AFL and libFuzzer, don't need to specify this.
* Add CPython as a project, with Gregory P. Smith as a contact.
Upstream issue to actually create tests: http://bugs.python.org/issue29505
(But they don't exist yet).
There are some internal (YouTube) bugs for adding fuzz tests as well, to be done
in that issue: b/37561297, b/37561383, b/37562501, b/37562550, b/37562021
I'd expect adding fuzz tests for this to be an ongoing project. :)
* Split cpython into cpython2 and cpython3.