scolasync (3.1-1) unstable; urgency=low

  * added the support to manageme school lists of students, and
    automatic naming and numbering of medias. The supported file format
    is currently SCONET.

 -- Georges Khaznadar <georgesk@ofset.org>  Sat, 23 Jun 2012 20:58:53 +0200

scolasync (3.0-1) unstable; urgency=low

  * rewritten the synchronization commands entirely in Python (no more shell
    with its special characters)
  * updated Standards-Version to 3.9.3

 -- Georges Khaznadar <georgesk@ofset.org>  Fri, 25 May 2012 23:46:06 +0200

scolasync (2.9-1) unstable; urgency=low

  * added a possibility to manage easily the check boxes

 -- Georges Khaznadar <georgesk@ofset.org>  Sun, 22 Jan 2012 21:09:53 +0100

scolasync (2.8-2) unstable; urgency=low

  * fixed the localization of Qt's dialog buttons

 -- Georges Khaznadar <georgesk@ofset.org>  Thu, 19 Jan 2012 00:31:55 +0100

scolasync (2.8-1) unstable; urgency=low

  * added a lock system for checkDisks
  * added a stop mechanism for too slow threads
  * fixed a bug with a question messagebox
  * fixed the protectPath feature

 -- Georges Khaznadar <georgesk@ofset.org>  Thu, 19 Jan 2012 00:09:48 +0100

scolasync (2.7-4) unstable; urgency=low

  * disabled the protectPath feature which was buggy. Now retreiving
    files is possible, but the program is still vulnerable to non-safe
    filenames.

 -- Georges Khaznadar <georgesk@ofset.org>  Wed, 18 Jan 2012 18:28:18 +0100

scolasync (2.7-3) unstable; urgency=low

  * fixed a bug which affected the renaming of unknown medias

 -- Georges Khaznadar <georgesk@ofset.org>  Wed, 18 Jan 2012 12:32:28 +0100

scolasync (2.7-2) unstable; urgency=low

  * fixed one dbus call

 -- Georges Khaznadar <georgesk@ofset.org>  Tue, 17 Jan 2012 19:53:21 +0100

scolasync (2.7-1) unstable; urgency=low

  * removed the dependency on Hal, improved the recognition of vfat
    partitions
  * fixed many bugs: globbing characters in paths are now considered,
    probably removed lock possibilities for multiple threads trying to
    access the same logFile simultaneously, fixed the mess when one tries
    to edit a media's owner.

 -- Georges Khaznadar <georgesk@ofset.org>  Sat, 14 Jan 2012 19:03:01 +0100

scolasync (2.6-1) unstable; urgency=low

  * modified the method to identify plugged medias: now tablet computers
    are recognized.
  * fixed a bug in the recognition of vfat systems in partitionless
    medias
  * added a switch in preferences, to replace copying from medias by
    moving from medias

 -- Georges Khaznadar <georgesk@ofset.org>  Thu, 12 Jan 2012 19:27:33 +0100

scolasync (2.5-1) unstable; urgency=low

  * added a check before authorizing new threads: the last thread set must
    have finished.
  * implemented the redo feature

 -- Georges Khaznadar <georgesk@ofset.org>  Sun, 08 Jan 2012 23:26:50 +0100

scolasync (2.4-3) unstable; urgency=low

  * added on dependency: python-qt4-dbus

 -- Georges Khaznadar <georgesk@ofset.org>  Sun, 08 Jan 2012 18:21:25 +0100

scolasync (2.4-2) unstable; urgency=low

  * implemented the actions for new items introduced recently in the 
    preferences : timer control and link to custom manual.
  * now polling the disks is triggered by disk connect/disconnect events;
    by default, refreshing the disk set by periodic polls is disabled,
    however users can enable it by customizing their preferences.
  * removed the global threads variable in usbThreads.py, replaced it by
    a dictionary owner => thread's command in mainWindow.py
  * simplified the update of icons denoting the running threads. They are
    no longer updated by polling the running threads, but they are
    toggled by signals emitted when a thread begins or ends.
  * extended the selection feature to copy-to, copy-from and delete-files
    operations. Now they should act only on checked medias.
  * allowed to choose multiple files to copy from or to delete in the
    relevant file dialog
  * changed the icons and some help messages in the dialog used to choose
    files and directories, changed the layout to make main buttons more
    evident

 -- Georges Khaznadar <georgesk@ofset.org>  Sun, 08 Jan 2012 12:26:01 +0100

