[gtkwave] Update to 3.3.56

Paul Howarth pghmcfc at fedoraproject.org
Thu Feb 13 10:42:00 UTC 2014


commit 7ea0924f71d89b74501d3922950cd7307b2eb9e5
Author: Paul Howarth <paul at city-fan.org>
Date:   Thu Feb 13 10:41:48 2014 +0000

    Update to 3.3.56
    
    - New upstream release 3.3.56
      - Added another crash fix patch for GTK-OSX
      - Fix to regex search to remove duplicate signal names because of faulty
        dumpers
      - Fix to configure.ac for MSYS not adding -lcomdlg32 when Tcl is disabled
      - Valgrind fix on deallocated context: old GLOBALS pointer could be examined
        in set_GLOBALS_x()
      - Minor cleanup in treesearch_gtk2.c: removed redundant show widget
        invocation
      - Added missing compressBound() for compress2() dest mallocs

 gtkwave.spec |   14 +++++++++++++-
 sources      |    2 +-
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/gtkwave.spec b/gtkwave.spec
index 9596c3c..a4ee866 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,7 +5,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.55
+Version:	3.3.56
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -192,6 +192,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Thu Feb 13 2014 Paul Howarth <paul at city-fan.org> 3.3.56-1
+- update to 3.3.56
+  - added another crash fix patch for GTK-OSX
+  - fix to regex search to remove duplicate signal names because of faulty
+    dumpers
+  - fix to configure.ac for MSYS not adding -lcomdlg32 when Tcl is disabled
+  - valgrind fix on deallocated context: old GLOBALS pointer could be examined
+    in set_GLOBALS_x()
+  - minor cleanup in treesearch_gtk2.c: removed redundant show widget
+    invocation
+  - added missing compressBound() for compress2() dest mallocs
+
 * Mon Feb 10 2014 Paul Howarth <paul at city-fan.org> 3.3.55-1
 - update to 3.3.55
   - fixed problem with FST_DYNAMIC_ALIAS_DISABLE enabled when Judy arrays are
diff --git a/sources b/sources
index 6b2eda2..ee6d754 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-5919b642ee25c79a1c4215708b6d76d8  gtkwave-3.3.55.tar.gz
+53264b0a15a21c397663d2b3b578cdd3  gtkwave-3.3.56.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list