[gtkwave] Update to 3.3.52

Paul Howarth pghmcfc at fedoraproject.org
Tue Nov 12 12:14:46 UTC 2013


commit 341a8045cedbbc60e53d1445a152f98f33dcc2c1
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Nov 12 12:13:22 2013 +0000

    Update to 3.3.52
    
    - New upstream release 3.3.52
      - Added LZ4 as compression type for FST; when enabled with --fourpack in
        vcd2fst, this compresses both signal data and the hierarchy using LZ4
      - Added WLF support via wlf2vcd; to use, specify -o at the command line
        (e.g., gtkwave -o test.wlf)
      - Changed left/right arrow function in signal/wave windows to find next
        transition of selected signal(s)
      - Re-enabled DnD scroll beyond top/bottom of Signals pane
      - Added debounce for baseline (middle) mouse button
      - Another partial VCD loader fix
      - Now use libcomdlg32 file requesters on MinGW
      - Added --extensions flag to fstvcd to enable emission of FST extensions/
        attributes to VCD files; this is to keep FST attributes from making VCD
        files unparseable with other tools
      - Fix in FsdbReader interface for version 1.x files
      - Many warnings fixes found from gcc -Wextra flag
      - Fixed thread-unsafe static allocations in fstapi.c

 gtkwave.spec |   21 ++++++++++++++++++++-
 sources      |    2 +-
 2 files changed, 21 insertions(+), 2 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index 9416200..0b2e6bc 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,7 +5,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.51
+Version:	3.3.52
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -194,6 +194,25 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Tue Nov 12 2013 Paul Howarth <paul at city-fan.org> 3.3.52-1
+- update to 3.3.52
+  - added LZ4 as compression type for FST; when enabled with --fourpack in
+    vcd2fst, this compresses both signal data and the hierarchy using LZ4
+  - added WLF support via wlf2vcd; to use, specify -o at the command line
+    (e.g., gtkwave -o test.wlf)
+  - changed left/right arrow function in signal/wave windows to find next
+    transition of selected signal(s)
+  - re-enabled DnD scroll beyond top/bottom of Signals pane
+  - added debounce for baseline (middle) mouse button
+  - another partial VCD loader fix
+  - now use libcomdlg32 file requesters on MinGW
+  - added --extensions flag to fstvcd to enable emission of FST extensions/
+    attributes to VCD files; this is to keep FST attributes from making VCD
+    files unparseable with other tools
+  - fix in FsdbReader interface for version 1.x files
+  - many warnings fixes found from gcc -Wextra flag
+  - fixed thread-unsafe static allocations in fstapi.c
+
 * Mon Oct 28 2013 Paul Howarth <paul at city-fan.org> 3.3.51-1
 - update to 3.3.51
   - add gedit to the list of dependencies for gtkwave in order to enable new
diff --git a/sources b/sources
index b50ceb4..9124e03 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-7214a0358bdeadbbe305dfd6eeced828  gtkwave-3.3.51.tar.gz
+1a7b7fbfede6f1f91fe26845b3b36f48  gtkwave-3.3.52.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list