scolasync (2.4-1) unstable; urgency=low

  * added a "manual" tab to the help dialog
  * added new items in preferences dialog
  * fixed a bug which prevented mounting recently plugged disks a startup
  * made the application less verbose when it mounts volumes
  * implemented direct management for Dbus signals instead of 
    periodic polling

 -- Georges Khaznadar <georgesk@ofset.org>  Thu, 29 Dec 2011 02:53:10 +0100

scolasync (2.3-1) unstable; urgency=low

  * increased the delay between disk checks to 20 seconds
  * added a button to force a disk check
  * modified the time of first occurence of disk check
  * modified a few help phrases and their English translation
  * added a display to show the number of connected medias
  * added an event management to make it flash during disk checks
  * avoided redrawing the table of medias if no change happens
  * fixed a bug to pre-select the first media when choosing files to
    retreive or files to delete.
  * enhanced the display for size and percentage of filling of medias
  * added an X-Python-Version: stance, added --with pyton2 in debian/rules,
    added a file __init__.py. Closes: #652345

 -- Georges Khaznadar <georgesk@ofset.org>  Fri, 16 Dec 2011 22:57:00 +0100

scolasync (2.2-2) unstable; urgency=low

  * added a build-dependency on graphviz and texlive-latex-base, latex-xcolor
    Closes: #633551

 -- Georges Khaznadar <georgesk@ofset.org>  Fri, 15 Jul 2011 15:48:13 +0200

scolasync (2.2-1) unstable; urgency=low

  * added a file to manage global definitions, particularly those bound
    to the platform in use. Porting to Windows should be possible after
    this version, if usbDisks.py and notification.py are reimplemented.
  * swallowed all the previous debian patches, increased the version number.

 -- Georges Khaznadar <georgesk@ofset.org>  Mon, 13 Jun 2011 12:28:25 +0200

scolasync (2.1-13) unstable; urgency=low

  * updated the Portuguese translation file, thanks to Louis-Maurice De Sousa

 -- Georges Khaznadar <georgesk@ofset.org>  Tue, 24 May 2011 20:13:43 +0200

scolasync (2.1-12) unstable; urgency=low

  * added a build-dep: texlive-latex-extra, thanks to Eric Seigne.

 -- Georges Khaznadar <georgesk@ofset.org>  Thu, 19 May 2011 18:29:04 +0200

scolasync (2.1-11) unstable; urgency=low

  * made the main table sortable by default
  * added an indicator for running threads

 -- Georges Khaznadar <georgesk@ofset.org>  Sun, 08 May 2011 23:27:05 +0200

scolasync (2.1-10) unstable; urgency=low

  * fixed the typo in debian/control, thanks to Uwe Kleine-König.
    Closes: #623081
  * added a build-dependency on xsltproc and docbook-xsl. Closes: #625167

 -- Georges Khaznadar <georgesk@ofset.org>  Fri, 06 May 2011 18:42:10 +0200

scolasync (2.1-9) unstable; urgency=low

  * removed the alreadyAsked list in ownedUsb.py, which prevented 
    from registering multiple drives which bear the same "unique" identifier.
    This issue is not uncommon since some vendors use cloning techniques
    to preload some drives with custom contents, without regarding the
    uniqueness of the identifiers born by the drives.
  * bumped standards-version to 3.9.2

 -- Georges Khaznadar <georgesk@ofset.org>  Mon, 11 Apr 2011 13:17:24 +0200

scolasync (2.1-8) unstable; urgency=low

  * modified the way scolasync creates a "tattoo" on a USB drive.

 -- Georges Khaznadar <georgesk@ofset.org>  Fri, 01 Apr 2011 18:51:45 +0200

scolasync (2.1-7) unstable; urgency=low

  * fixed a bug which prevented from retreiving files from usb drives.

 -- Georges Khaznadar <georgesk@ofset.org>  Wed, 30 Mar 2011 16:05:38 +0200

scolasync (2.1-6) unstable; urgency=low

  * tracked and fixed a bug which disallowed fetching directories from the
    USB drives.
  * added a pause of 50 milliseconds after each tatoo written on a usb
    drive in order to avoid similar timestamps.

 -- Georges Khaznadar <georgesk@ofset.org>  Mon, 28 Mar 2011 19:46:43 +0200

