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