- Timestamp:
- Sep 26, 2006, 2:06:52 AM (18 years ago)
- Location:
- psi/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
psi/trunk/Changes.txt
r73 r76 6 6 7 7 8 Version 0.10 -os2-b2 (2006-09-25)9 --------------------------- -----8 Version 0.10.1 (2006-09-26) 9 --------------------------- 10 10 11 11 Improvements: 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 13 17 - [OS/2] Built using Qt 3.3.1-RC7 SVN build r131. 14 18 -
psi/trunk/Readme-OS2.txt
r73 r76 1 Psi for OS/22 ------------ 1 Psi/2 for OS/2 2 -------------- 3 3 4 4 This 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 2 5th, 20061 Psi/2 0.10.1 2 -------------------------- 3 Date: September 26th, 2006 4 4 5 5 … … 23 23 both client-to-server (SSL) and client-to-client (GnuPG). 24 24 25 This program is licensed under the GNU General Public License. See 26 the COPYING file inlcuded in this package for more information. 27 25 28 You can find more information about Psi on the official Psi home page 26 29 at http://psi-im.org. 27 28 This program is licensed under the GNU General Public License. See29 the COPYING file inlcuded in this package for more information.30 30 31 31 … … 52 52 53 53 In 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. This55 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).54 the latter is used as the application name for the Psi/2 branch (including 55 the 'Jabber client name and version' string reported to Jabber servers). 56 In situations where using the slash character makes problems or even imposible 57 (such as file names of distribution archives), 'psios2' is used instead. 58 58 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. 59 Currently, 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 61 for a different platform, please visit the official Psi home hage mentioned 62 above. There you will find the most recent version of Psi based on the Qt 63 Toolkit Version 4. 62 64 63 65 The Psi/2 home page is located at http://svn.netlabs.org/qtapps/wiki/Psi. … … 132 134 Copyright (C) 2004 Norman ASA. Initial OS/2 Port. 133 135 Copyright (C) 2005-2006 netlabs.org. Further OS/2 Development. 134 Ported to OS/2 by Dmitry A. Kuminov135 136 http://svn.netlabs.org/qt3 136 137 -
psi/trunk/src/common.cpp
r65 r76 26 26 #include"psievent.h" 27 27 28 QString PROG_NAME = "Psi"; 29 QString PROG_VERSION = "0.10-os2-b2-dev (" __DATE__ ")"; 28 QString PROG_NAME = "Psi/2"; 29 QString PROG_VERSION = "0.10.1"; 30 //QString PROG_VERSION = "0.10.1-dev (" __DATE__ ")"; 30 31 31 32 #ifdef HAVE_CONFIG
Note:
See TracChangeset
for help on using the changeset viewer.