summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2007-06-10 17:18:28 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2007-06-10 17:18:28 +0000
commit8ce0d0a7c7870e7057f1a8c60dc847a14e2950d8 (patch)
tree2db9a0af8dcc4901047ca769178160b14e9a45fe
parenteaba6f00dca41d9bff1a22b3c0cf21be4ebdf6d7 (diff)
downloadbitbake-8ce0d0a7c7870e7057f1a8c60dc847a14e2950d8.tar.gz
Tag semi 1.8.4
-rw-r--r--ChangeLog2
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
3 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4b383b7b2..4bac05c49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
Changes in Bitbake 1.8.x:
+
+Changes in Bitbake 1.8.4:
- Make sure __inherit_cache is updated before calling include() (from Michael Krelin)
- Fix bug when target was in ASSUME_PROVIDED (#2236)
- Raise ParseError for filenames with multiple underscores instead of infinitely looping (#2062)
diff --git a/bin/bitbake b/bin/bitbake
index b96b6b111..801070aad 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -27,7 +27,7 @@ sys.path.insert(0,os.path.join(os.path.dirname(os.path.dirname(sys.argv[0])), 'l
import bb
from bb import cooker
-__version__ = "1.8.3"
+__version__ = "1.8.5"
#============================================================================#
# BBOptions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 6ce8e7949..c12eda25f 100644
--- a/lib/bb/__init__.py
+++ b/lib/bb/__init__.py
@@ -21,7 +21,7 @@
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-__version__ = "1.8.3"
+__version__ = "1.8.5"
__all__ = [