Changeset 939 for branches/0.3

Show
Ignore:
Timestamp:
06/08/08 19:51:10 (3 months ago)
Author:
nicfit
Message:

Release updates (NO merge)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/0.3/configure.ac

    r813 r939  
    11dnl 
    2 dnl  Copyright (C) 2006-2007  Travis Shirk <travis@pobox.com> 
     2dnl  Copyright (C) 2006-2008  Travis Shirk <travis@pobox.com> 
    33dnl 
    44dnl  This program is free software; you can redistribute it and/or modify 
     
    1717dnl 
    1818AC_PREREQ([2.59]) 
    19 AC_INIT([Mesk], [0.3.2], [Travis Shirk <travis@pobox.com>], [mesk]) 
     19AC_INIT([Mesk], [0.3.3], [Travis Shirk <travis@pobox.com>], [mesk]) 
    2020 
    2121AC_CONFIG_AUX_DIR([scripts]) 
    2222 
    23 PACKAGE_CODENAME="Dead Edge of Town" 
     23PACKAGE_CODENAME="Suffer For Fashion" 
    2424AC_SUBST([PACKAGE_CODENAME]) 
    2525 
  • branches/0.3/src/mesk/uri.py

    r522 r939  
    5050def escape_slashes(s): 
    5151    return gnomevfs.escape_slashes(s) 
     52 
     53def uri_to_filesys_path(uri): 
     54    return unescape(uri.path)