GPass

GNOME Password Manager

A password manager for GNOME2

Changeset 402

Show
Ignore:
Timestamp:
Tue Oct 11 01:11:15 2005
Author:
kouji
Message:

updated documents.

Files:

Legend:

Unmodified
Added
Removed
Modified
  • trunk/AUTHORS

    r372 r402  
    1   Current developer  
    2   =================  
    3    
    4   * Kouji TAKAO <kouji@netlab.jp>  
    5    
    6 1 Original developer  
    7 2 ==================  
    9 4 * Morten Fjord-Larsen <fjord@users.sourceforge.net>  
    10 5  
      6 Current developer  
      7 =================  
      8  
      9 * Takao Kouji <kouji@netlab.jp>  
      10  
    11 11 Thanks  
    12 12 ======  
  • trunk/INSTALL

    r239 r402  
    3 3  
    4 4 1. Run configure  
      5  
    5 6   $ ./configure <configure options>  
    6 7   ex) $ ./configure --prefix=$HOME/local  
    7 8  
    8 9 2. Compile  
      10  
    9 11   $ make  
    10 12  
    11 13 3. Install  
      14  
    12 15   $ make install  
    13 16  
    16 19  
    17 20 1. Generate some files and run configure  
      21  
    18 22   $ ./bootstrap  
    19 23  
    20 24 2. Run configure  
      25  
    21 26   $ ./configure <configure options>  
    22 27   ex) $ ./configure --prefix=$HOME/local --enable-maintainer-mode CFLAGS="-g -Wall"  
    23 28  
    24 29 3. Compile  
      30  
    25 31   $ make  
    26 32  
    27 33 4. Install  
      34  
    28 35   $ make install  
  • trunk/NEWS

    r393 r402  
    2 2 ==================  
    3 3  
      4 * Don't store the master password in GPassFile.  
    4 5 * Added shell and website entries.  
    5 6 * Set whether show or hide the secrets information from visible menu.  
    6 7  
      8 gpass-0.5.0  
      9 ==================  
      10  
      11 * Changed file format. When you have already used GPass, please use  
      12   the intergradation wizard that is displayed at first.  
      13 * Use Mhash and Mcrypt to crypt the password collection  
      14 * Changed interface like Revelation  
      15 * Move entries drag and drop  
      16 * Supported undo / redo.  
      17 * Supported folder  
      18 * Show or hide the secret infomation  
      19 * Supported screen lock  
      20 * Supported the entry copy(Ctrl+C), cut(Ctrl+X) and paste(Ctrl+V).  
      21 * Changed the key bind to 'copy the password'(Ctrl+Shift+C).  
      22 * Changed 'copy the username'(Ctrl+U) to 'copy the ID'(Ctrl+Shift+I).  
      23 * Changed the key bind to 'copy the both'(Ctrl+Shift+B).  
      24 * Supported the launcher each entry. 'Run'(Ctrl+R) to launch  
      25  
    7 26 gpass-0.4.5+cvs  
    8 27 ==================  
    9 28  
    10 29 * Changed maintainer from `Morten Fjord-Larsen' to `Kouji TAKAO'.  
    11   * Added Japanese message catalog: `ja.po' from `http://mikeforce.homelinux.org/', thank you.  
      30 * Added Japanese message catalog: `ja.po' from  
      31   `http://mikeforce.homelinux.org/', thank you.