Changes since 0.5.1:
+New Browsing Backend (based on pyNeighborhood 0.4, with many improvements)
+SQL Based Storage Backend
+Bugfixes
+More Translations
+Better Support for GTK Themes
+New Icon

Changes since 0.5:
+New Setup via setup.py (the Python way)
+Debian/Ubuntu Packaging Support
+I18N Support via gettext
+Glade for UI
+German Translation
+Spanish Translation
+New Configuration Storage (/home/username/.pyNeighborhood/config)
+New Default Mountpoint (/home/username/pyNeighborhood) per default
+User definied per Mount Mountpoint
+Bugfixes
+Cleanups
+New Parser for nmblookup
+New Parser for smbclient
+New Parser for smbtree
+Support for Command Line Options
+Support for Debug, the Python way
+Remove of the ability to load global system Configuration (sorry Mr. Castro)

Changes since 0.4:
+Updated login options policy GUI (thanks to Rodrigo Castro).
+Ability to load global system configuration (Rodrigo Castro).
+Computer description fix (Rodrigo Castro).
+Option to turn off file manager running after mount.
+General code cleanup (with the help of Julien Cabillot)
+Switched license to GPLv3

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.
