File: ChangeLog

package info (click to toggle)
jmon 0.3.1-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 132 kB
  • ctags: 81
  • sloc: ansic: 598; makefile: 93; sh: 80
file content (9 lines) | stat: -rw-r--r-- 404 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
Log of changes for the jMon package.

10/09/1999   version 0.3.1
   + Fixed problem with ncurses attr_get() macro incompatibility by removing it.
   + Made the alternative rcfile /etc/jmonrc if $HOME/.jmonrc does not exist.
   + Fixed potential problem with recv() by providing custom SIGPIPE handler,
     instead of using MSG_NOSIGNAL.
   + Reduced the level of compiler optimization from -O6 to -O2.