[gtkwave] Update to 3.3.48

Paul Howarth pghmcfc at fedoraproject.org
Tue Aug 6 19:31:58 UTC 2013


commit d65cb914a7a7ad1aef6ac01985d9b82f6b07fa07
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Aug 6 20:30:39 2013 +0100

    Update to 3.3.48
    
    - New upstream release 3.3.48
      - Fixed infinite loop hang on various helper executables when extra arguments
        are specified
      - Delete changed marker name if it exists when marker is removed
      - Added "Open Hierarchy" option that will expand the SST and select the
        hierarchy for a given signal selected in the Signals window
      - Added preliminary support for FsdbReader
      - FSDB fix for generate created hierarchies
      - FSDB fix for new debug info output style to be parsed
      - Added generate as scope type to VCD/FST/FSDB
      - Preliminary add for module port direction for FSDB and FST
      - Display signal direction column in SST if not all signals are declared as
        FST_VD_IMPLICIT
      - Fixed GTK warning when hide_sst is enabled and SST is opened then closed
      - Added extraction of in/out/inout from FSDB into FST with vcd2fst helper
        executable (it also converts FSDB to FST)
      - Added support for SV structures, unions, classes, packages, programs and
        interfaces
      - Updated signal parsing in FST/FSDB to handle NC declarations for arrays in
        VCD (i.e. bit-ranges are missing); use vcd2fst or the -o option to read NC
        VCD files with arrays properly
      - Preliminary support for SV datatypes of bit, logic, int, shortint, longint,
        byte, enum, and shortreal in VCD and FST
      - Added sparse array datatype to FST (currently unused by gtkwave)
      - Added support for attribute begin/end in FST (currently unused by gtkwave);
        this allows embedding of various data inside the structure tree
      - Added autoraise on entry window on keystrokes or periodically when it exists
      - Added ability to store $comment in FST files via the attribute mechanism
        (FST_AT_MISC/FST_MT_COMMENT)

 gtkwave.spec |   35 +++++++++++++++++++++++++++++++++--
 sources      |    2 +-
 2 files changed, 34 insertions(+), 3 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index 963da1a..93d2fb8 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,8 +5,8 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.47
-Release:	%{?prerel:0.}2%{?prerel:.%{prerel}}%{?dist}
+Version:	3.3.48
+Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
 URL:		http://gtkwave.sourceforge.net/
@@ -193,6 +193,37 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Tue Aug  6 2013 Paul Howarth <paul at city-fan.org> 3.3.48-1
+- update to 3.3.48
+  - fixed infinite loop hang on various helper executables when extra arguments
+    are specified
+  - delete changed marker name if it exists when marker is removed
+  - added "Open Hierarchy" option that will expand the SST and select the
+    hierarchy for a given signal selected in the Signals window
+  - added preliminary support for FsdbReader
+  - FSDB fix for generate created hierarchies
+  - FSDB fix for new debug info output style to be parsed
+  - added generate as scope type to VCD/FST/FSDB
+  - preliminary add for module port direction for FSDB and FST
+  - display signal direction column in SST if not all signals are declared as
+    FST_VD_IMPLICIT
+  - fixed GTK warning when hide_sst is enabled and SST is opened then closed
+  - added extraction of in/out/inout from FSDB into FST with vcd2fst helper
+    executable (it also converts FSDB to FST)
+  - added support for SV structures, unions, classes, packages, programs and
+    interfaces
+  - updated signal parsing in FST/FSDB to handle NC declarations for arrays in
+    VCD (i.e. bit-ranges are missing); use vcd2fst or the -o option to read NC
+    VCD files with arrays properly
+  - preliminary support for SV datatypes of bit, logic, int, shortint, longint,
+    byte, enum, and shortreal in VCD and FST
+  - added sparse array datatype to FST (currently unused by gtkwave)
+  - added support for attribute begin/end in FST (currently unused by gtkwave);
+    this allows embedding of various data inside the structure tree
+  - added autoraise on entry window on keystrokes or periodically when it exists
+  - added ability to store $comment in FST files via the attribute mechanism
+    (FST_AT_MISC/FST_MT_COMMENT)
+
 * Sun Jul 28 2013 Paul Howarth <paul at city-fan.org> 3.3.47-2
 - install docs to %%{_pkgdocdir} where available
 
diff --git a/sources b/sources
index 13a4842..09a914f 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-fdb257ed42220a9a7526b70d1746054a  gtkwave-3.3.47.tar.gz
+b296fd36e02e0fbc865318f3b6ebacd1  gtkwave-3.3.48.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list