annotate NEWS @ 1203:17193fb97b12

[gaim-migrate @ 1213] Setting up stuff for 0.11.0 committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Tue, 05 Dec 2000 02:53:51 +0000
parents e51a758084f2
children 5aa2831e243e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
1 -=[ GAIM ]=- The Pimpin' Penguin AIM Clone That's Good For The Soul!
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
2
1203
17193fb97b12 [gaim-migrate @ 1213]
Rob Flynn <gaim@robflynn.com>
parents: 1199
diff changeset
3 0.11.0:
17193fb97b12 [gaim-migrate @ 1213]
Rob Flynn <gaim@robflynn.com>
parents: 1199
diff changeset
4
1199
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
5 0.11.0pre2 (12/04/2000):
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
6 Rob: I messed up. Oh well, it's fixed.
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
7
1195
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
8 0.11.0pre1 (12/03/2000):
1199
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
9 Rob: Hey guys! Guess what!? Yup, you're correct! It's the pre1
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
10 release of 0.11.0. We have all sorts of goodies in this release!
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
11 Check out the ChangeLog file. As always if you find any bugs,
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
12 please report them on www.sourceforge.net/projects/gaim/
1195
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
13
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
14 You may find several small bugs as this is still a prerelease.
1192
a97e334ecfa2 [gaim-migrate @ 1202]
Rob Flynn <gaim@robflynn.com>
parents: 972
diff changeset
15
1199
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
16 You may want to note that my IRC plugin does not have full
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
17 functionality as of yet. All of the important / commands will be
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
18 added before the final release. Also, if someone could send me
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
19 some good buddylist pixmaps for the irc plugin then I'd much
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
20 appreciate it. Thanks to everyone who made this new release possible!
1194
099b233e7da6 [gaim-migrate @ 1204]
Rob Flynn <gaim@robflynn.com>
parents: 1193
diff changeset
21
1195
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
22 If you have any ideas, comments, or suggestions, please let us know
1199
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
23 either by e-mail or via the source forge message board at the URL
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
24 above. :)
1194
099b233e7da6 [gaim-migrate @ 1204]
Rob Flynn <gaim@robflynn.com>
parents: 1193
diff changeset
25
1192
a97e334ecfa2 [gaim-migrate @ 1202]
Rob Flynn <gaim@robflynn.com>
parents: 972
diff changeset
26
1195
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
27 Eric: So what was Yay! For Gaim!? Yay was the codename for the
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
28 Yahoo plugin. The whole point of all of these changes was I wanted to
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
29 make a proof-of-concept plugin that would let Gaim sign into Yahoo. It
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
30 turned out to be pretty much impossible with the old code. So,
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
31 Rob and I hacked gaim so we could do just that. There's now a whole new
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
32 class of plugins, Protocol Plugins, that let users dynamically add new
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
33 protocols to Gaim. Just load the plugin, and create a new account that
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
34 uses that protocol, and you're set! Yay! (Oscar and TOC are both still
0af0a11af61e [gaim-migrate @ 1205]
Rob Flynn <gaim@robflynn.com>
parents: 1194
diff changeset
35 static. Gaim is, after all, primarily an AIM client.)
1193
fc40fec4ae54 [gaim-migrate @ 1203]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 1192
diff changeset
36
1199
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
37 Lots of people have been very generous and contributed a lot of
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
38 time and effort to writing some really nice patches for gaim since
e51a758084f2 [gaim-migrate @ 1209]
Rob Flynn <gaim@robflynn.com>
parents: 1195
diff changeset
39 the last release. To all of you, a big thanks.
972
4989c959f5b1 [gaim-migrate @ 982]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 959
diff changeset
40
959
034d5d1d53eb [gaim-migrate @ 969]
Rob Flynn <gaim@robflynn.com>
parents: 951
diff changeset
41 0.10.3 (10/09/2000):
034d5d1d53eb [gaim-migrate @ 969]
Rob Flynn <gaim@robflynn.com>
parents: 951
diff changeset
42 Rob: I am dumb.
034d5d1d53eb [gaim-migrate @ 969]
Rob Flynn <gaim@robflynn.com>
parents: 951
diff changeset
43 Eric: I am not dumb.
034d5d1d53eb [gaim-migrate @ 969]
Rob Flynn <gaim@robflynn.com>
parents: 951
diff changeset
44
950
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
45 0.10.2 (10/07/2000):
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
46 Rob: What do you want me to say for yours?
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
47 Eric: What happened since the last release?
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
48 Rob: You got DSL.
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
49 Eric: Oh yeah, I'm more available now.
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
50 Rob: On a more serious note, this is just a quick release
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
51 to hold everyone over. Look for some very awesome things
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
52 coming in the next version. I can't say what, just yet,
27916b623ecc [gaim-migrate @ 960]
Rob Flynn <gaim@robflynn.com>
parents: 923
diff changeset
53 but what I can say is, Yay! For Gaim!
923
12407c6b3eb7 [gaim-migrate @ 933]
Rob Flynn <gaim@robflynn.com>
parents: 920
diff changeset
54
919
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
55 0.10.1 (09/15/2000):
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
56
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
57 Rob: Hi Hi Hi! Yet another gaim release pushed out the door
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
58 for you guys. I hope you all enjoy it. There was a few minor
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
59 issues cleared up in this version as well as the repair of
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
60 OSCAR support. Hopefully we won't run into the same problem
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
61 as before. Oh well ;-). There's also a few small extra goodies
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
62 in here for you guys just check out the Change Log. I hope you all
2999319f9eca [gaim-migrate @ 929]
Rob Flynn <gaim@robflynn.com>
parents: 882
diff changeset
63 enjoy and take care!
882
557a4a9cda3f [gaim-migrate @ 892]
Rob Flynn <gaim@robflynn.com>
parents: 881
diff changeset
64
920
972a180e9429 [gaim-migrate @ 930]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 919
diff changeset
65 Eric: Wanna know what the Oscar problem was? You'll laugh. 2 bytes.
972a180e9429 [gaim-migrate @ 930]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 919
diff changeset
66 The fix was changing 0x07da to 0x0686. Anyway, aside from the fix
972a180e9429 [gaim-migrate @ 930]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 919
diff changeset
67 for that, there are a couple other good things. Beware of DSL nazis.
972a180e9429 [gaim-migrate @ 930]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 919
diff changeset
68 They won't give you service until 6 weeks after you order it. So um,
972a180e9429 [gaim-migrate @ 930]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 919
diff changeset
69 yeah.
972a180e9429 [gaim-migrate @ 930]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 919
diff changeset
70
877
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
71 0.10.0 (09/11/2000):
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
72 Rob: Well peoples, I know that it's been a while since our
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
73 last release. Here we go. Some brand spankin' new interfaces
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
74 for you guys to oogle at. I hope you all enjoy it. Hopefully
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
75 our next release won't take as long to finish up. Real life
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
76 kind of crept up on Eric and I and took up a lot of our times.
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
77 Life sucks that way sometimes. Anyways, we're back and all
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
78 is well. Thanks for hanging in there guys and we hope
0415a7e30328 [gaim-migrate @ 887]
Rob Flynn <gaim@robflynn.com>
parents: 510
diff changeset
79 you enjoy it!
498
6899492d9d91 [gaim-migrate @ 508]
Rob Flynn <gaim@robflynn.com>
parents: 497
diff changeset
80
880
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
81 Eric: LWE was so cool. Rob and I met up there, we had a blast. But I
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
82 only got to go for one day and Rob got to go for three. Lucky bastard.
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
83 It's been so long since the last release that I don't even remember
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
84 what's changed. But all of it is good :) Like Rob said, all kinds of
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
85 new UI stuff. I think there are some new features in there too. Now
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
86 I'm headed back to school so I'll have more time to hack gaim (isn't
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
87 that supposed to be the reverse?), just as soon as I get my internet
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
88 connection back >:-/ .
c643ebece193 [gaim-migrate @ 890]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 877
diff changeset
89
881
99c5ff50d83d [gaim-migrate @ 891]
Rob Flynn <gaim@robflynn.com>
parents: 880
diff changeset
90 Rob: Oh yeah, some of our pixmaps may need a little work. We took
99c5ff50d83d [gaim-migrate @ 891]
Rob Flynn <gaim@robflynn.com>
parents: 880
diff changeset
91 a lot of them from the Gnome Stock icons. If anyone could do some
99c5ff50d83d [gaim-migrate @ 891]
Rob Flynn <gaim@robflynn.com>
parents: 880
diff changeset
92 custom ones that stay within the 24x24 boundary and keep the same
99c5ff50d83d [gaim-migrate @ 891]
Rob Flynn <gaim@robflynn.com>
parents: 880
diff changeset
93 idea and feel as the gnome icons then we would be more than happy
99c5ff50d83d [gaim-migrate @ 891]
Rob Flynn <gaim@robflynn.com>
parents: 880
diff changeset
94 to use them. Thanks much!! Viva la LWE.
99c5ff50d83d [gaim-migrate @ 891]
Rob Flynn <gaim@robflynn.com>
parents: 880
diff changeset
95
99c5ff50d83d [gaim-migrate @ 891]
Rob Flynn <gaim@robflynn.com>
parents: 880
diff changeset
96
497
67aaa2d02543 [gaim-migrate @ 507]
Rob Flynn <gaim@robflynn.com>
parents: 496
diff changeset
97 0.9.20 (07/14/2000):
468
ad0371e3c4cb [gaim-migrate @ 478]
Rob Flynn <gaim@robflynn.com>
parents: 386
diff changeset
98 Rob: Well, guys, I hope you enjoy this version. I've done quite a bit
ad0371e3c4cb [gaim-migrate @ 478]
Rob Flynn <gaim@robflynn.com>
parents: 386
diff changeset
99 of work to the user interface. It's still not in the state that I
ad0371e3c4cb [gaim-migrate @ 478]
Rob Flynn <gaim@robflynn.com>
parents: 386
diff changeset
100 would like it to be, though. Over the next few versions you will
ad0371e3c4cb [gaim-migrate @ 478]
Rob Flynn <gaim@robflynn.com>
parents: 386
diff changeset
101 notice a few more interface changes as we try to bring a more
ad0371e3c4cb [gaim-migrate @ 478]
Rob Flynn <gaim@robflynn.com>
parents: 386
diff changeset
102 professional look to GAIM. As always, we will stay true to our
ad0371e3c4cb [gaim-migrate @ 478]
Rob Flynn <gaim@robflynn.com>
parents: 386
diff changeset
103 pimpin' penguin atittude.
ad0371e3c4cb [gaim-migrate @ 478]
Rob Flynn <gaim@robflynn.com>
parents: 386
diff changeset
104
493
ca775ce7ff11 [gaim-migrate @ 503]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 468
diff changeset
105 Eric: While Rob's been busy making things pretty, I've been busy
ca775ce7ff11 [gaim-migrate @ 503]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 468
diff changeset
106 making things work :). The chat and IM windows got merged, which
ca775ce7ff11 [gaim-migrate @ 503]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 468
diff changeset
107 means that they both have the same features (notably, IM has /me
ca775ce7ff11 [gaim-migrate @ 503]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 468
diff changeset
108 and chat has font/color dialogs and smileys). Also smileys should
ca775ce7ff11 [gaim-migrate @ 503]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 468
diff changeset
109 work better in general now (thanks fflew).
496
5a78bcb118e6 [gaim-migrate @ 506]
Rob Flynn <gaim@robflynn.com>
parents: 493
diff changeset
110
5a78bcb118e6 [gaim-migrate @ 506]
Rob Flynn <gaim@robflynn.com>
parents: 493
diff changeset
111 Rob: By the way, what Eric is saying is that he's smart and I'm
5a78bcb118e6 [gaim-migrate @ 506]
Rob Flynn <gaim@robflynn.com>
parents: 493
diff changeset
112 not and that he does all of the work and I sit on my butt all
5a78bcb118e6 [gaim-migrate @ 506]
Rob Flynn <gaim@robflynn.com>
parents: 493
diff changeset
113 day and claim to do work. WOOO! Just kidding, brother :-P
493
ca775ce7ff11 [gaim-migrate @ 503]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 468
diff changeset
114
386
7898e110b298 [gaim-migrate @ 396]
Rob Flynn <gaim@robflynn.com>
parents: 384
diff changeset
115
379
4196220f86d3 [gaim-migrate @ 389]
Rob Flynn <gaim@robflynn.com>
parents: 330
diff changeset
116 0.9.19 (06/09/2000):
4196220f86d3 [gaim-migrate @ 389]
Rob Flynn <gaim@robflynn.com>
parents: 330
diff changeset
117 Rob: PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA
4196220f86d3 [gaim-migrate @ 389]
Rob Flynn <gaim@robflynn.com>
parents: 330
diff changeset
118 PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA
4196220f86d3 [gaim-migrate @ 389]
Rob Flynn <gaim@robflynn.com>
parents: 330
diff changeset
119 PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA PLA
330
02da800b7805 [gaim-migrate @ 340]
Rob Flynn <gaim@robflynn.com>
parents: 323
diff changeset
120
382
5e6edca11fcb [gaim-migrate @ 392]
Rob Flynn <gaim@robflynn.com>
parents: 379
diff changeset
121 All of that nonsense aside, there are a few things that DIDN'T happen
5e6edca11fcb [gaim-migrate @ 392]
Rob Flynn <gaim@robflynn.com>
parents: 379
diff changeset
122 in this version of gaim. The user interface changes will wait until
5e6edca11fcb [gaim-migrate @ 392]
Rob Flynn <gaim@robflynn.com>
parents: 379
diff changeset
123 the 0.9.20 release. We've decided to turn 0.9.19 into a "new feature
5e6edca11fcb [gaim-migrate @ 392]
Rob Flynn <gaim@robflynn.com>
parents: 379
diff changeset
124 and major bug fix" release. All/Most major bugs should be worked out
5e6edca11fcb [gaim-migrate @ 392]
Rob Flynn <gaim@robflynn.com>
parents: 379
diff changeset
125 now. We're sorry about the problem of segfaulting when your buddylist
5e6edca11fcb [gaim-migrate @ 392]
Rob Flynn <gaim@robflynn.com>
parents: 379
diff changeset
126 stored on the server was null. Oops! We won't let it happen again,
5e6edca11fcb [gaim-migrate @ 392]
Rob Flynn <gaim@robflynn.com>
parents: 379
diff changeset
127 we promise.
5e6edca11fcb [gaim-migrate @ 392]
Rob Flynn <gaim@robflynn.com>
parents: 379
diff changeset
128
383
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
129 Eric: Lots of good changes in this one, including locale support. Chat
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
130 had a lot of things done to it, but it's still not finished. The UI
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
131 didn't get the overhaul we were planning, but we wanted to get a few
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
132 bugfixes out.
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
133
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
134 Lemme say something about reporting bugs. Please do. Please try to give
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
135 as much information as you can. But regardless of how much information
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
136 you give, please be POLITE. If you tell us our software is crap then
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
137 we're probably not going to respond well.
384
96858e76df48 [gaim-migrate @ 394]
Rob Flynn <gaim@robflynn.com>
parents: 383
diff changeset
138
96858e76df48 [gaim-migrate @ 394]
Rob Flynn <gaim@robflynn.com>
parents: 383
diff changeset
139 Rob: Before I close up and say goodnight, I'd like to say that I
96858e76df48 [gaim-migrate @ 394]
Rob Flynn <gaim@robflynn.com>
parents: 383
diff changeset
140 agree with Eric. Reporting problems and/or helpful criticism in
96858e76df48 [gaim-migrate @ 394]
Rob Flynn <gaim@robflynn.com>
parents: 383
diff changeset
141 a polite manner always yields the best results. Peace all, and
96858e76df48 [gaim-migrate @ 394]
Rob Flynn <gaim@robflynn.com>
parents: 383
diff changeset
142 happy hacking.
383
841b58aa069f [gaim-migrate @ 393]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 382
diff changeset
143
320
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
144 0.9.18 (06/02/2000):
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
145 Rob: Talk about release early, release often - sheesh! We're going
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
146 insane. Ya know, I'm not too happy with the GAIM UI. I dont know
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
147 how the rest of you feel but it's time for a nice overhaul. In the
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
148 next few days I'll be sitting down with some of my friends and coming
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
149 up with an improved interface. I hope you all enjoy it. It'll
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
150 include better looking dialogs, icons, sounds (hopefully lol), etc.
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
151
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
152 And -- for your random silly message of the day --
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
153
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
154 "Beans and Franks, Beans and Franks, Wine And Beer, Have No Fear!
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
155 I can sing! I can dance! I have a penguin in my pants!"
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
156
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
157 - Rob Flynn after not having enough sleep.
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
158
321
14e78d939990 [gaim-migrate @ 331]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 320
diff changeset
159 Eric: I've had less sleep than Rob, I can guarantee you that. There's
14e78d939990 [gaim-migrate @ 331]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 320
diff changeset
160 actually a lot going on in this release, despite 2 releases 2 days ago.
14e78d939990 [gaim-migrate @ 331]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 320
diff changeset
161 Don't ask me how; I think the elves had something to do with it.
14e78d939990 [gaim-migrate @ 331]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 320
diff changeset
162
323
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
163 Oscar support is almost to the point where I'm considering removing
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
164 the 'experimental' label from configure. For those of you brave enough
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
165 to try it, I'd like feedback. (And if you happen to write a patch to
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
166 fix some of the stuff that would be really cool too.) Hopefully for the
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
167 next release, in addition to the cool new UI, Gaim/Faim will be able to
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
168 do nearly everything Gaim/TOC can do. (Big things coming in 0.9.19, I
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
169 can feel it....)
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
170
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
171 And just remember, you *can* have too many gummi candies. Especially if
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
172 you eat nearly a whole kilo of them. Believe me. I know. But the gummi
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
173 cherries are damn good.
e94a6f5d4088 [gaim-migrate @ 333]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 321
diff changeset
174
320
849500bec397 [gaim-migrate @ 330]
Rob Flynn <gaim@robflynn.com>
parents: 303
diff changeset
175 0.9.17 (05/31/2000):
293
101b3b4609d1 [gaim-migrate @ 303]
Rob Flynn <gaim@robflynn.com>
parents: 292
diff changeset
176 Rob: I am an e-mail fiend!
101b3b4609d1 [gaim-migrate @ 303]
Rob Flynn <gaim@robflynn.com>
parents: 292
diff changeset
177 (after receiving 60 emails within a 5 minute period about a problem
101b3b4609d1 [gaim-migrate @ 303]
Rob Flynn <gaim@robflynn.com>
parents: 292
diff changeset
178 and responding to all of them immediately)
101b3b4609d1 [gaim-migrate @ 303]
Rob Flynn <gaim@robflynn.com>
parents: 292
diff changeset
179
295
0505f8c8e48b [gaim-migrate @ 305]
Rob Flynn <gaim@robflynn.com>
parents: 293
diff changeset
180 I am stupid.
0505f8c8e48b [gaim-migrate @ 305]
Rob Flynn <gaim@robflynn.com>
parents: 293
diff changeset
181
296
a88b889b692b [gaim-migrate @ 306]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 295
diff changeset
182 Eric: Heh heh. 2 releases in one day. I'm impressed. Maybe one of these
a88b889b692b [gaim-migrate @ 306]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 295
diff changeset
183 times we'll actually get some of it right ;) Anyway, yeah. Just bug fixes in
a88b889b692b [gaim-migrate @ 306]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 295
diff changeset
184 this one.
295
0505f8c8e48b [gaim-migrate @ 305]
Rob Flynn <gaim@robflynn.com>
parents: 293
diff changeset
185
297
ac267327998d [gaim-migrate @ 307]
Rob Flynn <gaim@robflynn.com>
parents: 296
diff changeset
186 Rob: Yeah, we wouldn't be ourselves if we released it once and got it right, would we? :-)
ac267327998d [gaim-migrate @ 307]
Rob Flynn <gaim@robflynn.com>
parents: 296
diff changeset
187
222
12a39dcb681c [gaim-migrate @ 232]
Rob Flynn <gaim@robflynn.com>
parents: 219
diff changeset
188 0.9.16;
291
05644be8d4ba [gaim-migrate @ 301]
Rob Flynn <gaim@robflynn.com>
parents: 222
diff changeset
189 Rob: Blah Blah Blah.
222
12a39dcb681c [gaim-migrate @ 232]
Rob Flynn <gaim@robflynn.com>
parents: 219
diff changeset
190
292
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
191 Eric: Looks like Rob didn't have much to say, so I'll write something
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
192 instead :)
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
193
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
194 There's a few good things in this release, the most important of them
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
195 being: Better proxy support, of course. Oh yeah, and you can sign on now,
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
196 so that's a good thing too. There's a few more good things going on in this
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
197 release, so check out the ChangeLog.
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
198
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
199 Play nicely, and we'll keep hacking away at it.
6f2941cea9cf [gaim-migrate @ 302]
Eric Warmenhoven <eric@warmenhoven.org>
parents: 291
diff changeset
200
293
101b3b4609d1 [gaim-migrate @ 303]
Rob Flynn <gaim@robflynn.com>
parents: 292
diff changeset
201 Rob: Go Watch `Road Trip'.
101b3b4609d1 [gaim-migrate @ 303]
Rob Flynn <gaim@robflynn.com>
parents: 292
diff changeset
202
170
e67c56a07f52 [gaim-migrate @ 180]
Rob Flynn <gaim@robflynn.com>
parents: 104
diff changeset
203 0.9.15:
219
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
204 Hey boy's and girls. There's not much to say here this time.
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
205 We're loving Southern California, the new job's going great. We just
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
206 got our company website up and the product development is going pretty
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
207 smooth. Life's pretty sweet now.
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
208
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
209 We've hacked up all kinds of goodies for you in 0.9.15. There's
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
210 some file transfer (receive) support for those of you who have been
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
211 wanting it for a while. There's some other misc. goodies tossed in as
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
212 well. Enjoy!! Oh yeah, we need a new website. Come up with a sweet
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
213 design and get in touch with me. The current site is at:
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
214 http://www.marko.net/gaim
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
215
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
216 Thanks much!
5964b4a06f41 [gaim-migrate @ 229]
Rob Flynn <gaim@robflynn.com>
parents: 170
diff changeset
217
170
e67c56a07f52 [gaim-migrate @ 180]
Rob Flynn <gaim@robflynn.com>
parents: 104
diff changeset
218
76
4cef3d250f3c [gaim-migrate @ 86]
Rob Flynn <gaim@robflynn.com>
parents: 71
diff changeset
219 0.9.14:
104
b2b9d6b44562 [gaim-migrate @ 114]
Rob Flynn <gaim@robflynn.com>
parents: 76
diff changeset
220 Well, there's a few random hacks and fixes in here, along with
b2b9d6b44562 [gaim-migrate @ 114]
Rob Flynn <gaim@robflynn.com>
parents: 76
diff changeset
221 a little suprise. You guessed it, kiddos, support for plugins! Happy
b2b9d6b44562 [gaim-migrate @ 114]
Rob Flynn <gaim@robflynn.com>
parents: 76
diff changeset
222 hacking!
76
4cef3d250f3c [gaim-migrate @ 86]
Rob Flynn <gaim@robflynn.com>
parents: 71
diff changeset
223
56
a3de3ca65e97 [gaim-migrate @ 66]
Rob Flynn <gaim@robflynn.com>
parents: 25
diff changeset
224 0.9.13:
69
3b479e2700c9 [gaim-migrate @ 79]
Rob Flynn <gaim@robflynn.com>
parents: 56
diff changeset
225 Not much to say for this release. Bug fixes, That's all. Look
3b479e2700c9 [gaim-migrate @ 79]
Rob Flynn <gaim@robflynn.com>
parents: 56
diff changeset
226 for the goodies I promised in 0.9.13 to appear in 0.9.14 which should be
3b479e2700c9 [gaim-migrate @ 79]
Rob Flynn <gaim@robflynn.com>
parents: 56
diff changeset
227 released very soon now.
56
a3de3ca65e97 [gaim-migrate @ 66]
Rob Flynn <gaim@robflynn.com>
parents: 25
diff changeset
228
71
b0f7290a3276 [gaim-migrate @ 81]
Rob Flynn <gaim@robflynn.com>
parents: 69
diff changeset
229 By the way, our CVS is now hosted over at source forge. Go check
b0f7290a3276 [gaim-migrate @ 81]
Rob Flynn <gaim@robflynn.com>
parents: 69
diff changeset
230 it out at http://www.sourceforge.net. Please check there before submitting
b0f7290a3276 [gaim-migrate @ 81]
Rob Flynn <gaim@robflynn.com>
parents: 69
diff changeset
231 any bug reports (You can read our CVS comments to see if we have fixed any
b0f7290a3276 [gaim-migrate @ 81]
Rob Flynn <gaim@robflynn.com>
parents: 69
diff changeset
232 problems).
b0f7290a3276 [gaim-migrate @ 81]
Rob Flynn <gaim@robflynn.com>
parents: 69
diff changeset
233
7
4ef7951a2503 [gaim-migrate @ 16]
Rob Flynn <gaim@robflynn.com>
parents: 0
diff changeset
234 0.9.12:
25
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
235 Well guys, looks like we got some nifty things in this version.
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
236 TrueType Fonts are supported for those XFSTT buffs out there (or whatever
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
237 else you use). A crap load of those plaguing memory leaks have FINALLY been
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
238 fixed. My brother, Jeramey, and a new friend Peter Teichan helped stomp
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
239 those babies out. A rad guy by the name of Eric Warmenhoven has been
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
240 really sweet lately and has all but rewritten the Gnome Applet support :).
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
241 He submitted patch after patch. I finally got annoyed with him (just kidding bud)
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
242 and gave him CVS access. Look for Gnome Applet support in Gaim to start improving.
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
243 That's about all for now. I wanted to get this release out there. File Receive
c56db1b46b0d [gaim-migrate @ 34]
Rob Flynn <gaim@robflynn.com>
parents: 7
diff changeset
244 support will be in 0.9.13 which is due out soon.
7
4ef7951a2503 [gaim-migrate @ 16]
Rob Flynn <gaim@robflynn.com>
parents: 0
diff changeset
245
0
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
246 0.9.11:
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
247 Jeramey got a new Comfy Chair! Its very very comfy! Whee!
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
248 Jim also had a little hyper-drunken moment and started hacking away at
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
249 a new configuration format for GAIM. Looks like we're running .gaimrc
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
250 version 1 now. Gotta love it. I got bored and hacked in a couple font
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
251 properties that will, in time, contain more features. That's about it
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
252 for this version -- cept for that memory leak we fixed. Shush! We're
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
253 not plumbers! -- rob
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
254
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
255 ** Extra special update **
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
256
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
257 Well guys, it looks like we all stopped working on gaim, moved to California,
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
258 and took up a new job. Don't worry though, those beach bums out here havent
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
259 worn off on us yet. I've decided to pick up the Gaim torch myself and continue
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
260 development ont he prohect. Hopefully we wont have any more five month braks in
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
261 the project. Sorry about that, guys :)
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
262
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
263 0.9.10:
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
264 Umm. Dont ask. Silly memory leak. For those of you who
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
265 wondered, you were losing about 256 bytes every 25 seconds for each
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
266 person you have on your contact list. Make fun of us. Better yet ..
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
267 Send us beer. We'll do better :)
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
268
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
269 0.9.9:
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
270 Welp, All of you boys and girls who run Mandrake and have some
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
271 problems with GAIM working properly, please check out the FAQ file. It
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
272 contains a nice fix submitted by one of our users. I hope this works for
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
273 you guys!
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
274 Jim appears to have intoxicated himself. This is, as always, a
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
275 Good Thing (tm). His late-night adventure with the liquid-bread food group
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
276 lead to the birth of a nice little feature called `The Lag-O-Meter'. Dont
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
277 ask, just try it out :). It is pretty pointless if you have a super-fast
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
278 connection but if you are a modem user, like many of us are, then try it out.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
279 There's also some idle preferences and some other little random
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
280 bug fixes. Check'em out yo :)
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
281
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
282 0.9.8:
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
283 Get Along Lil' Doggies. Heh. Looks like we have yet another new
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
284 version of gaim for you guys to play with. Be gentle now, it has a few
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
285 new fetures. The HTML widget is now more robust and we have *da da da*
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
286 HTTP proxy support.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
287 Oh By The Way, Do not pay too much attention to what we are doing
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
288 with this release. We are all a little bit happy tonight. You must love
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
289 life. This is a special release of gaim. We will be releasing some wonderful
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
290 photographs soon .. or perhaps if we get the bloody webcam working then we
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
291 will take a couple of quick snapshots.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
292 Looks like the GAIM developers convention (cool name huh) that we
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
293 had this weekend in Auburn, AL went wonderfully :). yum yum yum. Hahahah. Oh
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
294 by the way. Beware of insecure rednecks in the deli. Bad things.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
295 In (non)related news, Jeramey could not successfully slaughter the
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
296 one pound hamburger that he ordered. (I think he could have done it but he
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
297 wasn't feeling very well at the time).
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
298 Oh Yes, New Logo Too :) You likes? Thanks, Naru!
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
299 Just a little side-note: it looks like we didnt make the release that
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
300 we had expected during the Gaim Convention. Maybe we partied too much? I am
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
301 not sure. I remember watching the sun rise before I went to bed, though.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
302 Oh well. Here's your release! Enjoy!
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
303 By The Way, we have uploaded our party pictures to a website.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
304 http://www.dorky.net/gaim/party/ They are nothing spectacular but I hope you
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
305 enjoy them! :).
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
306
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
307 0.9.7:
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
308 Well, boys and girls, it's that time again! Yup, time for the good
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
309 release fairy to come bless us with her infinite wisdom and divine presence.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
310 Umm, yeah, something like that. Anyways, this release has several little
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
311 "bad" network fixes (as Jim likes to say) and a couple touch-ups to a few
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
312 other features. It also features preliminary oscar support. Thanks to Jim
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
313 and Adam ("the libfaim guy") hehe :) We have also corrected a problem with
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
314 gaim not wainting to correctly save your password if you have an underscore
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
315 in it. Thanks to w1za7d for pointing out the underscore problem. ' and \
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
316 have also been fixed in passwords. :o)
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
317
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
318 0.9.6:
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
319 Sorry about the little segfaulting bugs in the past release. Rob
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
320 is stupid. :). Anyways, they have been patched up and a couple new features
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
321 have been added. I hope you guys enjoy.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
322
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
323 0.9.5:
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
324 Well we added a myriad of new features to this release. (A lot of
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
325 small buggie fixes too.) If you need a detailed list just check out the
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
326 ChangeLog. We now have a new webpage design and have added a FAQ to the
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
327 distribution. Before coming to us with any problems please take a quick
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
328 look through the FAQ to make sure we havent already covered your question.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
329 Also, thanks to our beloved Web Monkey, FlynOrange, we have all
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
330 learned the true power of foam weapons, slinkies, and whoopie cushions. Hmm
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
331 gotta love those pranks, eh?
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
332
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
333 0.8.0:
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
334 Well, just starting the NEWS file. I'll try to remember what's new
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
335 from the last version. Hmmm. BIG code reorg. Import/export, buddy pounce
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
336 among the major new features. Autoconf script too, which is a big win.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
337 Apologies to those who submitted patches which haven't made it in.. I
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
338 promise, the next version! This code reorg took up a lot of my time, and I
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
339 want to get it out there.
a5ace2e037bc Tailorization
Tailor Script <tailor@pidgin.im>
parents:
diff changeset
340