* Sun Jan 08 2017 dmitry_r@opensuse.org
- Update to version 3.3.79
* Bugfixes and minor changes, see included ChangeLog file
* Mon Oct 31 2016 dmitry_r@opensuse.org
- Update to version 3.3.78
* Bugfixes and minor changes, see included ChangeLog file
* Sun Aug 28 2016 dmitry_r@opensuse.org
- Uptdate to version 3.3.76
* Bugfixes and minor changes, see included ChangeLog file
* Mon Aug 08 2016 dmitry_r@opensuse.org
- Update to version 3.3.75
* bugfix release, see included ChangeLog file for details
* Sun Jun 12 2016 dmitry_r@opensuse.org
- Update to version 3.3.73
* bugfix release, see included ChangeLog file for details
* Tue Apr 19 2016 dmitry_r@opensuse.org
- Update to version 3.3.72
* bugfix release, see included ChangeLog file for details
* Wed Feb 24 2016 dmitry_r@opensuse.org
- Update to version 3.3.70
* bugfix release, see included ChangeLog file for details
* Fri Nov 20 2015 dmitry_r@opensuse.org
- Update to version 3.3.68
* bugfix release, see included ChangeLog file for details
* Wed Sep 30 2015 dmitry_r@opensuse.org
- Update to version 3.3.67
* bugfix release, see included ChangeLog file for details
* Tue Jul 07 2015 dmitry_r@opensuse.org
- Update to version 3.3.66
* minor changes and bugfixes, see included ChangeLog file for details
* Wed Apr 15 2015 dmitry_r@opensuse.org
- Update to version 3.3.65
* minor changes, see included ChangeLog file for details
* Wed Nov 26 2014 dmitry_r@opensuse.org
- Update to version 3.3.64
* bugfix release, see included ChangeLog file for details
* Sat Nov 08 2014 dmitry_r@opensuse.org
- Update to version 3.3.63
* bugfix release, see included ChangeLog file for details
* Sat Aug 30 2014 dmitry_r@opensuse.org
- Update to version 3.3.62
* bugfix release, see included ChangeLog file for details
- Move documentation and examples to separate packages
- Delete gtkwave-rpmlintrc
* Thu Jul 17 2014 dmitry_r@opensuse.org
- Update to version 3.3.61
* Parameterized number of named markers
* Updated LZ4 for version r118.
* Wed Jun 11 2014 dmitry_r@opensuse.org
- Update to version 3.3.60
* Harden fsdb reader against xtags that move backward in time.
* Tue Apr 29 2014 dmitry_r@opensuse.org
- Update to version 3.3.59
* Use Duff's Device for 8 byte -> 1 byte binary value compression
algorithm in FST writer.
* Updated man page for gtkwave.1 indicating that XID is in hex.
* Allow decimal conversions on popcnt filtered vectors that are
greater than 64 bits (they will never overflow).
* Fri Mar 21 2014 dmitry_r@opensuse.org
- Update to version 3.3.58
* Added /Data Format/Popcnt function for ones counting.
* Warnings fixes from new Clang 3.4 scan-build.
* Updated VCD ID generation in various helpers to use a faster,
equivalent algorithm.
* Change [1] at end of struct to C99 [] notation with appropriate
allocation size modification.
* Sat Feb 15 2014 dmitry_r@opensuse.org
- Update to version 3.3.57
* Fix for Electric Fence crash in vlist_freeze().
* Updated LZ4 for version r113.
* Fri Feb 14 2014 dmitry_r@opensuse.org
- Update to version 3.3.56
* Fix to regex search to remove duplicate signal names because of
faulty dumpers.
* 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.