bitbake-1.4/lib/bb/__init__.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 4 May 2006 20:53:42 +0000 (20:53 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Thu, 4 May 2006 20:53:42 +0000 (20:53 +0000)
bitbake-1.4/bin/bitbake:
    Increase the version to 1.4.2

bitbake-1.4/ChangeLog:
    Update the ChangeLog to mention the included
    backports.

ChangeLog
bin/bitbake
lib/bb/__init__.py

index 60faedd..93cc45a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+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 22872ac..3ccd896 100755 (executable)
@@ -31,7 +31,7 @@ import itertools, optparse
 parsespin = itertools.cycle( r'|/-\\' )
 bbdebug = 0
 
-__version__ = "1.4.1"
+__version__ = "1.4.2"
 
 #============================================================================#
 # BBParsingStatus
index 08860c4..2980526 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.4.1"
+__version__ = "1.4.2"
 
 __all__ = [