summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-01-20 13:27:53 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-01-20 13:27:53 +0000
commite19530ed3dc2ff51812e89a0bee5e0e5002fce56 (patch)
tree989501f7201b8f9b6b3c242b348b08d24ab85d32
parent80bc278feecf3ff45ea6eef64efb01f53ac231f4 (diff)
downloadbitbake-e19530ed3dc2ff51812e89a0bee5e0e5002fce56.tar.gz
Release bitbake 1.8.10
-rw-r--r--ChangeLog2
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 8f251475a..72ef22d61 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in BitBake 1.8.x:
+Changes in BitBake 1.8.10:
- Psyco is available only for x86 - do not use it on other architectures.
- Fix a bug in bb.decodeurl where http://some.where.com/somefile.tgz decoded to host="" (#1530)
- Warn about malformed PREFERRED_PROVIDERS (#1072)
diff --git a/bin/bitbake b/bin/bitbake
index 384175d85..7c8aad190 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.9"
+__version__ = "1.8.10"
#============================================================================#
# BBOptions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 6179ef9a1..b8c5338d3 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.9"
+__version__ = "1.8.10"
__all__ = [