Skip to content

Commit aab81d4

Browse files
committed
Update to 0.17
1 parent e02fb0e commit aab81d4

File tree

4 files changed

+37
-4
lines changed

4 files changed

+37
-4
lines changed

Diff for: docs/0.17.rst

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. Copyright 2019 David Malcolm <[email protected]>
2+
Copyright 2019 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.17
19+
~~~~
20+
21+
This releases adds support for gcc 9 (along with continued support for
22+
gcc 4.6, 4.7, 4.8, 4.9, 5, 6, 7, and 8).
23+
24+
Unfortunately, the reference-count checker no longer works for gcc 7
25+
onwards, so it is disabled when embedded in those builds of gcc.
26+
27+
Additionally, this release contains the following improvements:
28+
29+
* the plugin can now be built in a separate build directory from the
30+
source directory (thanks to Tom de Vries)
31+
32+
* gcc-with-cpychecker gained a :option:`--cpychecker-verbose` option

Diff for: docs/conf.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,16 @@
5858

5959
# General information about the project.
6060
project = u'gcc-python-plugin'
61-
copyright = u'2011-2018, David Malcolm'
61+
copyright = u'2011-2019, David Malcolm'
6262

6363
# The version info for the project you're documenting, acts as replacement for
6464
# |version| and |release|, also used in various other places throughout the
6565
# built documents.
6666
#
6767
# The short X.Y version.
68-
version = '0.16'
68+
version = '0.17'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '0.16'
70+
release = '0.17'
7171

7272
# The language for content autogenerated by Sphinx. Refer to documentation
7373
# for a list of supported languages.

Diff for: docs/release-notes.rst

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Release Notes
2020

2121
.. toctree::
2222

23+
0.17.rst
2324
0.16.rst
2425
0.15.rst
2526
0.14.rst

Diff for: gcc-python-plugin.spec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: gcc-python-plugin
2-
Version: 0.15
2+
Version: 0.17
33
Release: 1%{?dist}
44
Summary: GCC plugin that embeds Python
55

0 commit comments

Comments
 (0)