tags/bitbake-1.8.6: Tag BitBake-1.8.6
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 30 Jun 2007 17:04:34 +0000 (17:04 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sat, 30 Jun 2007 17:04:34 +0000 (17:04 +0000)
    -Update ChangeLog
    -Update version(s) in the tags and in the branch

ChangeLog
bin/bitbake
lib/bb/__init__.py

index fbf86c6..df6c3ec 100644 (file)
--- 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
index 801070a..4b212ad 100755 (executable)
@@ -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
index c12eda2..e601eda 100644 (file)
@@ -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__ = [