~ubuntu-branches/ubuntu/trusty/wmsysmon/trusty

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2003-08-12 02:24:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20030812022456-hm4l6b0xxgecw49a
Tags: 0.7.7-3
* Manpage fixed (closes: #93475, #165944).
* Bumped up Standards-Version (no changes).
* Removed -1 diff from source package.
* Modified description to shut up lintian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
-- end --
 
2
- Aug 4 2002 - Vito Caputo (swivel@gnugeneration.com) -
 
3
        * a few changes, i can't recall, the interrupt meters have been refined
 
4
          a bit, main event loop changed but theres a slight bug with the
 
5
          event loop timing, the timeout doesnt get updated dynamically if the
 
6
          main select() exits before the timeout...  you can see this by say
 
7
          dragging an icon over wmsysmon a bunch, the meters will all shrink
 
8
          if interrupts are ocurring, because the time between polls of
 
9
          the interrupt counts is shorter than before, causing it to think
 
10
          theres less interrupts, when in fact, there was less time for them
 
11
          to occur, minor bug.
 
12
 
 
13
- Dec 24 2001 - Vito Caputo (swivel@gnugeneration.com) -
 
14
        * minor cleanups, in wmgeneral.c added static int where was just static.
 
15
          (int is assumed but caused warning in -Wall), also removed some
 
16
          unused variables...
 
17
 
 
18
- Dec 23 2001 - Vito Caputo (swivel@gnugeneration.com) -
 
19
        * removed profiling instrumentation, it's no longer needed.
 
20
        * updated meters, the behaviour is changed a bit, interrupts that
 
21
          never occur dont get the _ level so you can see which are inactive
 
22
          in the system, and they should be more responsive.
 
23
        * removed usleep() usage and switched to poll() with a timeout on the
 
24
          X connection fd, more efficient and allows expose events to be handled
 
25
          with less latency.
2
26
 
3
27
- Jul 11 2000 - Vito Caputo (swivel@gnugeneration.com) -
4
28
        * eliminated the memcpy() used for copying interrupt statistics into