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
|
* Sun Aug 05 2017 Antonio Cardoso Martins <digiplan.pt@gmail.com>
- 1.3.0 release.
- Added doxygen documentation tags to every method and class
- Added support for pkexec policykit-1 and removed gksudo dependency
- Fixed a wrong URL link in about dialog
- Added version number to constant in guidedog.h file
* Sun Dec 28 2014 Antonio Cardoso Martins <digiplan.pt@gmail.com>
- Converted version 1.0.0 to pure Qt5.
* Sat Aug 23 2008 Simon Edwards <simon@simonzone.com>
- 1.1 test release
- Ported to Python and KDE 4.
* Tue Nov 11 2003 Simon Edwards <simon@simonzone.com>
- 1.0.0 release.
- Manual finished.
* Mon Sep 29 2003 Simon Edwards <simon@simonzone.com>
- 0.9.2 release.
- Small compile fix, stdlib.h. (thanks Sébastien Phélep, Paul Cupis)
- Generated script now returns 'true' to the caller (thanks Paul Cupis)
- Only accepts numeric IP addresses or masks. No domain names.
- More work on the manual.
* Thu May 08 2003 Simon Edwards <simon@simonzone.com>
- 0.9.1 release.
- Added "No-masquerade" address list.
- Added Port Forwarding.
* Thu Jul 11 2002 Simon Edwards <simon@simonzone.com>
- 0.9.0
- Script no longer uses the 'sysctl' command.
- Added /usr/local/sbin/ to the command search path.
- Updated the admin dir, and made sure it compiles on KDE 2 and 3.
* Fri Nov 09 2001 Simon Edwards <simon@simonzone.com>
- 0.1.0
- Initial release
|