File: ChangeLog

package info (click to toggle)
bbppp 0.2.5-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 512 kB
  • ctags: 697
  • sloc: cpp: 5,336; sh: 327; makefile: 80
file content (92 lines) | stat: -rw-r--r-- 3,949 bytes parent folder | download | duplicates (2)
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
version-0.2.5: changes thanks to Florian Ernst (the debian package maintainer)
- Fixed seg-fault in resource
- Fixed compilation error in newer compilers.

version=0.2.4:
- Fixed seg-faults caused by deleting uninitialized variables

version-0.2.3:
- Fixed compilation for gcc-3.0 and up

version-0.2.2: 
  Changes by John Kennis jkennis@chello.nl:
  - The -compact and -thruput command line options in combination 
    with -withdrawn work again.
  Changes by Jon Franklin yokkun@att.net:
  - Now displays uptime in hh:mm:ss format instead of hh:mm.  Resource option
    for this is bbppp.show.showsecs: True|False. Default is True. Command-line
    parameter -nosecs option turns this off, and displays time in hh:mm.
  
version-0.2.1: (changes by Jon Franklin yokkun@att.net):
- Using the resumeCommand no longer gets bbppp confused to the point where 
  you can no longer redial
- Pounding on the switch button repeatedly no longer generates multiple
  startCommands and stopCommands, which can really hose things up!
- The status lights always get cleared now on manual disconnect, instead of turning
  to the switching color.
- The switchColor.switching is now used more intuitively (at least, to me :-).
  The switch light changes to that color as soon as the user clicks to connect
  or disconnect.
- Throughput rates >= 10kbps should no longer overflow the throughput window.

version-0.2.0:  (changes by Jon Franklin yokkun@att.net):
- a separate label has been added which shows the kilobytes-per-second transfer
  rate over the ppp link.  To use, select the -thru option, or set 
  bbppp.show.thruput to true in the config file.
- compact style is now selectable as a command-line option.  
  No need to recompile!
- The bbppp window is now sized according to font width. In 0.1.5, 
  the compact style forced the window to be 48 pixels wide, 
  which only supported a few, very small fonts.
- any combination of button style and labels is now possible. You can now 
  have a bbppp window as small as a single compact-style button, 
  or a combination of all three buttons plus both the time and 
  throughput labels.
- window components can also be stacked vertically, instead of in a single row.
  This is done to continue to support WindowMaker-style doc apps.  If this
  option is selected, minimum window width will be 64 pixels 
  (but may be wider to accomodate bigger fonts).
- the -type option has been removed, but its functionality remains.  
  Read on...
- a new option, -notime, will prevent the time label from being displayed.  
  This will allow you to substitute the throughput label for the time label, 
  if so desired (ie, bbppp -notime -thru), or to show only the buttons 
  (ie, bbppp -notime), or, for the absolute minimalist, 
  a single button (bbppp -compact -notime).
- Command-line options and the config file elements have changed slightly to 
  accomodate a greater flexibility in the run-time appearance of bbppp, but 
  all the functionality of version 0.1.5 should still be here. 
  Here's a breakdown of equivalent options:
   0.1.5            0.2.0
   -------------    ---------------    
   COMPACT_STYLE    -compact
   -type 0          still the default
   -type 1          -orient v
   -type 2          -notime -orient v

   
version-0.1.5
- updated Image and Display code (copied files from latest Blackbox)

version-0.1.4
- button now always connects if there is no connections, disconnects otherwise.
- added support for isdn

version-0.1.2
- fixed timer bug
- added bbppp.button.bevelWidth resource.

version-0.1.1
- added support for Blackbox > 0.60.1

version-0.1.0
- updated Image.* and BaseDisplay (now all new gradients should work)

version 0.0.2
- added support for 64 pixel width and normal height.
- added type as resource and command line options to choose normal
(0), 64x64 pixel (1) and 64xnormal (2) type display.
- added resources shape and withdrawn.

version 0.0.1
First release