Bump version.
bss_shdr = Elf64_Shdr()
bss_shdr.sh_type = SHT_NOBITS
bss_shdr.sh_flags = (SHF_WRITE | SHF_ALLOC)
- bss_shdr.sh_size = bss_size
bss_shdr.content = BinArray("")
fo.shdrs.append(bss_shdr)
fo.sections['.bss'] = bss_shdr
:Author: Amand Tihon
:Contact: <amand.tihon@alrj.org>
-:Version: 0.2.0
+:Version: 0.2.1
:Date: |date|
:Copyright: GNU GPL version 3 + Exception, see copyright file.
<tr><th class="docinfo-name">Contact:</th>
<td><<a class="reference external" href="mailto:amand.tihon@alrj.org">amand.tihon@alrj.org</a>></td></tr>
<tr><th class="docinfo-name">Version:</th>
-<td>0.2.0</td></tr>
+<td>0.2.1</td></tr>
<tr><th class="docinfo-name">Date:</th>
<td>Aug 15, 2009</td></tr>
<tr><th class="docinfo-name">Copyright:</th>
</div>
<div class="footer">
<hr class="footer" />
-Generated on: 2009-08-15 20:59 UTC.
+Generated on: 2009-08-15 21:17 UTC.
</div>
</body>
+bold 0.2.1
+ [ Amand Tihon ]
+ * Correct a "oh so stupid" bug.
+
+ -- Amand Tihon <amand.tihon@alrj.org> Sat, 15 Aug 2009 23:18:30 +0200
+
bold 0.2.0
[ Amand Tihon ]
* Add changelog file.