|
| 1 | +.. Copyright 2018 David Malcolm <[email protected]> |
| 2 | + Copyright 2018 Red Hat, Inc. |
| 3 | +
|
| 4 | + This is free software: you can redistribute it and/or modify it |
| 5 | + under the terms of the GNU General Public License as published by |
| 6 | + the Free Software Foundation, either version 3 of the License, or |
| 7 | + (at your option) any later version. |
| 8 | +
|
| 9 | + This program is distributed in the hope that it will be useful, but |
| 10 | + WITHOUT ANY WARRANTY; without even the implied warranty of |
| 11 | + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
| 12 | + General Public License for more details. |
| 13 | +
|
| 14 | + You should have received a copy of the GNU General Public License |
| 15 | + along with this program. If not, see |
| 16 | + <http://www.gnu.org/licenses/>. |
| 17 | +
|
| 18 | +0.16 |
| 19 | +~~~~ |
| 20 | + |
| 21 | +This releases adds support for gcc 7 and gcc 8 (along with continued |
| 22 | +support for gcc 4.6, 4.7, 4.8, 4.9, 5 and 6). |
| 23 | + |
| 24 | +The upstream location for the plugin has moved from fedorahosted.org |
| 25 | +to https://github.com/davidmalcolm/gcc-python-plugin |
| 26 | + |
| 27 | +Additionally, this release contains the following improvements: |
| 28 | + |
| 29 | +* add :py:class:`gcc.RichLocation` for GCC 6 onwards |
| 30 | + |
| 31 | +* :py:class:`gcc.Location` |
| 32 | + |
| 33 | + * add :py:attr:`~gcc.Location.caret`, :py:attr:`~gcc.Location.start`, |
| 34 | + :py:attr:`~gcc.Location.finish` attributes for GCC 7 onwards |
| 35 | + |
| 36 | + * add :py:meth:`gcc.Location.offset_column` method |
0 commit comments