summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreli.bendersky <devnull@localhost>2011-05-21 09:30:05 +0300
committereli.bendersky <devnull@localhost>2011-05-21 09:30:05 +0300
commit851dbfbb5724297084760d5ff29a1778c0b8add9 (patch)
tree38ab82bd8869ac7a61a28086f51b1a824e7d819f
parentbc3d38188b2fbf2a12590399dae2d934da0bc4d0 (diff)
downloadpycparser-851dbfbb5724297084760d5ff29a1778c0b8add9.tar.gz
preparing for 2.04 release
-rw-r--r--README.html17
-rw-r--r--README.txt13
-rw-r--r--TODO.txt6
3 files changed, 28 insertions, 8 deletions
diff --git a/README.html b/README.html
index e6588d8..fbf5617 100644
--- a/README.html
+++ b/README.html
@@ -4,7 +4,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
-<title>pycparser v2.03</title>
+<title>pycparser v2.04</title>
<meta name="author" content="Eli Bendersky" />
<style type="text/css">
@@ -305,8 +305,8 @@ ul.auto-toc {
</style>
</head>
<body>
-<div class="document" id="pycparser-v2-03">
-<h1 class="title">pycparser v2.03</h1>
+<div class="document" id="pycparser-v2-04">
+<h1 class="title">pycparser v2.04</h1>
<table class="docinfo" frame="void" rules="none">
<col class="docinfo-name" />
<col class="docinfo-content" />
@@ -463,6 +463,17 @@ ul.auto-toc {
<div class="section" id="changelog">
<h1>7&nbsp;&nbsp;&nbsp;Changelog</h1>
<ul class="simple">
+<li>Version 2.04 (21.05.2011)<ul>
+<li>License changed from LGPL to BSD</li>
+<li>Bug fixes:<ul>
+<li>Issue 31: constraining the scope of typedef definitions</li>
+<li>Issues 33, 35: fixes for the c-to-c.py example</li>
+</ul>
+</li>
+<li>Added C99 integer types to fake headers</li>
+<li>Added unit tests for the c-to-c.py example</li>
+</ul>
+</li>
<li>Version 2.03 (06.03.2011)<ul>
<li>Bug fixes:<ul>
<li>Issue 17: empty file-level declarations</li>
diff --git a/README.txt b/README.txt
index 21e10cc..e36668b 100644
--- a/README.txt
+++ b/README.txt
@@ -1,5 +1,5 @@
===============
-pycparser v2.03
+pycparser v2.04
===============
:Author: `Eli Bendersky <http://eli.thegreenplace.net>`_
@@ -154,6 +154,17 @@ Some people have contributed to ``pycparser`` by opening issues on bugs they've
Changelog
=========
++ Version 2.04 (21.05.2011)
+
+ - License changed from LGPL to BSD
+ - Bug fixes:
+
+ * Issue 31: constraining the scope of typedef definitions
+ * Issues 33, 35: fixes for the c-to-c.py example
+
+ - Added C99 integer types to fake headers
+ - Added unit tests for the c-to-c.py example
+
+ Version 2.03 (06.03.2011)
- Bug fixes:
diff --git a/TODO.txt b/TODO.txt
index ff64e3f..7e8b4bc 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -1,14 +1,12 @@
Todo
----
-- change license to BSD
-- c-to-c fixes (were there??)
+- close issue 31 and open new one
Changes since last
------------------
-* Added new C99 integer types to the fake headers.
-* Issue 33
+*
Version Update
--------------