2006
gtimer (1.1.6-11) unstable; urgency=low
* Choosing revert after an idle was subtracting time from all instances
of that task, not just the running one. Fixed. Thanks to Ricardo
Lopes Pereira for the report. (Closes: #366762)
* Always pass the host and build types to configure.
* Update standards version to 3.7.2 (no changes required).
-- Russ Allbery <rra@debian.org> Sat, 20 May 2006 22:31:51 -0700
gtimer (1.1.6-10) unstable; urgency=low
* Fix a segfault on daily reports when tasks have annotations and
annotation data is requested. (Closes: #350711)
* Add a Last Year report. Thanks, Bruno Gravato. (Closes: #353046)
* Don't compress the contrib scripts.
* Add the build-indep and binary-indep targets.
* Clean up stamp file handling in debian/rules.
-- Russ Allbery <rra@debian.org> Mon, 27 Feb 2006 00:37:01 -0800
2005
gtimer (1.1.6-9) unstable; urgency=low
* Providing binary-indep in debian/rules is required by Policy even if
there are no arch-independent packages. Whoops.
* Mark install target as phony in debian/rules.
-- Russ Allbery <rra@debian.org> Sat, 3 Dec 2005 11:12:33 -0800
gtimer (1.1.6-8) unstable; urgency=low
* Update maintainer address.
-- Russ Allbery <rra@debian.org> Fri, 18 Nov 2005 12:45:09 -0800
gtimer (1.1.6-7) unstable; urgency=low
* Add README.Debian explaining how to get started and describing the
user-visible changes relative to stock GTimer.
* Add an explicit packaging copyright and license statement.
* Update the FSF address in copyright.
-- Russ Allbery <rra@stanford.edu> Mon, 3 Oct 2005 15:52:11 -0700
gtimer (1.1.6-6) unstable; urgency=low
* Build-depend on libxss-dev instead of xlibs-static-dev for the X
transition.
* Add a -weekstart command-line option to set the first day of the week
for weekly reports. (Closes: #307634)
* Use the user's locale for weekday names as well.
* Default to sensible-browser rather than x-www-browser and separate
that patch out from the patch to make the browser configurable.
* Fix the erroneous change to open modes in 10_57969-printpipe.patch so
that 22_276011-reportmode.patch is no longer necessary.
* 21_193517-oneMinIncr.diff subsumes 10_40450-32bitism.patch, so drop
the latter.
* Consolidate all of the temporary file patches.
* Add history log entries at the top of the affected files in each patch
rather than adding comments at the location of the change, with the
exception of the Debian-specific change to turn off checks for newer
versions.
* Build with debugging symbols by default and support noopt.
* Remove some bits from debian/rules that weren't being used.
* Update the upstream author's address.
-- Russ Allbery <rra@stanford.edu> Fri, 15 Jul 2005 23:41:44 -0700
gtimer (1.1.6-5) unstable; urgency=low
* Only change the configured window size on exit if the call to get the
window size succeeds, rather than changing it to some random value off
the stack. Partially fixes #309779.
* Update standards version to 3.6.2 (no changes required).
-- Russ Allbery <rra@stanford.edu> Wed, 29 Jun 2005 18:21:16 -0700
gtimer (1.1.6-4) unstable; urgency=medium
* Revert and Resume now only revert times on the timers that were
running, rather than all timers that had time for that day. Fixes a
bug introduced in the last release. Thanks to Jamm!n Wheeler for the
report. (Closes: #309937)
-- Russ Allbery <rra@stanford.edu> Fri, 20 May 2005 10:05:56 -0700
gtimer (1.1.6-3) unstable; urgency=low
* New maintainer. (Closes: #288156) * Specify a file mode when saving reports. (Closes: #276011) * Add a dialog box to configure the browser, which allows us to stop suggesting Netscape. Default to x-www-browser in the absence of any configuration. (Closes: #38052, #138840) * Revert and Resume after an idle now really back up to before the idle, not just when the dialog box is displayed. Revert now makes sure GTimer knows it has stopped. (Closes: #282052, #64175) * Avoid memory clobber when saving projects that caused long-term instability. Thanks, Ove Kaaven. (Closes: #201091) * Don't depend on libc6-dev. * Depend on xlibs-static-dev instead of xlibs-dev as libXss.a is the only bit of X we call directly. libgtk will pull in the rest. * Quote strings properly in the menu entry. * Improve the long description of the package. * Update debhelper compatibility to V4. * Add a watch file. * General reformatting and cleanup of the Debian control files.
-- Russ Allbery <rra@stanford.edu> Mon, 18 Apr 2005 02:00:11 -0700
2004
gtimer (1.1.6-2) unstable; urgency=low
* The "it's my first package" release.
* Adopt the package from Chad.
* Add a callback to allow clearing of the paste buffer.
Partial Close: Bug#193517
* More increment and decrement shortcut keys and one
minute increment and decrement. Finishes up: Bug#193517
* Dates in the report should now follow the user's Locale.
Closes: Bug#204322
* Moving files seems to break dbs so i removed the patch
called 10_87440-rename_cz_to_cs.patch and replaced it with
a small patch to debian/rules sent by Chad Walstrom.
* Updated to required debhelper >= 3.0.0
* Update to Standards-Verions of 3.6.0
-- Martin Hicks <mort@bork.org> Fri, 2 Jan 2004 17:27:00 -0500
2003
gtimer (1.1.6-1) unstable; urgency=low
* The "It's alive!" release!
* New upstream version. Good excuse to...
* Switch to DBS build process, separated individual fixes in the "patches"
directory. Should be easier to send patches upstream.
* Moved po/cz.po to po/cs.po. Closes: Bug#87740
* Shortcutted the version_timeout_handler() function to bypass version
checking. Closes: Bug#109329
-- Chad Walstrom <chewie@debian.org> Fri, 9 May 2003 19:19:32 -0500
2001
gtimer (1.1.5-3) frozen unstable; urgency=low
* Changed 'Recommends:' field in the control file to 'Suggests:' so
we can keep the package in main.
* Added 'Build-Depends' field in debian/control
* Removed FAQ.html from doc-base for now. Problems with it not
having an index.html file, and I'm not sure I want to put one in
at this moment. More concerned about getting this update out
there.
-- Chad C. Walstrom <chewie@debian.org> Fri, 23 Feb 2001 01:07:18 -0600
gtimer (1.1.5-2) frozen unstable; urgency=low
* Reapplied previous tempfile security fix to new upstream. Patch
will be sent to upstream.
* Added netscape to the 'Recommends:' field of the control file.
This software has hard-coded the use of netscape as the viewer of
the HTML report, unfortunately.
* Added FAQ.html to doc-base.
-- Chad C. Walstrom <chewie@debian.org> Thu, 22 Feb 2001 00:57:20 -0600
gtimer (1.1.5-1) frozen unstable; urgency=low
* New upstream version. Closes: Bug#58195 * New maintainer. Closes: Bug#80308 * Reapplied fix for 32-bit-isms noted earlier by David. Closes: Bug#40450 * Installed a to a few more documents from upstream. * Changed reference for copyright to /usr/share/common-licenses/GPL
-- Chad C. Walstrom <chewie@debian.org> Thu, 22 Feb 2001 00:14:49 -0600
2000
gtimer (1.1.2-1.2) frozen unstable; urgency=low
* Non-maintainer upload * Fix unsafe /tmp usage with patch from BTS. Closes: Bug#57969
-- Wichert Akkerman <wakkerma@debian.org> Sun, 20 Feb 2000 15:22:43 +0100
1999
gtimer (1.1.2-1.1) unstable; urgency=low
* Non-maintainer upload
* Fixed a bug which would cause the main window to never be shown (on
Alpha at least).
* Fixed some (probably harmless) 32-bit-isms.
* Fixed the menu entry.
-- David Huggins-Daines <dhd@debian.org> Tue, 29 Jun 1999 14:15:10 -0400
gtimer (1.1.2-1) unstable; urgency=low
* New upstream version.
-- Robert S. Edmonds <stu@novare.net> Sat, 20 Mar 1999 17:03:38 -0500
gtimer (1.1.1-1) unstable; urgency=low
* New upstream version.
-- Robert S. Edmonds <stu@novare.net> Sat, 27 Feb 1999 21:43:01 -0500
gtimer (1.1.0-1) unstable; urgency=low
* New upstream version.
-- Robert S. Edmonds <stu@novare.net> Thu, 4 Feb 1999 19:11:28 -0500
1998
gtimer (0.98-1) unstable; urgency=low
* New upstream version. * Upgraded to Standards-Version 2.5.0.0.
-- Robert S. Edmonds <edmonds@freewwweb.com> Sat, 28 Nov 1998 17:50:48 -0500
gtimer (0.96-2) unstable frozen; urgency=low
* Fixes broken menu entry.
-- Robert S. Edmonds <edmonds@freewwweb.com> Fri, 20 Nov 1998 21:59:52 -0500
gtimer (0.96-1) frozen unstable; urgency=low
* New upstream version. * Fixes a nasty upstream bug.
-- Robert S. Edmonds <edmonds@freewwweb.com> Sun, 12 Apr 1998 12:55:56 -0400
gtimer (0.95-1) unstable; urgency=low
* New upstream version.
-- Robert S. Edmonds <edmonds@freewwweb.com> Sun, 29 Mar 1998 17:59:56 -0500
gtimer (0.94-1) unstable frozen; urgency=low
* New upstream version. * Upstream name change.
-- Robert S. Edmonds <edmonds@freewwweb.com> Sat, 21 Mar 1998 12:40:50 -0500
tasktimer (0.93-1) unstable; urgency=low
* New upstream version.
-- Robert S. Edmonds <edmonds@freewwweb.com> Fri, 13 Mar 1998 18:35:29 -0500
tasktimer (0.91-1) unstable; urgency=low
* Initial release.
-- Robert S. Edmonds <edmonds@freewwweb.com> Tue, 10 Mar 1998 16:10:08 -0500