bitbake: Assign release number 1.6.0 to the trunk and update the ChangeLog
authorHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 15 Aug 2006 15:16:30 +0000 (15:16 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Tue, 15 Aug 2006 15:16:30 +0000 (15:16 +0000)
ChangeLog
bin/bitbake
lib/bb/__init__.py

index 60faedd..ac3566a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,25 @@
+Changes in Bitbake 1.6.0:
+       - Better msg handling
+       - COW dict implementation from Tim Ansell (mithro) leading
+         to better performance
+       - Speed up of -s
+
+Changes in Bitbake 1.4.4:
+       - SRCDATE now handling courtsey Justin Patrin
+       - #1017 fix to work with rm_work
+
+Changes in BitBake 1.4.2:
+       - Send logs to oe.pastebin.com instead of pastebin.com
+         fixes #856
+       - Copy the internal bitbake data before building the
+         dependency graph. This fixes nano not having a
+         virtual/libc dependency
+       - Allow multiple TARBALL_STASH entries
+       - Cache, check if the directory exists before changing
+         into it
+       - git speedup cloning by not doing a checkout
+       - allow to have spaces in filenames (.conf, .bb, .bbclass)
+
 Changes in BitBake 1.4.0:
        - Fix to check both RDEPENDS and RDEPENDS_${PN}
        - Fix a RDEPENDS parsing bug in utils:explode_deps()
index 510e45d..058edd2 100755 (executable)
@@ -30,7 +30,7 @@ import itertools, optparse
 
 parsespin = itertools.cycle( r'|/-\\' )
 
-__version__ = "1.5.0"
+__version__ = "1.6.0"
 
 #============================================================================#
 # BBParsingStatus
index 4604323..d51b705 100644 (file)
@@ -23,7 +23,7 @@ this program; if not, write to the Free Software Foundation, Inc., 59 Temple
 Place, Suite 330, Boston, MA 02111-1307 USA.
 """
 
-__version__ = "1.5.0"
+__version__ = "1.6.0"
 
 __all__ = [