summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2007-02-14 20:53:42 +0000
committerHolger Hans Peter Freyther <zecke@selfish.org>2007-02-14 20:53:42 +0000
commit3929879c33ea33da1dec19a7914a51b7be221fcd (patch)
tree31e528073dafb44a3f2cf9107cac710ac436607c
parent7b3a9840776b74928b356e01d9306e368f085387 (diff)
downloadbitbake-3929879c33ea33da1dec19a7914a51b7be221fcd.tar.gz
Tag bitbake-1.6.4 and bump version numbers
-rw-r--r--ChangeLog5
-rwxr-xr-xbin/bitbake2
-rw-r--r--lib/bb/__init__.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 48bfbadcf..77378ef4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
Changes in BitBake 1.6.3:
+ - Various updates to the svn fetcher
+ - Various updates to the cvs fetcher (port number)
+ - Fixes to the shell
+ - Relicensed to GPLv2
+ - Various packaging changes
Changes in Bitbake 1.6.1:
- Add support for the interactive flag (backported from trunk)
diff --git a/bin/bitbake b/bin/bitbake
index 41c467efe..22a6e8562 100755
--- a/bin/bitbake
+++ b/bin/bitbake
@@ -31,7 +31,7 @@ import itertools, optparse
parsespin = itertools.cycle( r'|/-\\' )
-__version__ = "1.6.3"
+__version__ = "1.6.4"
#============================================================================#
# BBParsingStatus
diff --git a/lib/bb/__init__.py b/lib/bb/__init__.py
index 07c861106..8c3d9f5aa 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.6.3"
+__version__ = "1.6.4"
__all__ = [