From: Holger Hans Peter Freyther Date: Thu, 4 May 2006 20:53:42 +0000 (+0000) Subject: bitbake-1.4/lib/bb/__init__.py: X-Git-Tag: 1.4.2~1 X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_bitbake;a=commitdiff_plain;h=3bf31c7241195f015714ce2ca04bef78676e09e5 bitbake-1.4/lib/bb/__init__.py: bitbake-1.4/bin/bitbake: Increase the version to 1.4.2 bitbake-1.4/ChangeLog: Update the ChangeLog to mention the included backports. --- diff --git a/ChangeLog b/ChangeLog index 60faedd..93cc45a 100644 --- 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() diff --git a/bin/bitbake b/bin/bitbake index 22872ac..3ccd896 100755 --- a/bin/bitbake +++ b/bin/bitbake @@ -31,7 +31,7 @@ import itertools, optparse parsespin = itertools.cycle( r'|/-\\' ) bbdebug = 0 -__version__ = "1.4.1" +__version__ = "1.4.2" #============================================================================# # BBParsingStatus diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py index 08860c4..2980526 100644 --- a/lib/bb/__init__.py +++ b/lib/bb/__init__.py @@ -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__ = [