21/11/2004 - Sergio Blanco Cuaresma * Indexator.NET 0.4 Released! * Modified web interface, added OnInit method to assign events on web/SearchIndexedWeb.cs. * Modified StorageMedium.cs to make it work with Mono 1.0. * Modified Makefiles for correct compilation with Mono 1.0. * Modified Nant build files for correct compilation with NAnt 0.85 (nightly build 01/11/2004) 26/04/2004 - Sergio Blanco Cuaresma * Indexator.NET 0.3 Released! * GUI modified for Gtk# 0.18 22/03/2004 - Sergio Blanco Cuaresma * Indexator.NET 0.2 Released! * Using the last version of ByteFX.MySqlNet client from ByteFX's web makes the application significally faster. Maybe the Mono version of ByteFX is outdated. Changed Makefile and IndexDir.build to use the new version (it also has a new name). 21/03/2004 - Sergio Blanco Cuaresma * New parameter: --remove label. Now we can delete information about files under the same label. * New parameter: --md5. Now the MD5 calcul is optional. * Check if the label exists before scanning the directory, not after. * We were comparing wrongly: if (files[i].Attributes == FileAttributes.Directory) If it contains more than one attribute, it fails. The right way is: if ((files[i].Attributes & FileAttributes.Directory) == FileAttributes.Directory) * When an empty directory is specified, the execution stops with a warning * Fixed problem with absolute paths: regex was interpreting "/" as a way of introducing parameters, so there were problems with "/mnt/...". 19/03/2004 - Sergio Blanco Cuaresma * Makefile written. Now it is possible to do the compilation with nant or make. * Nant compilation errors caused by resources fixed. Now I make use of the dynamicprefix="true" attribute correctly. 30/12/2003 - Sergio Blanco Cuaresma * First release! (Indexator.NET 0.1)