eeae6fe0a779aae49988d10d88066d5ae73a028c
[monky] / debian / changelog
1 conky (2.0.1-1) unstable; urgency=low
2
3   * Added some power saving features, needs some testing to confirm this is working properly
4     - Because conky is written in c (not c++) it can't directly access the system heartbeat timer so it uses another process to do this for it
5       + Conky will look for another app I wrote and modified for this purpose, Proximus (>= v1.2.4)
6       + If proximus-daemon is running conky will ask it to set up a heartbeat timer and proximus will send a dbus signal back for each heartbeat
7       + update_heartbeat_min and update_heartbeat_max from the conf file will specify the approximate time between heartbeats
8       + If the phone is discharging, Conky will skip heartbeats according to the value of update_heartbeat_battery_skip in the conf file
9       + So, if update_heartbeat_battery_skip is 3, conky will update once every 4 heartbeats when discharging. default is 1 so set to 0 to disable.
10       + If the screen turns off, update_skips_when_sleeping overrides update_heartbeat_battery_skip. default is 5!
11
12  -- Lance Colton <lance.colton@gmail.com>  Fri, 27 Jan 2011 00:51:00 -0700
13
14 conky (2.0.0-1) unstable; urgency=low
15
16   * Supports double buffering without dbe (an extension nokia removed from x11 in harmattan):
17     - double buffers using pixmaps instead of dbe
18       + spent a long time getting that working and fixing everything that broke when changing that
19       + thanks to syrjala on meego.com forum for giving me a patch that got me started working on this
20       + cairo / lua work, imlib2 works, and you need to install those 3 libraries also.
21       + it doesn't actually crash when swiping to the background, it's nokia's idea that you meant to close it based on the physical orientation of the phone
22       + .conf file needs some small fixes and i can't do anything about the i/o stats not working
23       + i will add some more features soon
24
25  -- Lance Colton <lance.colton@gmail.com>  Fri, 06 Jan 2012 21:00:00 -0700
26
27 conky (1.9.8-1) unstable; urgency=low
28
29   * New maemo6 release:
30     - initial release to support harmattan, don't install on maemo5! (sorry)
31       + double buffering doesn't work, screen will flicker, this is not a conky bug. Nokia didn't include the double buffer extension module for x11, ask them!
32       + temperature is not supported at the moment because bme doesn't report it anywhere, that was done with a 3rd party module on n900
33       + cairo / lua work, imlib2 works, but these things aren't necessarily in the repositories so please google them to find them for now. you won't be able to install without those!
34       + this app may crash when swiping it away, and may ignore the down swipe to close, i have no idea why. 
35       + read/write io stats is a kernel feature that titan put into the power kernel on n900, feel free to bug nokia or replace the kernel with a 3rd party one to fix those from being 0
36       + I spent lots of time fixing compiling issues and major issues in the lua and .conf files so didn't have time to optimize them for the 48 extra pixels of width or get everything perfect YET. Please be patient or contribute :)
37
38  -- Lance Colton <lance.colton@gmail.com>  Tue, 08 Nov 2011 21:00:00 -0700
39
40 conky (1.9.7-1) unstable; urgency=low
41
42   * New maemo release:
43     - fixes for power kernel v47 
44       + temperature and voltage are reported differently by this kernel and needed to be adjusted
45       + temperature is now reported to the tenth of the degree and your conf file may need to be adjusted to account for this additional digit
46       + enabled cairo / lua scripting
47
48  -- Lance Colton <lance.colton@gmail.com>  Mon, 23 May 2011 16:00:00 -0700
49
50 conky (1.9.6-2) unstable; urgency=low
51
52   * New maemo release:
53     - too many changes to list
54     - equivalent to 1.8.2 on master conky branch with lots of n900 fixes 
55       + see http://talk.maemo.org/showthread.php?t=64434
56       + the deb posted there is actually better as it supports lua, autobuilder can't work with that
57
58  -- Lance Colton <lance.colton@gmail.com>  Thu, 21 Oct 2010 12:00:00 -0700
59  
60  conky (1.8.0-1) unstable; urgency=low
61
62   * New upstream release:
63     - add AF_UNIX socket support
64     - fix sigsegv if config file is deleted (LP: #525926)
65     - the following debian bugs are closed by this upload:
66       + change automake1.10 to automake1.11 (Closes: #550929)
67       + hwmon made compatible with kernels >= 2.6.31 (Closes: #556926)
68       + text_buffer_size change is well documented (Closes: #519401)
69       + fix diskio for not existing devices (Closes: #536557)
70       + fix wrong mixer values on some systems (Closes: #540282)
71       + fix minor memory leak (Closes: #566524)
72       + fix some documentation error re. graphs (Closes: #564518)
73       + add -p/--pause startup option (Closes: #513440)
74       + fix documentation about mixer values (Closes: #538760)
75   * This release is based on the Ubuntu package with the following changes
76     necessary for Debian (Closes: #536320):
77     - change control and rules to build correctly on non-Linux arches
78       (Closes: #536326)
79     - updated NEWS, descriptions in control and changelog
80     - change archive area to contrib
81   * Change priority of metapackage to extra
82   * My utmost thanks go to Kapil Hari Paranjape for his packaging work and to
83     Luca Falavigna for being so kind to review and sponsor this release
84
85  -- Cesare Tirabassi <norsetto@ubuntu.com>  Sun, 28 Mar 2010 21:19:51 +0200
86
87 conky (1.8.0~git925e80ac-0ubuntu1) lucid; urgency=low
88
89   * GIT snapshot release:
90     - add argb (true transparency) support
91     - add support for max_text_width
92     - add IPv6 support to $tcp_portmon and mpd connections
93     - add support for $pid variables ($pid_read, $pid_write, $pid_threads,
94        $pid_thread_list, $pid_nice, $pid_priority, $pid_time_usermode,
95        $pid_time_kernelmode, $pid_time, $pid_parent, $pid_uid, $pid_euid,
96        $pid_suid, $pid_fsuid, $pid_gid, $pid_egid, $pid_sgid, $pid_fsgid,
97        $pid_vmpeak, $pid_vmsize, $pid_vmlck, $pid_vmhwm, $pid_vmrss,
98        $pid_vmdata, $pid_vmstk, $pid_vmexe, $pid_vmlib, $pid_vmpte,
99        $pid_state, $pid_state_short, $pid_environ_list, $pid_exe,
100        $pid_openfiles, $pid_stdin, $pid_stdout, $pid_stderr, $pid_chroot,
101        $pid_cmdline, $pid_cwd and $pid_environ)
102     - add support for $format_time
103     - add support for $uid_name and $gid_name
104     - add support for $running_threads
105     - add support for $cmdline_to_pid
106     - add support for $user_time
107     - drop adt746x objects
108     - add support for $weather_forecast (using xoap)
109     - add support for out_to_ncurses
110     - add support for $include
111     - add icon data_type for xoap weather
112     - add the -p/--pause command line option
113     - add middle_middle as an alignment option
114     - add hddtemp_host and hddtemp_port as config options
115     - add lua_startup_hook and lua_shutdown_hook
116     - add times_in_seconds and update_interval_on_battery config options
117     - add the conky_set_update_interval, cairo_text_extents_t:create(),
118       cairo_font_extents_t:create() and cairo_matrix_t:create() lua functions
119     - add the conky_info lua table
120     - add the disable_auto_reload config option
121     - add an optional adapter option to $acpiacadapter (defaults to "AC")
122     - a whole plethora of bug fixes
123   * Add libncurses5-dev as a Build-Depends.
124     ncurses is enabled only for the conky-cli package.
125   * Do not add the --enable-debug flag to configure.
126   * Remove all patches, now applied upstream.
127   * Update package descriptions, NEWS and README.source accordingly.
128   * No change bump of Standards-Version
129
130  -- Cesare Tirabassi <norsetto@ubuntu.com>  Wed, 17 Feb 2010 13:01:26 +0100
131
132 conky (1.7.2-0ubuntu6) lucid; urgency=low
133
134   * Change arch to all for transitional package
135   * Change source package format to 3.0 (quilt)
136   * Reformat all patch headears iaw DEP-3
137   * Move deletion of config.{guess, sub} to clean target to avoid FTBFS
138     if built twice in a row
139   * debian/patches/add_thread_fix_proc.patch:
140     add support for $threads and fix $processes on Linux
141     commit aad43bea8d3840babb502d939be324ba49c3b74e
142   * debian/patches/fix_segfault_leaks_curl.patch:
143     fix segfault and memleaks in curl
144     commit e292dd5e280aa9c288bc6c2e1143270f5f5a08f4
145   * debian/patches/add_current_user.patch (LP: #405707):
146     add $user_time: if no argument is given, lists the
147     login time for the tty connected to conky's standard input (if any).
148     Given a console as an argument it gives the login time for that.
149   * debian/patches/fix_mpd_when_stop.patch:
150     fix $if_mpd_playing and $mpd_percent when you stop playing a song
151     commit 827be3bde828fcf8d7be949168ac4909f6c323a2
152     Thanks Sakari Matikka
153   * debian/patches/fix_idle_rate_when_not_averaging.patch (LP: #493131):
154     fix idle rate equal to 1 instead of 0 when using net_avg_samples=1
155     commit b1cbc64f6075e0145edfb919df3e21a210f5328e
156   * debian/patches/fix_manpage_width.patch:
157     fix man warning: table wider than line width
158     commit a14cca6592ec506b1a535be43912b4a72b40f11f
159   * debian/patches/add_startup_pause_option.patch:
160     add the -p/--pause command line option
161     commit 584d05d2ad66edf1f53372382826a2416b50d9da
162   * debian/patches/add_extended_cairo_structures.patch
163     add creation functions for the cairo_font_extents_t,
164     cairo_text_extents_t and cairo_matrix_t structures
165     commit 8bd41caa51e080fd3ef28c7cdeee775872cdc1f4
166   * debian/patches/fix_manpage_typos.patch
167     fix typos in manpage
168     commit c8a99a865adbd862bf74c0ca310fda796601fb5f
169
170  -- Cesare Tirabassi <norsetto@ubuntu.com>  Sun, 27 Dec 2009 23:22:54 +0100
171
172 conky (1.7.2-0ubuntu5) karmic; urgency=low
173
174   * Bug-fix only release (LP: #457022):
175     - add Replaces on conky to conky-all to avoid misconfiguration
176       during dist-upgrades.
177
178  -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 23 Oct 2009 17:12:12 +0200
179
180 conky (1.7.2-0ubuntu4) karmic; urgency=low
181
182   * Bug-fix only release:
183     - modify debian/patches/fix_hwmon_for_2.6.31.patch (LP: #435571):
184       modify the patch so that all possible cases for the hwmon data location 
185       are taken into account. This should also be compatible with older
186       kernels.
187
188  -- Cesare Tirabassi <norsetto@ubuntu.com>  Thu, 15 Oct 2009 18:37:15 +0200
189
190 conky (1.7.2-0ubuntu3) karmic; urgency=low
191
192   * Bug-fix only release:
193     - add debian/patches/fix_info.desktop.patch:
194       fix global info.desktop variables incorrectly freed
195       commit 066af067f070731a5b0dc03107a2135bbffa2ba1
196
197  -- Cesare Tirabassi <norsetto@ubuntu.com>  Mon, 12 Oct 2009 13:43:56 +0200
198
199 conky (1.7.2-0ubuntu2) karmic; urgency=low
200
201   * Bug-fix only release:
202     - add quilt support in debian/control and debian/rules
203     - add debian/patches/fix_if_running.patch:
204       fix if_running not working on linux when a top flavour is not running
205       commit 75ce3b259be20f4a304fbf90d7c5f55871c872da
206     - add debian/patches/fix_hwmon_for_2.6.31.patch (LP: #435571):
207       horrible hack to make hwmon works with kernel 2.6.31 also when
208       /sys/class/hwmon/hwmon0/device erroneously exists
209     - package is now maintained in bzr/launchpad
210       https://code.launchpad.net/~norsetto/+junk/conky:
211       + add Vcs-* fields to debian/control
212     - add --disable-static flag to conky-all instead of building and
213       then manually removing the static library
214     - make conky-all with --enable-nvidia only on i386 and amd64
215       arches (fix FTBFS for all other arches)
216     - change naming scheme to ease transitions, conky is now a transitional
217       package that installs conky-all. Standard conky is now named conky-std
218
219  -- Cesare Tirabassi <norsetto@ubuntu.com>  Sat, 26 Sep 2009 15:12:38 +0200
220
221 conky (1.7.2-0ubuntu1) karmic; urgency=low
222
223   * New upstream release:
224     - Improved Lua API (lua_read_parse has been removed in favour of the
225       conky_parse() Lua API call).
226     - Cairo and Imlib2 bindings for Lua.
227     - Built-in weather support.
228     - Added own_window_type panel.
229     - Added border_inner_margin and border_outer_margin.
230       The border_margin config option is now deprecated.
231     - Added format_human_readable option.
232     - Added fancy new 'temperature gradients'.
233     - Several new variables such as $blink, $curl, $desktop, $entropy_perc,
234       $swapfree, $to_byte and $top_io.
235     - Comments in TEXT section are now possible.
236       If necessary the comment character (#) can be escaped with a
237       backslash (\#).
238     - Added a different default configuration file for builds without X11.
239     - Added io_perc, io_read and io_write to $top.
240     - Alignment special variables can now be used with objects that span
241       multiple lines.
242     - Enhanced Imlib2 cache control.
243     - $battery_short can now also display F (full), N (not present),
244       E (empty) or U (unknown).
245     - Counteless bug fixes (LP: #405701, LP: #405340, LP: #405188).
246   * Complete overhaul of the packaging (LP: #294933, LP: #387209):
247     3 binary packages are now created: conky-cli, conky and conky-all.
248     conky-cli is a basic package that could be used in servers
249     or piped with dzen2,
250     conky supports the most commonly used variables,
251     conky-all includes almost all of the available support.
252     Use conky-all if you are not sure of your needs.
253     Some of the packaging changes include:
254     - copyright is now in line with the new format specification
255     - rules has been overly simplified
256     - short/long descriptions have been updated
257     - TODO is not installed anymore, lua.html is installed
258     - README.Debian has been obsoleted
259     - no change bump of Standards-Version
260     - added NEWS and README.source
261     - changed automake from automake1.10 to automake1.11, since the former
262       has been obsoleted.
263
264  -- Cesare Tirabassi <norsetto@ubuntu.com>  Tue, 25 Aug 2009 11:27:23 +0200
265
266 conky (1.7.1.1-0ubuntu1) karmic; urgency=low
267
268   * New upstream release:
269     - fixed a pretty serious bug in 1.7.1 that caused rendering of
270       fonts to be completely messed up in specific circumstances.
271   * Add debian/patches/fix_fs_free.patch (LP: #385504):
272     - revert commit b6e691e8ac1d09df7a01c25583b785025a6212a6
273     - correct fs_used/fs_used_perc to use fs_free not fs_avail
274
275  -- Cesare Tirabassi <norsetto@ubuntu.com>  Thu, 11 Jun 2009 09:28:12 +0200
276
277 conky (1.7.1-0ubuntu2) karmic; urgency=low
278
279   * Install an apport hook to retrieve in case of crash the configuration
280     file (if changed), the user's configuration file and any user's
281     specified lua scripts.
282
283  -- Cesare Tirabassi <norsetto@ubuntu.com>  Tue, 09 Jun 2009 19:07:01 +0200
284
285 conky (1.7.1-0ubuntu1) karmic; urgency=low
286
287   * New upstream release:
288     - Lua scripting support
289     - Image drawing via Imlib2
290     - Built in support for APC UPS daemon monitoring
291     - Several new variables such as $combine and $eval
292     - Gauge widgets
293   * Enable lua and imlib2 support
294   * Add liblua5.1-0-dev and libimlib2-dev as
295     Build-Depends in debian/control
296   * Update debian/copyright author's list
297   * Set LDFLAGS to -Wl,--as-needed to avoid linking against
298     unneeded libraries.
299
300  -- Cesare Tirabassi <norsetto@ubuntu.com>  Mon, 08 Jun 2009 11:12:18 +0200
301
302 conky (1.7.0-0ubuntu1) karmic; urgency=low
303
304   * New upstream release (LP: #371043):
305     - update debian/copyright copyright dates and author's list
306     - remove following patches, now applied upstream or not needed anymore:
307       + fix_exec_buffer_size.patch
308       + ifaddr_buffer_overflow
309       + x86_64_rdtsc
310       + move_compile_end_man_page
311       + fix_hyphen_man_page
312       + fix_mem_res.patch
313     - remove installation of example configuration file (removed upstream)
314     - update debian/NEWS accordingly
315   * No change bump of Standards-Version to 3.8.1
316
317  -- Cesare Tirabassi <norsetto@ubuntu.com>  Sat, 16 May 2009 12:04:10 +0200
318
319 conky (1.6.1-0ubuntu4) jaunty; urgency=low
320
321   * debian/patches:
322     - fix_mem_res.patch (LP: #329789):
323       fix ${top_mem} not displaying correctly memory usage
324       for mem_res and mem_vsize.
325       Thanks to lolikandr for the patch.
326
327  -- Cesare Tirabassi <norsetto@ubuntu.com>  Mon, 16 Feb 2009 13:12:00 +0100
328
329 conky (1.6.1-0ubuntu3) intrepid; urgency=low
330
331   * debian/patches:
332     - fix_exec_buffer_size.patch (LP: #279493, LP: #279791):
333       fix SIGSEGV due to wrong buffer size being used in all exec* calls.
334
335  -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 10 Oct 2008 22:40:09 +0200
336
337 conky (1.6.1-0ubuntu2) intrepid; urgency=low
338
339   * debian/patches:
340     - import ifaddr_buffer_overflow patch from Debian: fix buffer overflow in
341       update_net_stats. Thanks to Miroslav Lichvar and Kapil Paranjape
342     - move_compile_end_man_page: remove extra blank spaces
343
344  -- Cesare Tirabassi <norsetto@ubuntu.com>  Thu, 18 Sep 2008 12:42:54 +0200
345
346 conky (1.6.1-0ubuntu1) intrepid; urgency=low
347
348   * New upstream release (1.6.1).
349   * debian/patches:
350     - remove patch man_page_typo_first_char since it is applied upstream.
351     - refreshed patches move_compile_end_man_page and fix_hyphen_man_page.
352   * debian/rules:
353     remove in clean target additional autoconf files created in m4/
354
355  -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 15 Aug 2008 15:18:25 +0200
356
357 conky (1.6.0-1ubuntu1) intrepid; urgency=low
358
359   * Merge from Debian unstable (LP: #217455). Remaining changes:
360     - debian/control: Add mpd to Suggests
361
362  -- Cesare Tirabassi <norsetto@ubuntu.com>  Fri, 25 Jul 2008 13:30:37 +0200
363
364 conky (1.6.0-1) unstable; urgency=low
365
366   * New upstream release (1.6.0).
367     - incorporates debian patches
368       + for mail spool.
369       + for usage message.
370       + for null text strings.
371     - fix segfault on signal. (Closes: #474732)
372     - uses variable output_methods instead of out_to_console.
373       (Closes: #487184)
374     - has default arguments for 'diskiograph'. (Closes: #487770)
375     - numerous other new features. See upstream Changelog.
376   * debian/patches:
377     - fix_mail_spool, upstream_fix_usage,
378       upstream_null_text: removed these patches as they are no longer
379       required.
380     - avoid_linking_with_libm: removed this patch as conky uses "log"
381       from the C math library.
382     - fix_hyphen_man_page, move_compile_end_man_page: refreshed these
383       patches taking into account new changes to upstream man page.
384     - man_page_typo_first_char: fix un-needed extra first char on the
385       first line of the manpage.
386     - x86_64_rdtsc: patch for 'freq_dyn' on x86_64 from Miroslav Lichvar.
387   * debian/README.Debian: updated remark about features not compiled in.
388   * debian/copyright: wrapped long lines. Thanks "lintian".
389   * debian/control: 
390     - removed 'misc:Depends' entry from Depends.
391     - Standards-Version bumped to 3.8.0. No other changes required.
392
393  -- Kapil Hari Paranjape <kapil@debian.org>  Thu, 24 Jul 2008 00:55:04 +0000
394
395 conky (1.5.1-1ubuntu1) hardy; urgency=low
396
397   * debian/control: Add mpd to Suggests (LP: #212905)
398   * debian/patches/ubuntu_fix_sigsev:
399     fix conky SIGSEGV when reloading the configuration file (LP: #212292)
400     Thanks to Cesare Tirabassi for the patch.
401   * debian/patches/ubuntu_fix_conky.conf_warning:
402     correct conky.conf use_spacer setting (see LP #212913)
403   * Modify Maintainer value to match Debian-Maintainer-Field Spec
404
405  -- Stefan Ebner <hellboy195@gmail.com>  Mon, 14 Apr 2008 22:38:38 +0200
406
407 conky (1.5.1-1) unstable; urgency=low
408
409   * New upstream release (1.5.1).
410     - incorporates debian patches for
411       + kfreebsd support
412       + use clock gettime
413       + ibm acpi volume
414       + some man page fixes
415       + sysfs battery
416     - numerous other new features. see upstream
417       Changelog.
418   * debian/{NEWS,README.Debian}: Updated for new version.
419   * debian/patches:
420     - cleaned out patches already applied upstream.
421       as mentioned above.
422     - refreshed the patches still required
423       + avoid_linking_with_libm
424       + fix_hyphen_man_page
425       + move_compile_end_man_page
426       + fix_mail_spool
427     - incorporate patches from upstream svn repository.
428       + upstream_fix_usage: Fixes the usage message
429       + upstream_null_text: Handle null "text" entry
430         in configuration.
431   * bumped up "debhelper" compatibility level to 5
432     now that 'sarge' need not be supported. Closes: #466755.
433     - debian/compat: value now 5.
434     - debian/control: debhelper dependency version now 
435       at least 5.0.0.
436   * debian/rules: reflect change of name of sample
437     config file from conkyrc.sample to conky.conf.
438
439  -- Kapil Hari Paranjape <kapil@debian.org>  Wed, 02 Apr 2008 14:56:01 +0530
440
441 conky (1.4.9-4) unstable; urgency=low
442
443   * debian/patches/sysfs_battery:
444     - handle systems where the POWER_SUPPLY_CHARGE_* values
445       define battery status. Thanks to Stefan Ebner for
446       help in debugging this.
447       (Closes: #466878)
448     - close battery status info file after each update.
449   * Enable support for RSS feed monitoring.
450     - debian/rules: added "--enable-rss" to configure rules.
451     - debian/control: additional build-dependencies on "libxml2-dev"
452       and "libcurl4-gnutls-dev".
453     - debian/NEWS.Debian: added comment about this change.
454   * Use autotools and libtool during build. (Thanks to tips from
455     Henrique de Moraes Holschuh.)
456     - debian/control: additional build-dependencies on "libtool"
457       and "automake1.10"
458     - debian/rules: added run of "autogen.sh" in "configure-stamp"
459       target.
460     - debian/rules: Define "RSS_LIBS" environment variable for
461       "configure" to over-ride "pkg-config" which adds "libgssapi_krb5"
462       to link libraries.
463     - debian/rules: modified "clean" rule to clean autoconf generated
464       files.
465   * Cleanup souce package of "src/tags" cruft left in by mistake
466     in the previous upload.
467
468  -- Kapil Hari Paranjape <kapil@debian.org>  Sat, 23 Feb 2008 05:57:23 +0530
469
470 conky (1.4.9-3) unstable; urgency=low
471
472   * debian/patches/sysfs_battery: Added support for
473     battery info in sysfs. (Closes: #463981, #464703).
474   * debian/patches/fix_mail_spool: Make the value of
475     "mail_spool" over-ride environment variable "$MAIL".
476     (Closes: #454656).
477
478  -- Kapil Hari Paranjape <kapil@debian.org>  Mon, 18 Feb 2008 10:20:24 +0530
479
480 conky (1.4.9-2) unstable; urgency=low
481
482   * Added support for non-Linux architectures. Closes: #456931.
483     Thanks to Petr Salinger.
484     - debian/rules: Use DEB_HOST_ARCH_OS to decide whether to add
485       wireless support.
486     - debian/control: Do not depend on "libiw-dev" for kfreebsd-*
487       and hurd-i386
488     - debian/control: Depend on "libkvm-dev" and "libdevstat-dev" for
489       kfreebsd-*.
490     - debian/patches/freebsd_support_upstream: patches to src to recognise
491       kfreebsd-* architecture as similar to freebsd (latter is
492       supported upstream) sent upstream.
493     - debian/patches/freebsd_support: patches incorporating above
494       changes after running GNU autoconf tools.
495   * debian/patches:
496     - ibm_acpi_volume: Re-added. Upstream's correction has a flaw.
497   * debian/control: Standards Version 3.7.3. No changes required.
498   * debian/rules:
499     - Required "configure" rule to depend on patch stamp.
500     - Removed workaround for configure.ac in "clean" rule.
501       Not required.
502   * Fixed lintian bugs. Thanks to lintian.debian.org.
503     - debian/changelog: wrapped entries that were too long.
504     - debian/copyright: used unicode encoding for names.
505
506  -- Kapil Hari Paranjape <kapil@debian.org>  Wed, 26 Dec 2007 08:41:25 +0530
507
508 conky (1.4.9-1) unstable; urgency=low
509
510   * New upstream release. Closes: #453498, #453834.
511     - Fix number of bugs (see upstream changelog).
512     - Externalise default configuration to a file (/etc/conky/conky.conf
513       on Debian).
514     - Improved music player support.
515     - Multiple mailboxes support.
516   * Enabled wireless monitoring. Closes: #445561, #445690.
517     - debian/rules: added "--enable-wlan" to configure rules.
518     - debian/control: additional build-dependency on "libiw-dev".
519     - debian/NEWS.Debian: added comment about this change.
520   * debian/patches:
521     - fix_its_man_page: Corrected possessive "it's" by "its" in man page.
522       Closes: #445918.
523     - dont_tail_xorglog: Removed. Not required as equivalent patch applied
524       upstream.
525     - ibm_acpi_volume: Removed. Not required as equivalent patch applied
526       upstream.
527     - use_clock_gettime_correctly: Fix src/timed_thread.c to use realtime
528       clock correctly.
529     - avoid_linking_with_libm: Fix src/Makefile.in to avoid needless linking
530       with libm.
531   * debian/rules:
532     - Define "XFT_LIBS" environment variable for "configure" to avoid linking
533       with "libfontconfig" from which no symbols are used.
534   * debian/control: Added "Homepage" and "Vc-Svn" fields.
535
536  -- Kapil Hari Paranjape <kapil@debian.org>  Tue,  4 Dec 2007 14:14:46 +0530
537
538 conky (1.4.7-1) unstable; urgency=low
539
540   * New upstream release. Closes: #419066. See NEWS.Debian for
541     more about all the changes since the earlier version.
542   * New maintainer with the permission of earlier maintainer.
543     Thanks to Bartosz Fenski for maintaining this package so far.
544   * debian/watch: added this file pointing to sf.net upstream source.
545   * debian/control:
546     - added quilt to Build-Depends.
547     - added pkg-config, libglib2.0-0 to Build-Depends.
548     - removed libxt-dev from Build-Depends.
549     - updated Standards-Version to 3.7.2. No other changes required.
550   * debian/patches:
551     - ibm_acpi_volume: prevent volume always returning 0. Closes: #415782.
552     - dont_tail_xorglog: default configuration does not try to read
553       /var/log/Xorg.0.log. Closes: #353410, #401200.
554     - move_compile_end_man_page: move COMPILING section to the
555       end of the man page to implement a different fix for #368176.
556     - fix_hyphen_man_page: correct the use of "hyphen-as-minus" in the
557       man page.
558   * debian/rules:
559     - added support for patching/unpatching using quilt.
560     - modified configure rule to build based on current upstream
561       defaults.
562     - removed call to perl that removed COMPILING section from
563       manpage.
564     - changed "clean" target to catch errors from upstream targets
565       "clean" and "distclean".
566   * debian/NEWS: added explanation of new features for this
567     version.
568   * debian/README.Debian: added remarks about configuration issues
569     specific to Debian package.
570   * debian/copyright: rewritten to reflect upstream's work on
571     clarifying provenance of and licenses to the code.
572   * debian/menu: replaced "Apps/Tools" with
573     "Applications/System/Monitoring".
574
575  -- Kapil Hari Paranjape <kapil@debian.org>  Fri, 21 Sep 2007 09:24:48 +0530
576
577 conky (1.4.4-1) unstable; urgency=low
578
579   * New upstream release.
580   * COMPILING section has been removed from manpage. (Closes: #368176) 
581
582  -- Bartosz Fenski <fenio@debian.org>  Sat, 18 Nov 2006 11:18:46 +0100
583
584 conky (1.4.2-1) unstable; urgency=low
585
586   * New upstream release.
587     - fixes problems on powerpc. (Closes: #359974)
588
589  -- Bartosz Fenski <fenio@debian.org>  Thu, 18 May 2006 16:20:22 +0200
590
591 conky (1.4.1-1) unstable; urgency=low
592
593   * New maintainer. (Closes: #357341)
594   * ACK previous NMUs. (Closes: #346643, #335543, #344235, #348967, 
595                                 #345951, #352909)
596   
597  -- Bartosz Fenski <fenio@debian.org>  Sat, 18 Mar 2006 00:29:47 +0100
598
599 conky (1.4.1-0.2) unstable; urgency=low
600
601   * NMU to fix sigaction related compilation problem on 64 bit archs.
602
603  -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 16 Mar 2006 19:39:26 +0000
604
605 conky (1.4.1-0.1) unstable; urgency=low
606
607   * NMU for a general bugfix release.
608   * Enable portmon code (closes: #344235).
609   * Enable mldonkey code (closes: #335543).
610
611  -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Wed, 15 Mar 2006 18:55:07 +0000
612
613 conky (1.4.0-0.1) unstable; urgency=low
614
615   * NMU for new upstream release.
616   * Apply manpage typos correction (closes: #348967), thanks to A Costa
617     <agcosta@gis.net> !
618   * Fix BMP lib opening and change conkyrc sample to use UTF8.
619
620  -- Laszlo Boszormenyi (GCS) <gcs@debian.hu>  Thu, 23 Feb 2006 17:42:50 +0000
621
622 conky (1.3.1-1.1) unstable; urgency=high
623
624   * Non-maintainer upload.
625   * High-urgency upload for RC bugfix.
626   * Build-depend on libx11-dev, libxext-dev, libxft-dev, and x-dev instead of
627     on the obsolete xlibs-dev; thanks to Justin Pryzby
628     <justinpryzby@users.sf.net> for testing.  The build-dependency on
629     libxt-dev can be dropped once upstream has moved to a new version of
630     autoconf.  Closes: #346643.
631
632  -- Steve Langasek <vorlon@debian.org>  Wed, 18 Jan 2006 03:44:30 -0800
633
634 conky (1.3.1-1) unstable; urgency=low
635
636   * New upstream release
637   * Added libxt-dev to build-depends in debian/control (closes: #327306)
638   * Fixed the double BSD-license in debian/copyright (closes: #327135)
639
640  -- Jason Tan <jtan325@gmail.com>  Sat, 10 Sep 2005 22:45:51 -0700
641
642 conky (1.3.0-1) unstable; urgency=low
643
644   * Initial Release. (closes: #320978)
645
646  -- Jason Tan <jtan325@gmail.com>  Wed, 24 Aug 2005 00:10:49 -0700