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