preparing for 2.04 release
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 @@
 </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 @@
 <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 @@
 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

 --------------