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