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
|
mountpy (0.9) unstable; urgency=low
* Convert to python3 (closes: #937084)
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Wed, 11 Dec 2019 18:50:00 +0100
mountpy (0.8.1) unstable; urgency=low
* add nostripinstall to Makefile, use it in debian/rules (closes: #437579)
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Sun, 30 Sep 2007 18:31:32 +0200
mountpy (0.8) unstable; urgency=low
* add test for removable devices (default turned off)
* add test for devices already mounted elsewhere
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Wed, 7 Mar 2007 20:23:16 +0100
mountpy (0.7) unstable; urgency=low
* add mmcblk[0-9] and mmcblk[0-9]p[1-9] to the list of probed
devices (MMC card readers)
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Sat, 2 Sep 2006 11:27:07 +0200
mountpy (0.6) unstable; urgency=low
* add the possibility to be called via sudo or super
* remove setuid bit from Debian package
* add sr[0-9] to the list of probed devices (USB CD and DVD drives)
* add checking for malicious device names
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Sat, 13 May 2006 11:19:45 +0200
mountpy (0.5) unstable; urgency=low
* use setuid wrapper supplied in python source distribution (suggested by Олег Бройтман)
* do not try to umount directory which is not a mountpoint
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Sat, 24 Dec 2005 18:34:09 +0100
mountpy (0.4) unstable; urgency=low
* do not remove the directories when umounting (caused some problems with
gnome and kde)
* use filesystem type explicitely during mount
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Tue, 13 Dec 2005 20:22:06 +0100
mountpy (0.3) unstable; urgency=low
* debian package reworked
* some small fixes
* added umountpy shell script
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Sat, 30 Apr 2005 16:22:08 +0200
mountpy (0.2) unstable; urgency=low
* change default mount directory to /media
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Thu, 30 Dec 2004 10:19:05 +0100
mountpy (0.1) unstable; urgency=low
* Initial Release.
-- Radovan Garabík <garabik@kassiopeia.juls.savba.sk> Thu, 9 Dec 2004 12:41:38 +0100
|