docs and syntax for overwrite_file and append_file
[monky] / ChangeLog
index 8d84247..e6b790b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-# $Id$
+2009-02-12
+       * Added overwrite_file and append_file
+
+2009-02-10
+       * Added output_to_stderr
+
+2009-02-08
+       * Refactor top code, add top_time to sort by process cpu time (thanks
+       sohalt).
+
+2008-12-20
+       * Add if_match object comparing strings, floats and ints
+
+2008-12-18
+       * Fix segfault for diskiograph*, note the changed order of arguments
+       * Fix documentation for all graph objects
+
+2008-12-17
+       * Make gateway objects also detect routes with missing RTF_GATEWAY flag
+
+2008-12-15
+       * Have a maximum width for all variable length mpd vars
+       * Patch to allow escaping newlines in the config (thanks Itai)
+
+2008-12-14
+       * Fix disk_protect for linux-2.6.27 (and hopefully above)
+       * Improve behaviour of $pb_battery
+
+2008-12-09
+       * Add an option to timed_thread_test() to not wait for the interval period
+       (so that IMAP IDLE works better)
+
+2008-12-08
+       * Fix runtime debugging macros again
+       * Big hddtemp rewrite
+       * Remove README from git and ignore it
+       * Remove obsolete documentation
+
+2008-12-07
+       * Removing $freq_dyn and $freq_dyn_g due to license issues (see sf.net
+       tracker bug #2166612)
+       * Allow more than 9 CPUs for CPU stats (bug 2155500)
+       * Fix broken $execbar (bug 2133709)
+       * Don't put unit with hddtemp values for consistency (bug 2133107)
+       * Limit $battery_percent to 100 (bug 2145006)
+       * Fix runtime debugging macros
+       * Make unit of all temperature objects selectable
+       * Make Conky in dock mode a withdrawn window
+
+2008-12-06
+       * Switching from svn to git repository.  The repo can be viewed from
+       http://git.omp.am/?p=conky.git;a=summary and you can clone the repo with:
+       git clone git://git.omp.am/conky.git
+       * Fix for wrong usage of strncat (thanks Pavol)
+       * Adds a variable if_xmms2_connected to hide objects when xmms2d is not
+       running (thanks Lassi)
+       * Fix for buffer overflow with $execi (thanks Cesare)
+       * Fetch volume through Audacious API (thanks Erik)
+
+2008-12-06
+       * Removed duplicate sanity check for diskio
+
+2008-11-30
+       * Added runtime debugging output
+
+2008-11-29
+       * Added template support
+
+2008-10-08
+       * Applied OpenBSD patches
+       * Added $if_mpd_playing patch (thanks tarpman)
+
+2008-09-24
+       * Introduced (buggy) support for IMAP IDLE
+       * Added support for MOC (the console audio player) (thanks henux)
+       * Added scroll step patch (thanks asto)
+
+2008-09-11
+       * Maybe fix missing include bug
+       (http://bugs.gentoo.org/show_bug.cgi?id=235233)
+       * Improve timed_thread interval timing
+       * Improve Conky's overall interval timing
+       * Added small patch to support negative values (such as negative disk
+       capacity) (thanks hinokind)
+
+2008-09-10
+       * Improved hddtemp support
+
+2008-09-07
+       * Fixed bug with freq_dyn on x86_64 (thanks Miroslav)
+       * Fixed buffer overflow in update_net_stats() (thanks Miroslav)
+       * Small fix for nvidia mem freq (thanks Cezary)
+
+2008-08-14
+       * Conky 1.6.1 released
+       * Fix compile error when MPD support not enabled
+
+2008-08-05
+       * Add option to specify number of retries for IMAP/POP3 stuff (via -r)
+
+2008-08-03
+       * Smaller $nvidia improvements
+
+2008-07-29
+       * Added missing header to package dist
+
+2008-07-21
+       * Conky 1.6.0 released
+
+2008-07-16
+       * Fixed bug with $if_empty and $mpd_* vars (sf.net #2008752)
+
+2008-07-06
+       * Made log/normal argument for graphs optional
+
+2008-07-03
+       * Solve linking on problems on some systems (like Debian's Lenny)
+
+2008-07-01
+       * Add libgnu convenience lib, modules stdio and getaddrinfo.
+       * Configure option for mathfunctions
+
+2008-06-29
+       * Fixed missing entries in Makefile.am
+       * Get rid of obsolete gethostbyaddr and getservbyport
+
+2008-06-28
+       * Added sysfs AC adapter support patch (thanks Byron)
+       * Added support for EVE-Online skill monitoring (thanks Asbjørn)
+
+2008-06-25
+       * new variables smapi_bat_temp and smapi_bat_power
+       * improved docs for freq_dyn* variables
+
+2008-06-21
+       * Replaced the global text_object array and count with a
+       text_object_list
+       * Renamed various vars
+       * Removed redundancy in various parts
+
+2008-06-20
+       * Use output_methods instead of out_to_console
+       * Made some functions non-inline to compile with gcc 4.2 and higher
+
+2008-06-19
+       * Fixed compilation issues with --enable-testing
+       * Refactored format_seconds and format_seconds_short
+       * Changed addr to print "No Address" when there is no address
+       * Removed redundancy in various parts
+       * Split help output into a separate function
+
+2008-06-17
+       * Made defines of magic numbers
+
+2008-06-16
+       * Moved audacious defs into header
+       * Fixed 3 bufferoverflows in a struct utmp in users.c
+
+2008-06-09
+       * Graphs can now be logarithmic (except execigraph)
 
 2008-06-08
        * Bugfix, $memgraph wasn't working and needed docs
+       * Code for $lines and $words
+       * Bugfix, $execgraph showed 0-0 instead of 0-100 values
 
 2008-06-07
+       * Case-insensitive values for if_up_strictness 
        * Fix bug where DEV_NAME can read uninitialised memory
        * Fix bug where ${if_mounted /}foo$endif prints foo on 1 line for
        each update instead of just 1 line
 
+2008-06-06
+       * Code for $scroll
+       * Code for $memfree and $memeasyfree
+
 2008-06-05
        * Fix bug where conky prints everything twice to STDOUT when
        out_to_console is enabled
+       * Code for show_graph_range
+       * Code for $monitor and $monitor_number
 
 2008-06-04
        * Fix bug where conky tries to free a already freed pointer when you