Commit Graph

3 Commits

Author SHA1 Message Date
Mateusz Łoskot
19c4efa3bc
Import pre-Boost history of GIL by Adobe to release notes (#405) [ci skip]
The log of significant changes prior the first release of GIL as part
of Boost was collected from https://stlab.adobe.com/gil/news.html site
and from the linked PDF documents with detailed descriptions.

The old history is very detailed (after the PDFs) but it is intersting.
It illustrates evolution of the library design and API, for example,
renaming of types or functions were renamed indicates evolution of
semantics and inter-relations of the library elements.
This is especially interseting in case of the complex types like
bit-aligned pixels and images, where does the concept of memunit
come from, etc.
2019-11-26 01:29:03 +01:00
Mateusz Łoskot
9b58a2ab9b
Update Boost 1.72.0 release notes with PR #403 [ci skip] 2019-11-23 21:15:39 +01:00
Mateusz Łoskot
c24e8b2518
Add release notes in Markdown format (#404) [ci skip]
This proposes to use Git to maintain notes about all notable changes to
GIL in `RELEASES.md` file based on https://keepachangelog.com format.
This implements proposal discussed and agreed in the thread
https://lists.boost.org/boost-gil/2019/11/0336.php

Collect all past release notes.
Collect release notes for the pending Boost 1.72.0, to be released
in December according to Boost release schedule.
2019-11-11 18:02:32 +01:00