[gtkwave] Update to 3.3.22

Paul Howarth pghmcfc at fedoraproject.org
Sat Jun 4 10:13:49 UTC 2011


commit cce57507dd5dd66dc086d3a6b3730e6b6c5b24aa
Author: Paul Howarth <paul at city-fan.org>
Date:   Sat Jun 4 11:12:20 2011 +0100

    Update to 3.3.22
    
    - New upstream release 3.3.22
      - optimized tree build so it can handle large amounts of component
        instantiations (netlists) without undue slowdown
      - added gcc -Wformat and -Wformat-security related fixes
      - updated hier_decompress_flagged so it can also decompress into its own
        static buffer in order to speed up temporary usage cases
      - fixed FST reader iterator to work better with --begin flag
      - fixed missing facname decompression for FST files on single trace import
        (backup case that should never happen)
      - added support for user-specified timescale ruler using the ruler_origin and
        ruler_step rc variables
      - added "/View/Define Time Ruler Marks" menu option
      - removed indirect file support as is unneeded for 64-bit
      - removed obsolete CVS modification log comments
      - handle vcd saver case of dot at end of signal name

 .gitignore   |    2 +-
 gtkwave.spec |   19 ++++++++++++++++++-
 sources      |    2 +-
 3 files changed, 20 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8c4b8f7..f801d0f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,4 @@
-/gtkwave-3.3.21.tar.gz
+/gtkwave-[0-9.]*.tar.gz
 /gtkwave-16.png
 /gtkwave-32.png
 /gtkwave-48.png
diff --git a/gtkwave.spec b/gtkwave.spec
index 5a5dd24..9b6bf1c 100644
--- a/gtkwave.spec
+++ b/gtkwave.spec
@@ -5,7 +5,7 @@
 
 Summary:	Waveform Viewer
 Name:		gtkwave
-Version:	3.3.21
+Version:	3.3.22
 Release:	%{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
 License:	GPLv2+
 Group:		Applications/Engineering
@@ -130,6 +130,23 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_mandir}/man5/gtkwaverc.5*
 
 %changelog
+* Sat Jun  4 2011 Paul Howarth <paul at city-fan.org> 3.3.22-1
+- update to 3.3.22
+  - optimized tree build so it can handle large amounts of component
+    instantiations (netlists) without undue slowdown
+  - added gcc -Wformat and -Wformat-security related fixes
+  - updated hier_decompress_flagged so it can also decompress into its own
+    static buffer in order to speed up temporary usage cases
+  - fixed FST reader iterator to work better with --begin flag
+  - fixed missing facname decompression for FST files on single trace import
+    (backup case that should never happen)
+  - added support for user-specified timescale ruler using the ruler_origin and
+    ruler_step rc variables
+  - added "/View/Define Time Ruler Marks" menu option
+  - removed indirect file support as is unneeded for 64-bit
+  - removed obsolete CVS modification log comments
+  - handle vcd saver case of dot at end of signal name
+
 * Sat Apr 30 2011 Paul Howarth <paul at city-fan.org> 3.3.21-1
 - update to 3.3.21
   - fixed crash in LXT2 reader on malformed files (#690920)
diff --git a/sources b/sources
index 26a858a..23bf50a 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,4 @@
-ae3a99a2304f45703471629c7b614ef6  gtkwave-3.3.21.tar.gz
+106d5b6554793b6ce418d469870b61ca  gtkwave-3.3.22.tar.gz
 2cc7754492918591242bc38a0b11d2a5  gtkwave-16.png
 410c50539074403d3a3240f7c9209b11  gtkwave-32.png
 4fdb2fec2b6d9732e2f111c6cd63b788  gtkwave-48.png


More information about the scm-commits mailing list