1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502
|
scolasync (5.4-3) unstable; urgency=medium
[ Debian Janitor ]
* Update lintian override info format in d/source/lintian-overrides on line
4-14.
* Trim trailing whitespace.
* Bump debhelper from old 12 to 13.
* Update standards version to 4.6.1, no changes needed.
[Georges Khaznadar]
* bumped Standards-Version: 4.6.2
-- Georges Khaznadar <georgesk@debian.org> Tue, 21 Feb 2023 19:01:18 +0100
scolasync (5.4-2) unstable; urgency=medium
* called "from PyQt5 import QtCore" before "import sip".
Closes: #966050
* added a call of "gi.require_version('UDisks', '2.0')" to better manage
libraries
-- Georges Khaznadar <georgesk@debian.org> Wed, 22 Jul 2020 20:13:05 +0200
scolasync (5.4-1) unstable; urgency=medium
* removed debian/compat, made a build dependency on debhelper-compat(=12)
* recompiled the documentation with the last version of doxypypy
-- Georges Khaznadar <georgesk@debian.org> Sun, 19 Jul 2020 18:06:19 +0200
scolasync (5.3-2) unstable; urgency=medium
* removed the build-dependency on doxypy
* added scripts to use doxypypy locally, before it becomes
packaged for Debian
* upgraded Standards-Version
* updated the version number in doxygen's configuration file
-- Georges Khaznadar <georgesk@debian.org> Sun, 01 Dec 2019 18:47:11 +0100
scolasync (5.3-1) unstable; urgency=medium
* new upstream version: Closes: #935183
* fixed issues which created a dependency on Qt4
* bumped standards-version to 4.1.4, dh level to 11
-- Georges Khaznadar <georgesk@debian.org> Sat, 24 Aug 2019 19:56:21 +0200
scolasync (5.2-2) unstable; urgency=medium
* Updated the build-dependency latex-xcolor =>
texlive-latex-recommended. Closes: #865246
* Updated Standards-Version
-- Georges Khaznadar <georgesk@debian.org> Tue, 20 Jun 2017 14:55:57 +0200
scolasync (5.2-1) unstable; urgency=medium
* added a rule to keep pre-built documentation. One may erase the
file keepTheDocs to force building the docs. #Closes: #814790
* removed debian/menu as there is already a .desktop file
-- Georges Khaznadar <georgesk@debian.org> Mon, 15 Feb 2016 15:25:43 +0100
scolasync (5.1-2) unstable; urgency=medium
* checked the build of programer documentation by doxygen inside
Sid. Closes: #814790
-- Georges Khaznadar <georgesk@debian.org> Mon, 15 Feb 2016 14:03:18 +0100
scolasync (5.1-1) unstable; urgency=medium
* upgraded the GUI library to Qt5 : hence the dependencies are renewed
* mofified quite a few lines in python files to use the new library
* upgraded Standards-Version to 3.9.6 and compat to 9
* fixed a dependency: udisks -> udisks2
* added build-dependencies on qttools5-dev-tools, qtchooser.
-- Georges Khaznadar <georgesk@debian.org> Wed, 13 May 2015 16:10:56 +0200
scolasync (5.0-1) unstable; urgency=medium
* upgraded to the newest upstream version. This is the move to udisks2.
Closes: #740841
-- Georges Khaznadar <georgesk@debian.org> Sat, 14 Feb 2015 16:37:45 +0100
scolasync (4.1-3) unstable; urgency=medium
* modified the build of refman.pdf; Closes: #750266
-- Georges Khaznadar <georgesk@debian.org> Thu, 05 Jun 2014 15:56:47 +0200
scolasync (4.1-2) unstable; urgency=medium
* replaced the call of nautilus by a call of xdg-open; added a dependency
on xdg-utils
* added another example for class lists
-- Georges Khaznadar <georgesk@debian.org> Sun, 12 Jan 2014 01:00:22 +0100
scolasync (4.1-1) unstable; urgency=low
* removed the -c option for the line command. Items of the table should
always be checkable
* fixed an inconsistency in the file Makefile and modified
the build-dependencies to take in account '[french] babel'.
Closes: #713222
-- Georges Khaznadar <georgesk@debian.org> Wed, 01 May 2013 19:15:05 +0200
scolasync (4.0-7) unstable; urgency=low
* added a few tests for the file usbThread.py
* removed an invocation of QString() which became unnecessary
-- Georges Khaznadar <georgesk@debian.org> Sat, 02 Mar 2013 17:54:02 +0100
scolasync (4.0-6) unstable; urgency=low
* fixed a bad format character "%S" in a translation file.
* modified the command used to eject USB drives. Added the package
eject as a dependency.
-- Georges Khaznadar <georgesk@debian.org> Fri, 25 Jan 2013 16:32:00 +0100
scolasync (4.0-5) unstable; urgency=low
* added a property to the class usbDisk.uDisk, to keep the /dev/whatever
stuff symlinked to /dev/disks/by-path; this should make safer the umount
procedures.
* implemented caching to make safer the function usbDisk.uDisk.montPoint():
the udev system is requested no more than once by instance.
-- Georges Khaznadar <georgesk@debian.org> Fri, 25 Jan 2013 15:00:51 +0100
scolasync (4.0-4) unstable; urgency=low
* Added python3-dbus.mainloop.qt as a dependency. Closes: #695576
* Added udisks as a dependency. Closes: #695579
* modified the way the file marques.py is opened. Closes: #695580
-- Georges Khaznadar <georgesk@debian.org> Thu, 13 Dec 2012 17:22:31 +0100
scolasync (4.0-3) unstable; urgency=low
* made the encoding of the file config.dox explicit for the script
used to update its contents. Closes: #695684
* removed the invocations of python-support. Closes: #695686
-- Georges Khaznadar <georgesk@debian.org> Thu, 13 Dec 2012 16:54:22 +0100
scolasync (4.0-2) unstable; urgency=low
* removed the unused dependency on python-pysqlite2. Closes: #695682
-- Georges Khaznadar <georgesk@debian.org> Thu, 13 Dec 2012 16:46:46 +0100
scolasync (4.0-1) unstable; urgency=low
* migrated to python3, modified debian/control and debian/rules
accordingly, refurbished the source code.
* added an icon for copying from drives while erasing
* developed a new unique identification of devices based on
/dev/by-path; this works around the issue concerning devices
coming with ambiguous uuids
* changed my debemail address to georgesk@debian.org
* ensured that the version number from source files is updated in
documents and helps issued from these files.
* fixed an issue with localization
* fixed the location of private modules
* fixed documentation details in scolasync.py
-- Georges Khaznadar <georgesk@debian.org> Mon, 25 Jun 2012 17:02:17 +0200
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
|