summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2008-12-14 20:07:11 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2008-12-14 20:07:11 +0000
commitd411dbed96a7af631859fd29a70e720a99abdb36 (patch)
tree09f6fb6301ba1db57f7fe37a725462c6e03eeae1
parentfa2293e8576ee784fb8c86c504ae453ef22e4509 (diff)
downloadbitbake-d411dbed96a7af631859fd29a70e720a99abdb36.tar.gz
Tag BitBake 1.8.12 (update versions, MANIFEST, ChangeLog)
-rw-r--r--ChangeLog2
-rw-r--r--MANIFEST1
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
4 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index a053ab839..8f5b4aed2 100644
--- 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
diff --git a/MANIFEST b/MANIFEST
index 0671f440b..39e801775 100644
--- 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
diff --git a/bin/bitbake b/bin/bitbake
index 6a69e340f..f3294106e 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.11"
+__version__ = "1.8.13"
#============================================================================#
# BBOptions
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index c452d529c..7d01d52b6 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.11"
+__version__ = "1.8.13"
__all__ = [