Changeset 76 for psi

Show
Ignore:
Timestamp:
09/26/06 02:06:52 (2 years ago)
Author:
dmik
Message:

Psi: Changed the application name to Psi/2; changed version to 0.10.1.

Location:
psi/trunk
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • psi/trunk/Changes.txt

    r73 r76  
    66 
    77 
    8 Version 0.10-os2-b2 (2006-09-25) 
    9 -------------------------------- 
     8Version 0.10.1 (2006-09-26) 
     9--------------------------- 
    1010 
    1111Improvements: 
    12      
     12 
     13    - Important: the application name has been changed to Psi/2 in order to 
     14      clearly distinguish it from the original Psi application (see Readme.txt). 
     15      Hence, the 'os2' suffix has been removed from the version number. 
     16 
    1317    - [OS/2] Built using Qt 3.3.1-RC7 SVN build r131. 
    1418 
  • psi/trunk/Readme-OS2.txt

    r73 r76  
    1 Psi for OS/2 
    2 ------------ 
     1Psi/2 for OS/2 
     2-------------- 
    33 
    44This file contains information specific to the OS/2 version of Psi. 
  • psi/trunk/Readme.txt

    r73 r76  
    1 Psi 0.10-os2-b2 (Beta 2) 
    2 ------------------------ 
    3 Date: September 25th, 2006 
     1Psi/2 0.10.1 
     2-------------------------- 
     3Date: September 26th, 2006 
    44 
    55 
     
    2323both client-to-server (SSL) and client-to-client (GnuPG). 
    2424 
     25This program is licensed under the GNU General Public License.  See 
     26the COPYING file inlcuded in this package for more information. 
     27 
    2528You can find more information about Psi on the official Psi home page 
    2629at http://psi-im.org.   
    27  
    28 This program is licensed under the GNU General Public License.  See 
    29 the COPYING file inlcuded in this package for more information. 
    3030 
    3131 
     
    5252 
    5353In order to clearly distinguish the original Psi application from Psi/2, 
    54 the Psi/2 branch has the 'os2' suffix in the Psi version number.  This 
    55 guarantees that version numbers of these two applications will never overlap. 
    56 Note that the application name remains the same (Psi/2 is just a code name for 
    57 the 'os2' branch). 
     54the latter is used as the application name for the Psi/2 branch (including 
     55the 'Jabber client name and version' string reported to Jabber servers). 
     56In situations where using the slash character makes problems or even imposible 
     57(such as file names of distribution archives), 'psios2' is used instead. 
    5858 
    59 Currently, binary Psi/2 packages are distributed only for OS/2 and eComStation. 
    60 (a Windows package is planned soon).  If you need a version of Psi for a 
    61 different platform, please visit the official Psi home hage mentioned above. 
     59Currently, binary Psi/2 packages are distributed only for OS/2 and eComStation 
     60(a Windows package based on Qt 3 is planned soon).  If you need a version of Psi 
     61for a different platform, please visit the official Psi home hage mentioned 
     62above.  There you will find the most recent version of Psi based on the Qt 
     63Toolkit Version 4. 
    6264 
    6365The Psi/2 home page is located at http://svn.netlabs.org/qtapps/wiki/Psi. 
     
    132134    Copyright (C) 2004 Norman ASA.  Initial OS/2 Port. 
    133135    Copyright (C) 2005-2006 netlabs.org.  Further OS/2 Development. 
    134     Ported to OS/2 by Dmitry A. Kuminov 
    135136    http://svn.netlabs.org/qt3 
    136137 
  • psi/trunk/src/common.cpp

    r65 r76  
    2626#include"psievent.h" 
    2727 
    28 QString PROG_NAME = "Psi"; 
    29 QString PROG_VERSION = "0.10-os2-b2-dev (" __DATE__ ")"; 
     28QString PROG_NAME = "Psi/2"; 
     29QString PROG_VERSION = "0.10.1"; 
     30//QString PROG_VERSION = "0.10.1-dev (" __DATE__ ")"; 
    3031 
    3132#ifdef HAVE_CONFIG