OBPkg ChangeLog
---------------

0.8.0 : (2?. Mar 2006)
	- improved the configure script
	- README file update
	- added a port searchbox

0.7.2p1 : (21. Mar 2006)
	- the perl script made problems, I now use a
	  shell script and wget to get directroy listings
	  from the FTP servers
	- I think, this will be the first good working
	  release

0.7.2 : (19. Mar 2006)
	- FIXED A PORT INSTALLATION BUG. Nearly all port
	  installations will fail on old version because
	  OBPkg will install the wrong port!
	- changed a lot of things I just forgot to make
	  OBPkg port-conform and easier to install.
	- translated german comments into english ones
	- code cleanup
	- implemented some new message boxes to inform
	  the user better if something went wrong
	- renamed perl script
	- I prefer C-style comments // ... -> /* ... */
	- implemented runtime data syncronization of the
	  list of installed packages
	  
	** Thanks to Tobias Ulmer and Edd Barrett for
	** the helping hints!

0.7.1 : (18. Mar 2006)
	- display via the flag if a package is already
	  installed (like already implemented for ports)

0.7.0 : (16. Mar 2006)
	- added a flag that shows if a port is already
	  installed. this feature does not work with
	  packages!
	- Bugfix: OBPkg ended when reading a DESCR file
	  with len=0 because fread() returns 0. I now
	  exit only if  fread()!=1 && len!=0
	- added some message boxes because not everybody
	  reads STDERR. hmm.. hmm......
	- cleaning up via 'make clean' after port
	  installations

0.6.7p1 : (16. Mar 2006)
        - Bugfix in get_ftp_index.pl that still used
          /var/obpkg instead of /usr/local/var/obpkg
        - using /etc for obpkg.conf again because of
          conflicts while uninstall with changed
          obpkg.conf's md5 sum.

0.6.7 : (15. Mar 2006)
	- fixed a install bug making problems with the
	  path of the perl-script

0.6.6 : (14. Mar 2006; 2039 LOC)
	- the package lists are now sorted by the name
	  of the packages

0.6.5 : (10. Mar 2006; 2035 LOC)
	- added support for ports in local directorys
	  (e.g. mounted OBSD CD-ROMs)

0.6.0 : (09. Mar 2006; 1880 LOC)
	- added a menubar
	- added 'about' dialog
	- added 'add source' dialog... a simple one ;-)

0.5.5 : (08. Mar 2006; 1702 LOC)
	- implemented some message box notifications
	- different (small) code improvements
	- package installation via FTP (user+pass does
	  not work because of pkg_add!)
	- this is the first realy useful version but I
	  still need some additional features

0.5.0 : (07. Mar 2006)
	- on-demand loading ftp packages for hosts given
	  in configuration
	- ftp package-refresh (reload-button)
	- port installation
	- port and package deinstallation
	- fixed table headers

0.3.0 : (06. Mar 2006)
	- created a basic Gtk+ 2.0 GUI
        - ports display in a list
        - category display in a tree
        - lots of other things I just forgot...

0.1.1 : (05. Mar 2006)
        - reading out ports' INDEX and loading the
	  included information in a SLIST

0.1.0 : (04. Mar 2006)
        - init
