From a9c0a9d6dbe14154af38d6eac4e762e6edb59ab3 Mon Sep 17 00:00:00 2001 From: Kolja Waschk Date: Sun, 23 Dec 2007 15:09:57 +0000 Subject: [PATCH] Version 0.7 released. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@886 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- jtag/ChangeLog | 4 ++++ jtag/NEWS | 4 +++- jtag/configure.ac | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/jtag/ChangeLog b/jtag/ChangeLog index 67ab4e14..c44e7865 100644 --- a/jtag/ChangeLog +++ b/jtag/ChangeLog @@ -1,3 +1,7 @@ +2007-12-23 Kolja Waschk + + Version 0.7 released. + 2007-12-23 Kolja Waschk * NEWS: Summarized changes since fork from openwince CVS. diff --git a/jtag/NEWS b/jtag/NEWS index 5f90f4a9..09a8b9d7 100644 --- a/jtag/NEWS +++ b/jtag/NEWS @@ -2,6 +2,8 @@ $Id$ Also see libbrux/NEWS for more news, especially regarding the flash support. +urjtag-0.7 (2007-12-23) + * Integrated SVF player (Arnim Laeuger) * Updates to the jtag command shell - New writemem command to write to SRAM (Kent Palmkvist) @@ -60,7 +62,7 @@ Also see libbrux/NEWS for more news, especially regarding the flash support. - Sharp LH7A400 - Xilinx XC18V04, XC2C256, XC2C64, xC2S200E, XC2S300E, XC3S..., XCF04S, XC9572XL --jtag-0.6 (2007-11-02, never released officially; many derivatives in the wild) +jtag-0.6 (2007-11-02, never released officially; many derivatives in the wild) * Created UrJTAG fork at http://www.urjtag.org * Added new JTAG declarations for diff --git a/jtag/configure.ac b/jtag/configure.ac index 30a6ddac..65fc1d0c 100644 --- a/jtag/configure.ac +++ b/jtag/configure.ac @@ -23,7 +23,7 @@ # and other UrJTAG authors, 2007, 2008, ... # -AC_INIT(UrJTAG,0.6,http://www.urjtag.org,urjtag) +AC_INIT(UrJTAG,0.7,http://www.urjtag.org,urjtag) AC_PREREQ(2.54) AC_COPYRIGHT([Copyright (C) 2007/08 Kolja Waschk and other UrJTAG authors; 2002/03 ETC s.r.o.])