bbweather (0.4-1) unstable; urgency=low

  * added command-line option "-d, --weathdir", specifying the
    directory in which to look for weather data

	  
 -- Jan Schaumann <jschauma@netmeister.org>  Fri, 23 Nov 2001 11:37:15 -0400


bbweather (0.3-1) unstable; urgency=low

  * Some people reported segfaults, so I added further checking for
    malloc'd memory and char*-assignments.

  * added command-line option "-t, --ticks" taking one argument of
    type int specifying the time in seconds interval to be used for
    cycling.  Alternatively, this may be specified in the
    configfile: bbweather.ticks: 5

  * added command-line option "-s, --shape", disabling the
    window-frame

  * reduced update interval: used to re-read the file every minute,
    that's too much.  Now only check for new data every 10 minutes.

  * added comman-line option "-u, --update", taking one argument of
    type int specifying the time in minutes to check for new data
    (File I/O)

  * added possibility to specify the following command-line options
    in the configuration file:
      -c, --cycle:     bbweather.cycle     True
      -m, --metric:    bbweather.metric    True
      -s, --shape:     bbweather.shape     True
      -w, --withdrawn: bbweather.withdrawn True
      -x, --extra:     bbweather.extra     True
	  
 -- Jan Schaumann <jschauma@netmeister.org>  Mon, 30 Jul 2001 11:11:11 -0400
 
bbweather (0.2.2-1) unstable; urgency=low

  * added information regarding the time and the location for which
    the weather information is valid.  Together with "pressure" and
    "dew point" this forms the "extra" information (see below).

  * changed cycling behaviour:  if "-c, --cycle" is passed, cycle
    through:
     T: Temperature H: Humidity
     W: Wind speed and direction
     V: Visibility
     General Conditions
    When cycling manually (ie with right-click), cycle through ALL
    information			  
			  
  * added command-line option "-x, --extra"; if passed, when
    cycling, bbweather will cycle through ALL information available:
     T: Temperature H: Humidity
     W: Wind speed and direction
     V: Visibility
     General Conditions
     P: Pressure
     DP: Dew Point
    As of: Time Data collected
    In: location


  * added additional error-checking in bbweather.cpp to avoid
    segfaults due to malloc bailing out

  * ironed out some spelling errors (pointed out by Stephen Ball
              <stephen@lords.com>, thanks!)

  * added command-line option "-g, --geometry", taking one argument,
    specifying the geometry
  * removed some code that was left from bbdate and is not needed

  * further tweaking on configure.in for Solaris
  * if on Solaris, use "-fpermissive" flag when compiling, because
    some of sun's X headers are supposedly broken

 -- Jan Schaumann <jschauma@netmeister.org>  Sat, 28 Jul 2001 15:41:45 -0400

Local variables:
mode: debian-changelog
add-log-mailing-address: "jschauma@netmeister.org"
End:
