Changes since 0.3:
+Bugfixes.
+Updated installation scheme.
+Gui improvements.
+Better share scanning algorithm.
+Optional automatical IP calculation on adding machine.
+Added ability to change user and password selecting proper popup menu
entries.
+Updated share scanning algorithm.
+Added ip address validator to the add/edit dialog.
+Added statusbar displaying current actions.
+Added pulsing progressbar.
+Implemented group browsing using msbrowse.

Changes since 0.2:
+Tons of bugfixes.
+Updated installation scripts. Fixed the hardcoded prefix in pyNeighborhood.desktop.
+Implemented network browsing.
+Implemented host information (IP and/or name) retrieving.
+Added new configuration dialog with CIFS, multiple filemanagers and group browsing support.
+Added CIFS support and updated GUI to support it.
+Updated configuration file format to make it more sensitive and readable.
+Made a lot of GUI improvements (popup menus with icons depending on the item clicked, redisigned the pull-down menu etc).
+Replaced deprecated ItemFactory with UIManager.
+Performed total code redesign, separated main window and bookmarks manager code.

Changes since 0.2rc2:
+Fixed some bugs in dialog windows handling (Such as a blank message window).
+Fixed exception unhandling while giving a sca command without any host beign selected.
+Added right click popup menus in bookmarks and monitor tabs.

Changes since 0.2rc1:
+Added icons, thanks to Tomislav Markovski for his gnant Gnome icon theme - I've used his icons
and based pyNeighborhood icon on them.
+Created a "threads.py" file, where all thread handlers were relocated.
+Mount, unmount anf file manager actions are now launched from threads, so program hang 
cannot happen anyway.
+Fixed problem with idle process "smbmount" remaining even after unmount.
+Fixed bug with the unmount action from mounts monitor, when the "Mountpoint" column was cleaned if
unmount failed.
+Unuseful items "IPC$" and "ADMIN$" now will not be included in shares list on scan.
+Total code cleanup: removal of debugging messages etc.

Changes since 0.1:
+Added tab support.
+Added a mounts monitor and a monitor tab.
+Using "threading" module instead of "thread"; now threads are not allowed to do a GUI stuff.
+Fixed a bug with simultaneous share scans.
+New "File Manager" menu item, allows to launch filemanager whenever you like.
+Moved "Remove" menu item to "Edit".
+Some minor bug fixes.

Changes since 0.1pre3:
+Updated installation scripts
+Graphical tools for editing 'options' file and adding new host to the favourite hosts list.
-'examples' folder in source tree has been removed.
+A default configuration created. It is stored in new 'defaults' folder.
+Fixed a major bug with mounting on a non-existing folder.
+Redesign of pull-down menu items.

Changes since 0.1pre2:
+An installation scripts added.
+Fixed some bugs with English spelling:)

Changes since 0.1pre1:
+Added columns displaying comments and mount points (Previously mounted shares are displayed on every machine rescan).
+Fixed a bug with multiple mounts - now you can not mount an already mounted share.
+Scans and mounts are runnng in background - pyNeighborhood will not hang anymore waiting for the end of operation.
+Some graphical messages added.
+Installation process became a little bit simplier.
-Filelister has been removed. I decided it to be buggy and unuseful, and I'm not going to write a file manager.