scolasync (2.1-5) unstable; urgency=low

  * fixed bugs with non-quoted file names, and an extra "/" in a 
    directory reference.
  * translated every changelog entry to English, and uploaded once more 
    to Debian, Closes: #610189

 -- Georges Khaznadar <georgesk@ofset.org>  Sat, 19 Mar 2011 20:14:43 +0100

scolasync (2.1-4) unstable; urgency=low

  * fixed the i18n system and made an English l10n.
  * added a dependency on python-qt4, thanks to Louis-Maurice De Sousa

 -- Georges Khaznadar <georgesk@ofset.org>  Sat, 29 Jan 2011 17:40:59 +0100

scolasync (2.1-3) unstable; urgency=low

  * fixed the dialog to choose existing files or directories in the usb
    drives.
  * slightly modified the dialog coming prior to unmounts
  * fixed a bug triggered by request to create a file inside a non-existing
    path

 -- Georges Khaznadar <georgesk@ofset.org>  Fri, 28 Jan 2011 23:46:57 +0100

scolasync (2.1-2) unstable; urgency=low

  * fixed src/db.py, added "import subprocess"

 -- Georges Khaznadar <georgesk@ofset.org>  Fri, 21 Jan 2011 16:57:14 +0100

scolasync (2.1-1) unstable; urgency=low

  * implemented a management of preferences, modified a few user interfaces,
    added a few warning dialogs, and tool invokations to improve the
    feedback, added a version management inside the database.
  * first upload to Debian. Closes: #610189

 -- Georges Khaznadar <georgesk@ofset.org>  Sun, 16 Jan 2011 01:07:03 +0100

scolasync (2.0-7) unstable; urgency=low

  * modified the icons, added a dependency on the package which provides them
    fournit les icônes.

 -- Georges Khaznadar <georgesk@ofset.org>  Sat, 15 Jan 2011 19:01:55 +0100

scolasync (2.0-6) unstable; urgency=low

  * added a tatoo mechanism: scolasync writes a special file into the 
    unknown USB drives (UNIX date of the first tatoo). This system helps for
    identification.

 -- Georges Khaznadar <georgesk@ofset.org>  Wed, 12 Jan 2011 19:26:13 +0100

scolasync (2.0-5) unstable; urgency=low

  * added a dialog for cells where a double-click is bound to no action.
    fixed a false detection of USB drive change.

 -- Georges Khaznadar <georgesk@ofset.org>  Wed, 15 Dec 2010 23:35:12 +0100

scolasync (2.0-4) unstable; urgency=low

  * improved the management of USB drives with unusual "serial numbers"
    and without a partition table

 -- Georges Khaznadar <georgesk@ofset.org>  Wed, 15 Dec 2010 21:59:58 +0100

scolasync (2.0-3) unstable; urgency=low

  * removed some dependencies, began to use a standard desktop 
    notification system

 -- Georges Khaznadar <georgesk@ofset.org>  Sat, 11 Dec 2010 16:45:26 +0100

scolasync (2.0-2) unstable; urgency=low

  * added a possibility to consider partitionless disk drives

 -- Georges Khaznadar <georgesk@ofset.org>  Wed, 01 Dec 2010 18:52:28 +0100

scolasync (2.0-1) unstable; urgency=low

  * replaced the DBM database engine by SQLite

 -- Georges Khaznadar <georgesk@ofset.org>  Sun, 28 Nov 2010 10:16:09 +0100

scolasync (1.0-3) unstable; urgency=low

  * created src/sounds/pop2.wav (with the help of Audacity and 
    Kde-window-manager's pop.wav

 -- Georges Khaznadar <georgesk@ofset.org>  Mon, 22 Nov 2010 16:26:57 +0100

scolasync (1.0-2) unstable; urgency=low

  * modified the main Makefile in order to rerun pdflatex when some
    cross-references remained undefined.

 -- Georges Khaznadar <georgesk@ofset.org>  Tue, 09 Nov 2010 01:12:50 +0100

scolasync (1.0-1) unstable; urgency=low

  * Initial debianization  

 -- Georges Khaznadar <georgesk@ofset.org>  Tue, 02 Nov 2010 01:39:21 +0100
