File: ChangeLog

package info (click to toggle)
gkrellweather 2.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 252 kB
  • sloc: ansic: 881; perl: 92; makefile: 78
file content (79 lines) | stat: -rw-r--r-- 2,387 bytes parent folder | download | duplicates (4)
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
2.0.8
    * fixed sprintf buffer overflows

2.0.7
    * fixed horrible rounding bugs with negative temperatures
    * removed deprecated GkrellM API functions
    
2.0.6
    * added a Russian translation, thanks to Alex Murygin <murygin@aitoc.com>

2.0.5
    * cosmetic fix
    * changed NOAA url to http for better availability

2.0.4
    * really fixed a flaw in locale handling

2.0.3
    * fixed a flaw in locale handling

2.0.2
    * GrabWeather: passive mode for FTP via LWP
    * changed the style stuff

2.0.1
    * Makefile fixes, added forgotten GrabWeather script

2.0.0   Fri Oct 14 2002 (Jindrich Makovicka)
    * ported to GkrellM 2.x API
    * fixed locale problem with floating point scanf
    * some minor cosmetic fixes

0.2.7   Sun May 20 2001
    * fixed buffer overflow problem when station.TXT is too long
      (contribued by Ben Winslow <rain@bluecherry.net>)

0.2.6   Thu May 10 2001
    * minor changes for network connection problem
      (contributed by Chris Lemon <v3kt0r@netscape.net>)
    * easier station ID lookup by allowing copy and paste on url

0.2.5   Sun Apr 15 2001
    * fixed style setting

0.2.4   Mon Mar 19 2001
    * change Makefile for uninstall and install
      (contribued by Nicolas Lidzborski <Nicolas.Lidzborski@int-evry.fr>)
    * fixed display problem when humidity is 100%
    * add tool tip for full weather info

0.2.3b  Sun Feb 18 2001
    * remove server_alive() to avoid hang
    * fixed showing Sydney data as initial data
    * avoid unnecessary redraw of decals
      (contribued by Bill Wilson <billw@wt.net>)

0.2.3a  Sun Oct 30 2000
    * added server_alive() to detect whether Grabweather works
      (contributed by Chris Lemon <v3kt0r@netscape.net>)

0.2.3   Mon Jul 10 2000
    * new GrabWeather script
      (contributed by Maurice Aubrey <maurice@hevanet.com>)
    * change font style to fit more digits into panel

0.2.2   Thu Jun 22 2000
    * new sky condition display
    * able to switch display automatically
    * new option to change interval between auto switching display

0.2.1   Tue Jun 19 2000
    * minor changes to make it compiles under 0.10.0
    * add options to change Pressure unit
    * change textstyle for Pressure
    * fixed flicking when switching between display at the first time.
    * fixed text width for wind direction

0.2.0   Mon Jun 18 2000
    * first release of GKRellWeather