[gtkwave] Update to 3.3.50

Paul Howarth pghmcfc at fedoraproject.org
Wed Oct 16 15:54:35 UTC 2013


commit da3edff60a24d47d133b600c12b43f4f2d4dfff9
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Oct 16 16:47:46 2013 +0100

    Update to 3.3.50
    
    - New upstream release 3.3.50
      - Limit number of rows that can be displayed in mouseover in order to
        prevent potential X11 crashes on extremely wide signals
      - Added "/File/Grab To File" PNG image grab menu option
      - Added missing $dumpvars emission in fst2vcd
      - Added missing atto and zepto time prefix parsing in vcd2fst
      - Added VHDL package type to FST
      - Added red box around 'U' vector values for VHDL similar to 'X' for Verilog
      - Used FST "attribute name" for variable types if specified
      - CRLF fix for save file reading on LF-only systems
      - Fix Valgrind hit in fst.c that was causing crashes on OSX
      - Added fstWriterSetFiletype() and fstReaderGetFiletype() to provide sim
        language hint to gtkwave for language-appropriate formatting of various
        data
      - Added fstWriterSetSourceStem() so writers can embed source stems in the FST
        file (specify before the appropriate hierarchy or variable declaration)
      - Added gtkwave_bin_launcher.sh script to set up environment variables on OSX
        for running the bin/ directory files from a terminal rather than as an app
        invocation

 gtkwave.spec |   23 ++++++++++++++++++++++-
 sources      |    2 +-
 2 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index f4ce632..0a97a47 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,7 +5,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.49
+Version:	3.3.50
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -193,6 +193,27 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Wed Oct 16 2013 Paul Howarth <paul at city-fan.org> 3.3.50-1
+- update to 3.3.50
+  - limit number of rows that can be displayed in mouseover in order to
+    prevent potential X11 crashes on extremely wide signals
+  - added "/File/Grab To File" PNG image grab menu option
+  - added missing $dumpvars emission in fst2vcd
+  - added missing atto and zepto time prefix parsing in vcd2fst
+  - added VHDL package type to FST
+  - added red box around 'U' vector values for VHDL similar to 'X' for Verilog
+  - used FST "attribute name" for variable types if specified
+  - CRLF fix for save file reading on LF-only systems
+  - fix Valgrind hit in fst.c that was causing crashes on OSX
+  - added fstWriterSetFiletype() and fstReaderGetFiletype() to provide sim
+    language hint to gtkwave for language-appropriate formatting of various
+    data
+  - added fstWriterSetSourceStem() so writers can embed source stems in the FST
+    file (specify before the appropriate hierarchy or variable declaration)
+  - added gtkwave_bin_launcher.sh script to set up environment variables on OSX
+    for running the bin/ directory files from a terminal rather than as an app
+    invocation
+
 * Thu Sep 12 2013 Paul Howarth <paul at city-fan.org> 3.3.49-1
 - update to 3.3.49
   - fix crashes caused by X11 protocol limitation for pixmap size
diff --git a/sources b/sources
index 083c00b..8b3221d 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-3df0b1d18ae0647ff48f59dc4b97b5b0  gtkwave-3.3.49.tar.gz
+ca34bcf9c1bc5e2d5ae7a3723cd44a83  gtkwave-3.3.50.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list