21-Sep-2006: Version 1.7.9
==========================
- Security fix - $pgname removed from search.php. 
  Alert from Snake.

17-Apr-2003: Version 1.7.8
==========================
- Security fix - all admin functions separated in admin.inc.
  Thanks to Arnaud Jacques for the announce.

16-Jul-2002: Version 1.7.7
==========================
- Fix time correction

15-Jul-2002: Version 1.7.6
==========================
- Bug fix in the edit stories - edit form was before starting tag.
  Thanks to Michael Willems for the announce.

15-Feb-2002: Version 1.7.5
==========================
- Mostly bug fixes. There was error in editing files. Quick fix:
   In news.inc (line 701) just replace comma (,) with dot (.) so,
   deleteNewsEntry($newsdir,$file) will become
   deleteNewsEntry($newsdir.$file)
- Fix problems with topic displaying. In v1.7.4 there was not passing
  topic parameter to buildNewsfile() function, so every time all news
  are displayed
- More security: move global scope variables to $HTTP... land

30-Jan-2002: Version 1.7.4
==========================
- Big rewrite!!! Remove working with the global news entries array. Now
  everithing is driven by $newsdir parameter to the functions. Working
  with several directories is already possible.

29-Jan-2002: Version 1.7.3
==========================
- Replace $PHP_SELF with $SCRIPT_NAME for php as a command line processor
  to work (Thanx to Henrik Pitkala for this)

??-Dec-2000: Version 1.7.2
==========================
- Remove empty line, between the title and the body.

07-Nov-2000: Version 1.7.1
=========================
- Fix a little bug: PTNews display error messages, when search query is
  empty.

18-Oct-2000: Version 1.7
=========================
- Timezones support - new $tz array with time difference from the GMT for
  each timezone
- password protection for admin page - new file - auth.php
- change all page suffixes from php3 to php - php4 compatible
- searching news support - news search.php file
- bug fix - until this version there was impossible to have news without
  #CONTENT# tag
- new tags: #TITLELNK# - suitable for TOC etc., #ABSTRACT# - short news
  abstract, #FSIZE# - news file size


07-Sep-2000: Version 1.6
=========================
- New tags support - #TOPICIMG# (topic images - new images directory), 
  #TOPICLNK# (display only some topic news)
- WAP news support (news in WML format) - new wap.php3 page
- some changes in $config array ( mainpg and morepg members, no need
  to put here admin page name, remove theme name member )
- support for more than one theme - now theme name is not in news.inc 
  file. In this way it can be different in main and [more...] pages.
- date() function is replaced with strftime() function. This mean that
  the $lang[datefmt] and $lang[dateadm] date string format are different.
  Why? strftime function support setlocale() localization changes and
  this mean better multilanguage support.


01-Sep-2000: Version 1.5.1
==========================
- Extra comma in array definition bug fixed

31-Aug-2000: Version 1.5
=========================
- Some bug fixed ( news paging support )
- Better multi-language support

15-Aug-2000: Version 1.4
=========================
- First working release
