2011
gnotime (2.3.1~snapshot20091119-5) unstable; urgency=low
* debian/patches/03_fix_segfault_on_interval_edit.diff: fixes
segmentation fault when editing time interval from journal window.
* debian/patches/04_fix_tooltips_for_journal_window_toolbar_buttons.diff:
fixes tooltips for the buttons in the toolbar of the journal window
(LP: #646345)
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 25 Oct 2011 19:11:14 -0200
gnotime (2.3.1~snapshot20091119-4) unstable; urgency=low
* debian/patches/02_fix_ftbfs_format_security.diff:
- Fixes building with the gcc option -Werror=format-security
enabled. (Closes: #643394)
* debian/control: Bumped Standards-Version to 3.9.2. No changes needed.
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 30 Sep 2011 23:13:29 -0300
gnotime (2.3.1~snapshot20091119-3) unstable; urgency=high
* Merge changes from Ubuntu:
- debian/patches/01_fix_ftbfs_binutils-gold.diff: fix FTBFS with
binutils-gold by adding -lX11 to Makefile.in (LP: #700417)
(Closes: #554671).
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 15 Mar 2011 22:23:28 -0300
2009
gnotime (2.3.1~snapshot20091119-2) unstable; urgency=low
* Merge changes from Ubuntu
- Bump build-dependency on libgtk2.0-dev to version 2.13.0
-- Goedson Teixeira Paixao <goedson@debian.org> Sat, 21 Nov 2009 12:40:17 -0200
gnotime (2.3.1~snapshot20091119-1) unstable; urgency=low
* New upstream snapshot
- Fix build against newer releases of libgnomeui
* Change to 3.0 (quilt) source format
- debian/source/format: added file with source format declaration
- debian/rules: removed patch applying rules
- debian/control: removed build-dependency on dpatch
- debian/patches/00list: removed
* debian/copyright: fix reference to licence.
* debian/control:
- build-depend on libgtkhtml3.14-dev instead of libgtkhtml3.8-dev
(Closes: #542018)
- added missing build-dependency on libglade2-dev
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 20 Nov 2009 21:45:54 -0200
gnotime (2.3.1~snapshot20090531-2) unstable; urgency=low
* Drop build-dependency on libgda2-dev, unused. (Closes: #532275) * Point debian/copyright to the versioned common licence file. (lintian). * Update to debhelper compat 5. * Update standards version. (no changes)
-- Neil Williams <codehelp@debian.org> Tue, 14 Jul 2009 09:55:35 +0100
gnotime (2.3.1~snapshot20090531-1) unstable; urgency=low
* New upstream snapshot
- Fixed configure script so it builds with libqof2
- Applied debian bug fixes
* debian/patches/*: removed patches applied upstream
* debian/control:
- Added rarian-compat as an alternative for scrollkeeper as build
dependency.
- Added intltool to build dependencies.
-- Goedson Teixeira Paixao <goedson@debian.org> Sun, 31 May 2009 22:42:09 -0300
2008
gnotime (2.3.0-5) UNRELEASED; urgency=low
* debian/control: added VCS information.
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 28 Nov 2008 22:30:39 -0200
gnotime (2.3.0-4) unstable; urgency=low
* debian/patches/06_fix_no_project_timer.dpatch: Fixes the condition for
starting "No project timeout" timer (Closes: #507128).
* debian/control: Changed Maintainer from
pkg-qof-maintainers@lists.alioth.debian.org to goedson@debian.org
* debian/patches/01_gnotime_desktop.patch: Added missing description
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 28 Nov 2008 09:37:53 -0200
gnotime (2.3.0-3) unstable; urgency=low
* debian/patches/05_fix_description_column_display.dpatch: Fixes a bug that would make gnotime display the project title instead of it's description in the description column. * debian/rules: added rules to remove auto generated files which are not removed by upstream's clean target.
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 19 Mar 2008 17:28:14 -0300
gnotime (2.3.0-2) unstable; urgency=low
* debian/patches/04_fix_missing_function_prototype.dpatch: Fixes missing function prototype for menus_get_popup (Closes: #468096)
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 27 Feb 2008 09:21:34 -0300
gnotime (2.3.0-1) unstable; urgency=low
* New upstream release
- Replaced ctree by GtkTreeView in the projects tree (Closes: #223662)
- Added report functions that make use of blocktime (Closes: #460989)
- Rebuild the toolbar everytime the "show toolbar" setting is changed,
completely hiding the toolbar when the user don't want to see it
(Closes: #223639)
* debian/patches/02_fix_drag_and_drop.patch: removed. Bug has been fixed
in upstream.
* debian/control: removed -1 from libqof-dev build-depends version number.
* debian/dirs: removed unneded dir /usr/sbin
* debian/control:
- bumped policy to 3.7.3.
- added versioned dependencies on libglib2.0-dev and libgtk2.0-dev
according to minimum version required by upstream
- added missing build-dependency on libxss-dev
* debian/copyright: added proper copyright notice
* debian/gnotime.menu: Moved to Applications/Project Management section,
in accordance with current menu policy.
-- Goedson Teixeira Paixao <goedson@debian.org> Sat, 16 Feb 2008 18:21:29 -0200
2007
gnotime (2.2.3-2) unstable; urgency=low
* debian/patches/02_fix_drag_and_drop.dpatch: Fixes bug in ctree's
drag and drop behaviour that would make it move the wrong project.
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 05 Dec 2007 09:13:18 -0200
gnotime (2.2.3-1) unstable; urgency=low
* New upstream release
- Uses GtkFileChooserDialog for choosing the filename when
saving reports. This fixes the hidden question dialog problem
(Closes: #422023)
* debian/control:
- Bumped build-dependency on guile to 1.8
- Added dpatch and libdbus-glib-1-dev to Build depends.
* debian/gnotime.menu: Changed section to "Applications/Office".
* Added manpage for gnotime-remote
-- Goedson Teixeira Paixao <goedson@debian.org> Mon, 24 Sep 2007 22:07:22 -0300
gnotime (2.2.2-11) unstable; urgency=low
* Fix crash when saving data file on a full disk
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 07 Aug 2007 15:26:05 -0300
gnotime (2.2.2-10) unstable; urgency=low
* gnotime.desktop*: removed the X-GNOME-Bugzilla* fields, so we won't
have bugs sent to GNOME's bugzilla.
* src/query.c: Fixed a bug in the century day calculation that would
cause the daily report to show worked time in the wrong day for
projects which had worked time in 2006 and 2007.
-- Goedson Teixeira Paixao <goedson@debian.org> Mon, 29 Jan 2007 00:59:22 -0200
2006
gnotime (2.2.2-9) unstable; urgency=low
* debian/control: updated Neil Williams email address
* src/app.c: fixed the display of day total worked time on the status bar
* debian/watch: added.
* src/*.{c,h}: make sure the only qof-realted file included is qof.h.
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 27 Dec 2006 17:29:18 -0200
gnotime (2.2.2-8) unstable; urgency=low
* src/idle-dialog.c: Fix crash when displaying the idle dialog and the
active project has no description (Closes: #397690).
* debian/control: Added ${misc:Depends} to handle dependency on gconf2.
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 19 Dec 2006 11:17:12 -0200
gnotime (2.2.2-7) unstable; urgency=low
* Prepare gnotime to not FTBFS when qof 0.7.0 is uploaded:
- include only qof.h in all QOF using source files.
- don't restrict the version of libqof1 to 0.6.x.
* debian/control: Bumped Standards-Version to 3.7.2 (no changes needed).
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 28 Jul 2006 17:36:59 -0300
gnotime (2.2.2-6) unstable; urgency=low
* Update build-dependency from libgtkhtml3.6-dev to libgtkhtml3.8-dev (Closes: #359102).
-- Goedson Teixeira Paixao <goedson@debian.org> Mon, 27 Mar 2006 19:04:58 -0300
gnotime (2.2.2-5) unstable; urgency=low
* The "I should not upload so fast" release:
- removed spurious printfs from ghtml.c
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 24 Feb 2006 01:31:14 -0300
gnotime (2.2.2-4) unstable; urgency=low
* Made it possible to choose from 24-hour, 12-hour and locale based date
formating (Closes: #320629)
* Updated configure scripts so that it accept building with newer QOF
0.6.x versions.
* Link with libgnutls12 (Closes: #335762)
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 24 Feb 2006 00:22:46 -0300
2005
gnotime (2.2.2-3) unstable; urgency=low
* debian/control:
- removed the libgnutls-dev build-dependency because it makes
buildds fail to build the package. We'll wait gnomevfs2 be
rebuilt using the new gnutls, before we can make this transition.
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 30 Nov 2005 22:46:32 -0200
gnotime (2.2.2-2) unstable; urgency=low
* Fixed location of gconf schemas (Closes: #340528) - debian/control: Build-depends on debhelper >= 4.2.13 - debian/rules include cdbs's gnome.mk
-- Goedson Teixeira Paixao <goedson@debian.org> Sun, 27 Nov 2005 22:36:16 -0200
gnotime (2.2.2-1) unstable; urgency=low
* New upstream release.
* debian/rules:
- remove garbage left by gnotime's installer in /var
* debian/control:
- changed build-dependency from libgnutls11-dev to libgnutls-dev |
libgnutls11-dev. We can't go directly to depending only on
libgnutls-dev because we have an indirect build-dependency on
libgnutls11-dev through libgnomeui-dev.
- changed version for build-dependency on libqof-dev to 0.6.0-1.
- added missing build-depency on libgda2-dev
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 28 Oct 2005 11:49:22 -0200
gnotime (2.2.1+20050917-1) experimental; urgency=low
* New CVS snapshot.
* Updated pt_BR translation.
* debian/copyright:
- updated FSF address.
* Upload to experimental.
* debian/control:
- Maintainner is now Debian QOF Packaging team.
-- Goedson Teixeira Paixao <goedson@debian.org> Sun, 25 Sep 2005 00:15:17 -0300
gnotime (2.2.1-18) unstable; urgency=low
* Added libxml-parser-perl to Build-Depends (Closes: #324566).
-- Goedson Teixeira Paixao <goedson@debian.org> Mon, 22 Aug 2005 23:02:54 +0000
gnotime (2.2.1-17) unstable; urgency=low
* Migrated to gtkhtml-3.6 (Closes: #323502). * Bumped Standards-Version to 3.6.2. No changes needed. * Updated german translation (Closes: #314072).
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 17 Aug 2005 17:23:12 +0000
gnotime (2.2.1-16) unstable; urgency=low
* Do not raise the active dialog when it is already displayed (Closes: #291066) * Modified the tooltip for the Active Dialog Timeout setting in the preferences dialog.
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 29 Apr 2005 10:23:30 -0300
gnotime (2.2.1-15) unstable; urgency=low
* Implemented a timeout for the No Project dialog separate from
the idle timer (Closes: #291066).
-- Goedson Teixeira Paixao <goedson@debian.org> Sun, 3 Apr 2005 22:51:28 -0300
gnotime (2.2.1-14) unstable; urgency=low
* Fix idle detection (Closes: #289880).
-- Goedson Teixeira Paixao <goedson@debian.org> Sat, 26 Mar 2005 13:18:18 -0300
gnotime (2.2.1-13) unstable; urgency=high
* Fixed some window visibility problems (Closes: #294358). * This upload should also get rid of the libhowl0 dependency (Closes: #298851).
-- Goedson Teixeira Paixao <goedson@debian.org> Sat, 19 Mar 2005 17:59:10 -0300
gnotime (2.2.1-12) unstable; urgency=low
* debian/patches/10_fixes_reports_toolbar:
- fixes the journal.glade toolbar definition so that
it displays properly (Closes: #288368).
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 19 Jan 2005 23:19:49 -0200
2004
gnotime (2.2.1-11) unstable; urgency=low
* Rebuild against libgtkhtml3.2 (Closes: #275210).
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 6 Oct 2004 18:01:44 -0300
gnotime (2.2.1-10) unstable; urgency=low
* Rebuild against newest gtkhtml3.1.
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 21 Sep 2004 08:21:37 -0300
gnotime (2.2.1-9) unstable; urgency=low
* src/journal.c:
Fixed the "Edit Interval" menu item behaviour.
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 17 Aug 2004 22:37:19 -0300
gnotime (2.2.1-8) unstable; urgency=low
* Removed post* scripts so cdbs can handle debconf schema
installation. (Closes: #263824)
-- Goedson Teixeira Paixao <goedson@debian.org> Thu, 5 Aug 2004 19:35:56 -0300
gnotime (2.2.1-7) unstable; urgency=low
* debian/control:
- build-depend on libgcrypt11-dev and libgnutls11-dev. (Closes: #263691)
-- Goedson Teixeira Paixao <goedson@debian.org> Thu, 5 Aug 2004 17:42:10 -0300
gnotime (2.2.1-6) unstable; urgency=low
* Improved pt_BR translation.
-- Goedson Teixeira Paixao <goedson@debian.org> Thu, 22 Jul 2004 10:45:51 -0300
gnotime (2.2.1-5) unstable; urgency=low
* Rebuild against libgtkhtml3.1-11. * Updated pt_BR translation.
-- Goedson Teixeira Paixao <goedson@debian.org> Sun, 18 Jul 2004 21:11:13 -0300
gnotime (2.2.1-4) unstable; urgency=low
* debian/patches/09_fix_message_typo.dpatch:
- Fixed a typo in the messages. (closes: #257600)
Thanks Adam Kessel <ajkssel@debian.org> for the patch.
-- Goedson Teixeira Paixao <goedson@debian.org> Mon, 5 Jul 2004 08:47:54 -0300
gnotime (2.2.1-3) unstable; urgency=low
* Rebuild against libgtkhtml3.1-10 (Closes: #255528).
-- Goedson Teixeira Paixao <goedson@debian.org> Mon, 21 Jun 2004 14:17:25 -0300
gnotime (2.2.1-2) unstable; urgency=low
* Fixed toolbar style handling (closes: #223678)
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 1 Jun 2004 22:14:50 -0300
gnotime (2.2.1-1) unstable; urgency=low
* New upstream release
* Make interval_edit visible property false in
the glade definition. (closes: #250776)
-- Goedson Teixeira Paixao <goedson@debian.org> Fri, 28 May 2004 20:03:37 -0300
gnotime (2.2.0-1) unstable; urgency=low
* New upstream release * Added watch file
-- Goedson Teixeira Paixao <goedson@debian.org> Mon, 3 May 2004 15:29:00 -0300
gnotime (2.1.9-1) unstable; urgency=low
* New upstream release
- The project sorting function has been fixed
eliminating some crashes (Closes: #241226)
-- Goedson Teixeira Paixao <goedson@debian.org> Sat, 24 Apr 2004 17:34:16 -0300
gnotime (2.1.8-1) unstable; urgency=low
* New upstream release
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 7 Apr 2004 15:22:42 -0300
gnotime (2.1.7-6) unstable; urgency=low
* debian/patches/05_fix_return_key_handling:
- Fixes the return key handling so that the timer is not toggled when
a KEY_RELEASE is received without the corresponding KEY_PRESS.
* debian/gnotime.menu:
- Fixed unquoted strings in the menu entry.
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 16 Mar 2004 10:47:35 -0300
2003
gnotime (2.1.7-5) unstable; urgency=low
* debian/rules:
Now uses cdbs
* Change icon to a higher color resolution xpm.
* debian/control:
Added dependency to scrollkeeper (closes: #221603)
* debian/patches/04_fix_running_local_report.dpatch:
Backported local report handling from CVS HEAD. (closes: #211474).
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 3 Dec 2003 14:15:47 -0200
gnotime (2.1.7-4) unstable; urgency=low
* debian/control:
- removed build-dependency on liblinc-dev and added version for
libgnomeui-dev (Closes: #217988).
-- Goedson Teixeira Paixao <goedson@debian.org> Wed, 29 Oct 2003 22:27:10 +0000
gnotime (2.1.7-3) unstable; urgency=low
* debian/control:
- Added guile-1.6-dev and liblinc-dev to build dependencies.
(closes: #216352)
- Bumped Standards-Version to 3.6.1. No changes needed.
-- Goedson Teixeira Paixao <goedson@debian.org> Mon, 20 Oct 2003 18:43:32 +0000
gnotime (2.1.7-2) unstable; urgency=low
* Updated pt_BR translation
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 2 Sep 2003 03:27:31 +0000
gnotime (2.1.7-1) unstable; urgency=low
* Initial Release (closes: 173990).
-- Goedson Teixeira Paixao <goedson@debian.org> Tue, 5 Aug 2003 12:59:00 +0000