File: ChangeLog

package info (click to toggle)
wmlongrun 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 716 kB
  • ctags: 149
  • sloc: sh: 4,149; ansic: 835; makefile: 36
file content (46 lines) | stat: -rw-r--r-- 1,461 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
2016 December 23
  * Version 0.3.1 released.
  * Now maintained by the Window Maker Developers Team.
  * Rename configure.in to configure.ac.
  * Remove trailing whitespace.
  * Add template to AC_DEFINE to avoid autoheader warning.
  * Modernize AM_INIT_AUTOMAKE call.
  * Replace INCLUDES and CPPFLAGS with AM_CPPFLAGS to fix warnings.
  * Detect GNU/kFreeBSD during build.
  * Update README with new contact info and url.
  * Update for modern kernels.

2002 March 23
  * version 0.2.0 released
  * longrun_linux.c longrun_freebsd.c: renamed get_longrun_stat() as
                                       longrun_get_stat()

2002 March 14
  * dockapp.c: rewrote (taken from wmmemmon)
  * backdrop_on.xpm, backdrop_off.xpm: changed bar of guage narrowly
  * main.c: code cleanup/review

2002 March 13
  * dropped the GNU coding standards:)
  * longrun_freebsd.c: fixed MIB for sysctl ('hw.crusoe.longrun')
  * backdrop_off.xpm: changed color of background
  * made Non-GNU make fixes
  * renamed wmlongrun.c to main.c
  * added manpage

2002 January 05
  * removed setgid flag under FreeBSD

2001 November 06
  * made small color adjustment for back-light

2001 October 16
  * made small modifications to dockapp.c
    (freeing the memory that is used for wmHints, removing d_width/d_height, and
     adding a argument for event-mask to DA_Initialize())

2001 October 30
  * added FreeBSD support

2001 September 20
  * version 0.1.0 released.(initial release)