]> git.alrj.org Git - bold.git/commitdiff
Correct a "oh so stupid" bug. bold-0.2.1
authorAmand Tihon <amand.tihon@alrj.org>
Sat, 15 Aug 2009 21:19:45 +0000 (23:19 +0200)
committerAmand Tihon <amand.tihon@alrj.org>
Sat, 15 Aug 2009 21:19:45 +0000 (23:19 +0200)
Bump version.

Bold/linker.py
doc/README
doc/README.html
doc/changelog

index 9c4b51e748613206e72ebb536428f66bc35d282b..d80c110ad0f8e71a39bee8e4563bd9411741d81c 100644 (file)
@@ -129,7 +129,6 @@ class BoldLinker(object):
     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
index 6cfbd861536f7b0310b1cd128c1f401d4db8adc8..87426070dad0409b70d2957a8c2a2f33e1779ba5 100644 (file)
@@ -7,7 +7,7 @@ Bold - The Byte Optimized Linker
 
 :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.
 
index d9cf1df160e6fa92d63dff79628af39334d9ad40..cabe4639c11ffe80b423a385c40033ca666d641b 100644 (file)
@@ -298,7 +298,7 @@ ul.auto-toc {
 <tr><th class="docinfo-name">Contact:</th>
 <td>&lt;<a class="reference external" href="mailto:amand.tihon&#64;alrj.org">amand.tihon&#64;alrj.org</a>&gt;</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>
@@ -523,7 +523,7 @@ exercise for the reader.</p>
 </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>
index 6df3633ce3ee21fb762daba1b61b7c00718959db..d488b874fdb46b868a0619a7ee01384b2bd5f011 100644 (file)
@@ -1,3 +1,9 @@
+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.