aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2007-06-30 17:04:34 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2007-06-30 17:04:34 +0000
commit4eb393be0873f73882d3c48dd80d86aa73cc7b93 (patch)
tree154acafb7d8dcfdbb3d65bc0f9476189fe19ada0
parentdb17fb53b58bcf5191742783183cb267d0365bb4 (diff)
downloadbitbake-4eb393be0873f73882d3c48dd80d86aa73cc7b93.tar.gz
tags/bitbake-1.8.6: Tag BitBake-1.8.6
-Update ChangeLog -Update version(s) in the tags and in the branch
-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 fbf86c649..df6c3ec8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
Changes in Bitbake 1.8.x:
+
+Changes in Bitbake 1.8.6:
- Correctly redirect stdin when forking
- If parsing errors are found, exit, too many users miss the errors
- Remove supriours PREFERRED_PROVIDER warnings
diff --git a/bin/bitbake b/bin/bitbake
index 801070aad..4b212adc2 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.5"
+__version__ = "1.8.7"
#============================================================================#
# BBOptions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index c12eda25f..e601eda46 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.5"
+__version__ = "1.8.7"
__all__ = [