File: UPGRADE

package info (click to toggle)
licq 0.44-4
  • links: PTS
  • area: contrib
  • in suites: slink
  • size: 1,064 kB
  • ctags: 870
  • sloc: cpp: 6,821; makefile: 241; sh: 238; ansic: 190; perl: 104
file content (111 lines) | stat: -rw-r--r-- 3,345 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Upgrading from 0.43 to 0.44

1.  Make sure your sound files in licq.conf point
    to the full pathname of the file.  This was 
    changed in 0.43 actually.
2.  Nothing else to do.


Upgrading from 0.42 to 0.43

1.  Edit licq.conf and add "ShowHeader = 1" to the 
    [appearance] section.
2.  Change all the ColorOnlineBack = whatever to just
    ColorBackground = whatever in the [appearance]
    section.  ie, is now only one background setting,
    called ColorBackground.


Upgrading from 0.41 to 0.42

1.  Nothing fancy to do, just reinstall the binary.


Upgrading from 0.40 final to 0.41

1.  cp -r /usr/local/share/Licq/translations/ ~/.licq/
2.  Edit your licq.conf file and add the following keys
    [network]:
    # Translation Tables from ~/.licq/translations/
    # none = do not use any translation
    # anything else = use the relevant file for translations
    Translation = none
    [sound]
    OnlineNotify = notify.wav
    [startup]
    # number of minutes before automatically going away and NA, or 0 to disable
    AutoAway = 5
    AutoNA = 10   
3.  Backup all your user (*.uin) files just in case.
4.  Run the following commands (assuming your installation dir is ~/.licq):
    for i in ~/.licq/conf/*.uin; do echo "NewUser = 0" >> $i; done
    for i in ~/.licq/conf/*.uin; do echo "OnlineNotify = 0" >> $i; done
5.  Set OnlineNotify = 1 for all users you want online notification for.


Upgrading from 0.40pr4 to 0.40 final
1.  Build, install.
2.  Delete licq.inst from /usr/local/bin
3.  Copy the new licq.conf file from /usr/local/share/Licq/conf
    over your old one and edit it to add your alias, uin and
    password.  Then have a look at all the new options and set
    them up the way you want.


Upgrading from 0.40pr3 to pr4
1.  Build, install.
2.  Edit your licq.conf file and add the following keys:
    [appearance]    
    ColorOnlineBackground = gray76 (or whatever colors you want)
    ColorOfflineBackground = gray76
    ColorAwayBackground = gray76
    GridLines = 1 (or 0 to disable them)


Upgrading from 0.40pr2 to pr3

1.  Nothing special, just build and install.


Upgrading from 0.40pr1 to pr2

1.  Build, install v0.40pr2
2.  Backup all your user (*.uin) files just in case.
3.  Run the following command (assuming your installation dir is ~/.licq):
    for i in ~/.licq/conf/*.uin; do echo "NewMessages = 0" >> $i; done


Upgrading from 0.34 to 0.40pr1

1.  Build 0.40pr1.
2.  Make install.
3.  Edit your personal licq.conf file and add the following to the
    [network] section:
    TCPServerPort = 0
    (or set it to a number > 0 to assign that as your tcp server port)


Upgrading from 0.33 to 0.34:

1.  Build 0.34.
2.  Make install
3.  Edit your personal licq.conf file and add the following lines:
    [sound]
    Enable = 1
    Player = play
    Message = message.wav


Upgrading from 0.32 to 0.33:

1. Remove 0.32
2. Build 0.33 and install it.
3. Make sure your user files are in ~/.licq
4. Edit the ~/.licq/conf/licq.conf file and change the [network]
   section to look like the one that was installed in 
   /usr/local/share/licq.
5. Remove all the 000...ppm files from the ~/.licq/data directory
   and replace them with the contents of the 
   /usr/local/share/licq/data directory.
6. Remove any aliases you may have to licq.  Do a licq -h to
   see the command line options.