vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 ZubanLib - by Zuban (chumpnet@hotmail.com)
2  
3 VERSION
4 0.1.2 - 27 Mar 2005
5  
6 DESCRIPTION
7 Library functions used by various addons.
8  
9 I will try to make sure that all addons that use this library are
10 compatible with the latest version of this library regardless of the
11 version of the individual addons. In the event that the library breaks
12 an individual addon, I will release a new version of that addon.
13  
14 INSTRUCTIONS
15 Copy the ZubanLib folder into the following folder on your
16 machine (create the necessary folders if they do not exist):
17 ...\World of Warcraft\Data\Interface\Addons\
18  
19 If you already have a version of the ZubanLib addon installed, verify
20 that this copy is a newer version. Keep the latest version.
21  
22 HISTORY
23 0.1.2 - 27 Mar 2005
24 Fixed bug in ChatWrite/ScreenWrite.
25  
26 0.1 - 24 Mar 2005
27 Fixed bug in Clone() function.
28  
29 0.1 - 14 Mar 2005
30 First release. Beta. Let the bug fixing begin.