]> git.phdru.name Git - extfs.d.git/commitdiff
Version 1.2.4 - minor misspelling fix.
authorOleg Broytman <phd@phdru.name>
Tue, 12 Jun 2007 21:30:17 +0000 (21:30 +0000)
committerOleg Broytman <phd@phdru.name>
Tue, 12 Jun 2007 21:30:17 +0000 (21:30 +0000)
git-svn-id: file:///home/phd/archive/SVN/mc-extfs/trunk@38 1a6e6372-1aea-0310-bd00-dc960550e1df

obexftp
obexftp-ANNOUNCE

diff --git a/obexftp b/obexftp
index 13963bec7cba27fbb6462a3c3135dc75edcd704e..2f9cd9ac4faf5a7dd93cef2db896c2a88c881802 100755 (executable)
--- a/obexftp
+++ b/obexftp
@@ -3,7 +3,7 @@
 """ObexFTP Virtual FileSystem for Midnight Commander
 
 Author: Oleg BroytMann <phd@phd.pp.ru>.
-Copyright (C) 2004, 2005 PhiloSoft Design.
+Copyright (C) 2004-2007 PhiloSoft Design.
 License: GPL.
 
 Manipulate a cell phone's filesystem calling obexftp binary. This is a complete
@@ -66,11 +66,11 @@ named in $TMP environment variable.
 
 """
 
-__version__ = "1.2.3"
+__version__ = "1.2.4"
 __revision__ = "$Id$"
 __date__ = "$Date$"[7:-2]
 __author__ = "Oleg Broytmann <phd@phd.pp.ru>"
-__copyright__ = "Copyright (C) 2004, 2005 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2004-2007 PhiloSoft Design"
 
 
 # Change this to suite your needs
@@ -96,7 +96,7 @@ ObexFTP Virtual FileSystem for Midnight Commander version %s
 Author: %s
 %s
 
-This is not a program. Put the script in /usr/[local/][lib|shre]/mc/extfs.
+This is not a program. Put the script in /usr/[local/][lib|share]/mc/extfs.
 For more information read the source!""",
    __version__, __author__, __copyright__
 )
index 26e74642401858339add83307018dce3e9aa2ff3..54723f4f0d565df93c4db5f776e28c4eed2990d4 100644 (file)
@@ -6,6 +6,9 @@ WHAT IS IT
 binary.
 
 
+WHAT'S NEW in version 1.2.4 (2007-06-12)
+   Minor misspelling fix.
+
 WHAT'S NEW in version 1.2.3 (2005-11-24)
    Put error logfile in the same directory as the transport file. If the
 directory or the file is not writeable - try to put the logfile in a temporary
@@ -33,7 +36,7 @@ AUTHOR
    Oleg Broytmann <phd@phd.pp.ru>
 
 COPYRIGHT
-   Copyright (C) 2004 PhiloSoft Design
+   Copyright (C) 2004-2007 PhiloSoft Design
 
 LICENSE
    GPL