1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
libguytools2 (2.1.0-1) unstable; urgency=low
* Cleaned up for C++14, some minor prototype changes to ensure same
bit widths on different architectures
* Some debugging (handling user errors in configuration files)
* Understands # at beginning of line (first non-blank char) for remarks
(REM still remains valid)
-- Guy Voncken <develop@faert.net> Fri, 31 Aug 2018 16:00:00 +0200
libguytools2 (2.0.5-1) unstable; urgency=low
* Moved to Qt5
* Adapted to Debian 8 (Jessie)
-- Guy Voncken <develop@faert.net> Tue, 18 Jul 2017 12:00:00 +0200
libguytools2 (2.0.4-1) unstable; urgency=low
* Removed arch specific code in toolsignal.cpp
-- Guy Voncken <develop@faert.net> Thu, 13 Jul 2015 16:00:00 +0200
libguytools2 (2.0.3-1) unstable; urgency=low
* Corrected problem with trailing backslashes
* Switched to my new developer email address
-- Guy Voncken <develop@faert.net> Thu, 30 Oct 2014 16:00:00 +0100
libguytools2 (2.0.2-1) unstable; urgency=low
* Correctly handling decimal point for different locale settings in toolcfg
* Some small signed/unsigned changes for cleaner linting
* Copyright notices cleaned up
-- Guy Voncken <develop@faert.net> Tue, 17 Jul 2012 10:00:00 +0200
libguytools2 (2.0.1-1) unstable; urgency=low
* Trunk released
-- Guy Voncken <develop@faert.net> Tue, 04 Aug 2010 11:30:00 +0200
libguytools2 (2.0.0beta1-1) unstable; urgency=low
* Putting everything into only one lib
* Some small changes for compilation under Ubuntu 10.04
-- Guy Voncken <develop@faert.net> Fri, 02 Aug 2010 17:00:00 +0200
libguytools1 (1.1.0beta1-0) unstable; urgency=low
* Preventing from repetitive messages if log file can't be opened
* Debian packaging checked and corrected (again and again)
* Using fopen64 for the log file, so that it may grow above any old limits
* Build scripts made more portable (thanks to GIDA)
* Debianisation changes by Mika
-- Guy Voncken <develop@faert.net> Tue, 18 Aug 2009 11:00:00 +0200
libguytools1 (1.0.3) unstable; urgency=low
* Debian packaging checked and corrected
-- Guy Voncken <develop@faert.net> Wed, 08 Apr 2008 17:00:00 +0200
libguytools1 (1.0.2) unstable; urgency=low
* Support for amd64 architecture
-- Guy Voncken <develop@faert.net> Wed, 16 Nov 2007 09:00:00 +0200
libguytools1 (1.0.1) unstable; urgency=low
* Const type cleaned up.
-- Guy Voncken <develop@faert.net> Wed, 06 Jun 2007 16:25:08 +0200
libguytools1 (1.0.0) unstable; urgency=low
* Initial release.
-- Guy Voncken <develop@faert.net> Wed, 06 Jun 2007 16:25:08 +0200
|