Tag BitBake 1.8.12 (update versions, MANIFEST, ChangeLog)
authorHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 14 Dec 2008 20:07:11 +0000 (20:07 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Sun, 14 Dec 2008 20:07:11 +0000 (20:07 +0000)
ChangeLog
MANIFEST
bin/bitbake
lib/bb/__init__.py

index a053ab8..8f5b4ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
 Changes in BitBake 1.8.x:
+
+Changes in BitBake 1.8.12:
        - Fix -f (force) in conjunction with -b
        - Fix exit code for build failures in --continue mode
        - Fix git branch tags fetching
index 0671f44..39e8017 100644 (file)
--- a/MANIFEST
+++ b/MANIFEST
@@ -20,6 +20,7 @@ lib/bb/fetch/cvs.py
 lib/bb/fetch/git.py
 lib/bb/fetch/hg.py
 lib/bb/fetch/local.py
+lib/bb/fetch/osc.py
 lib/bb/fetch/perforce.py
 lib/bb/fetch/ssh.py
 lib/bb/fetch/svk.py
index 6a69e34..f329410 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.11"
+__version__ = "1.8.13"
 
 #============================================================================#
 # BBOptions
index c452d52..7d01d52 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.11"
+__version__ = "1.8.13"
 
 __all__ = [