Skip to content

Commit 3c31619

Browse files
committed
Add 0.15 release notes; bump versions
1 parent 53884e9 commit 3c31619

File tree

4 files changed

+45
-7
lines changed

4 files changed

+45
-7
lines changed

docs/0.15.rst

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
.. Copyright 2016 David Malcolm <[email protected]>
2+
Copyright 2016 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.15
19+
~~~~
20+
21+
This releases adds support for gcc 6 (along with continued
22+
support for gcc 4.6, 4.7, 4.8, 4.9 and 5).
23+
24+
Additionally, this release contains the following improvements
25+
(contributed by Tom Tromey; thanks Tom):
26+
27+
* document :py:data:`gcc.PLUGIN_FINISH_TYPE`
28+
29+
* document :py:class:`gcc.EnumeralType`; add 'values' attribute
30+
31+
* add unqualified_equivalent to gcc.Type subclasses
32+
33+
* preserve qualifiers when adding more qualifiers
34+
35+
* fix include for gcc 4.9.2
36+
37+
* handle variadic function types

docs/conf.py

Lines changed: 3 additions & 3 deletions
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-2014, David Malcolm'
61+
copyright = u'2011-2016, 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.14'
68+
version = '0.15'
6969
# The full version, including alpha/beta/rc tags.
70-
release = '0.14'
70+
release = '0.15'
7171

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

docs/release-notes.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
.. Copyright 2011-2015 David Malcolm <[email protected]>
2-
Copyright 2011-2015 Red Hat, Inc.
1+
.. Copyright 2011-2016 David Malcolm <[email protected]>
2+
Copyright 2011-2016 Red Hat, Inc.
33
44
This is free software: you can redistribute it and/or modify it
55
under the terms of the GNU General Public License as published by
@@ -20,6 +20,7 @@ Release Notes
2020

2121
.. toctree::
2222

23+
0.15.rst
2324
0.14.rst
2425
0.13.rst
2526
0.12.rst

gcc-python-plugin.spec

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

@@ -177,7 +177,7 @@ BuildPlugin \
177177

178178
BuildPlugin \
179179
python3-debug \
180-
python3.4dm-config \
180+
/usr/bin/python3.?dm-config \
181181
python3_debug.so \
182182
python3_debug
183183

0 commit comments

Comments
 (0)