~ubuntu-branches/debian/lenny/gworldclock/lenny

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Drew Parsons
  • Date: 2005-03-28 13:50:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050328135018-jk2szisqaovghn3s
Tags: 1.4.4-1
* New upstream version.
  - modernised design of AddZone dialog. Closes: #193952.
  - removed use of deprecated GTK functions and objects.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
gworldclock (1.4.4-1) unstable; urgency=medium
 
2
 
 
3
  * New upstream version.
 
4
    - modernised design of AddZone dialog. Closes: #193952.
 
5
    - removed use of deprecated GTK functions and objects.
 
6
 
 
7
 -- Drew Parsons <dparsons@debian.org>  Mon, 28 Mar 2005 13:50:18 +1000
 
8
 
 
9
gworldclock (1.4.3-1) unstable; urgency=medium
 
10
 
 
11
  * New upstream version:
 
12
    - Only beat on the second when required according to the date format,
 
13
      otherwise beat once a minute. Closes: #271080, #299862.
 
14
 
 
15
 -- Drew Parsons <dparsons@debian.org>  Sat, 19 Mar 2005 02:15:01 +1100
 
16
 
 
17
gworldclock (1.4.2-1) unstable; urgency=medium
 
18
 
 
19
  * New upstream version. Adds #includes to options.c and timer.c missed in
 
20
    1.4.1 (see bug #288348).
 
21
 
 
22
 -- Drew Parsons <dparsons@debian.org>  Thu, 24 Feb 2005 23:55:57 +1100
 
23
 
 
24
gworldclock (1.4.1-1) unstable; urgency=medium
 
25
 
 
26
  * New upstream version:
 
27
    - #include <stdlib.h> in rendezvous.c to use getenv() correctly.
 
28
      Closes: #288348.
 
29
    - Let Done button trigger Rendezvous toggle, to keep Rendezvous state
 
30
      properly consistent. Closes: #293258.
 
31
 
 
32
 -- Drew Parsons <dparsons@debian.org>  Thu, 24 Feb 2005 21:45:50 +1100
 
33
 
 
34
gworldclock (1.4.0-1) unstable; urgency=low
 
35
 
 
36
  * New upstream release: the first in the 1.4 series, modernising the GTK
 
37
    API used (no more deprecated functions).
 
38
  * Allows the user to define an alternate label for the "Done" button in
 
39
    Rendezvous.  This is done through ~/.gworldclock, adding a <rendezvous>
 
40
    node inside <gworldclock>, e.g.
 
41
         <rendezvous>
 
42
           <doneLabel>Return to normal clock operation</doneLabel>
 
43
         </rendezvous>
 
44
    Also, the zone being rendezvoused against can be selected with a single
 
45
    left click on another zone. Note the toggle mark in the main menu for
 
46
    turning Rendezvous on and off.  Closes: #213368.
 
47
 
 
48
 -- Drew Parsons <dparsons@debian.org>  Mon,  3 Jan 2005 14:27:54 +1100
 
49
 
 
50
gworldclock (1.3-5) unstable; urgency=medium
 
51
 
 
52
  * In tzwatch, awk /^+/ is a GNU-only (gawk) means of checking for a
 
53
    leading '+'.  The posix-compliant method requires the '+' to be escaped:
 
54
    awk /^\\+/  (for some reason the escape needs to be escaped too).
 
55
    Syd Bauman's perl version: 
 
56
        DATEFORMAT=$( echo $DATEFORMAT | perl -pe"s/^['\"]//; s/['\"]$//; s/^\+?/+/;" )
 
57
    or
 
58
        DATEFORMAT=$( echo $DATEFORMAT | perl -pe"s/^['\"]?\+?(.*?)['\"]?$/+\1/;" )
 
59
    might arguably be a little simpler, but I prefer not to use perl so as
 
60
    not to force people with smaller systems to have to install it.
 
61
    Closes: #286730.
 
62
 
 
63
 -- Drew Parsons <dparsons@debian.org>  Wed, 22 Dec 2004 15:29:17 +1100
 
64
 
 
65
gworldclock (1.3-4) unstable; urgency=low
 
66
 
 
67
  * Fixed the fix. The date format is not used if it is not there. Chris's
 
68
    solution would have been simpler, but I didn't want to make my own
 
69
    assumptions about the "default" format.  Closes: #283813. (actually,
 
70
    it's already closed).
 
71
  * Use $(...) rather than `...` for checking the date format - seems more
 
72
    robust for handling quotes-within-quotes (mostly anyway: "'+%I %a'"
 
73
    remains invalid while "+'%I %a'" is OK.  Anyway, if it's valid for date,
 
74
    it should now be valid for tzwatch).
 
75
 
 
76
 -- Drew Parsons <dparsons@debian.org>  Mon,  6 Dec 2004 21:43:17 +1100
 
77
 
 
78
gworldclock (1.3-3) unstable; urgency=low
 
79
 
 
80
  * Placed double quotes around $DATEFORMAT when creating time string in
 
81
    tzwatch, allows spaces to be used in the format string. Closes: #283813.
 
82
  * While we're at it, ensure DATEFORMAT has a leading '+'.  Hence the
 
83
    format string for "tzwatch -f" should be robust, working with or without
 
84
    the '+', with or without surrounding quote marks. (Of course, quote
 
85
    marks are necessary if you want to include a space character!)
 
86
 
 
87
 -- Drew Parsons <dparsons@debian.org>  Fri,  3 Dec 2004 18:28:59 +1100
 
88
 
 
89
gworldclock (1.3-2) unstable; urgency=low
 
90
 
 
91
  * Build-depends: libxml2-dev. Closes: #224865.
 
92
 
 
93
 -- Drew Parsons <dparsons@debian.org>  Tue, 23 Dec 2003 15:31:20 +1100
 
94
 
 
95
gworldclock (1.3-1) unstable; urgency=low
 
96
 
 
97
  * New upstream version.
 
98
    - Allows the format of the time & date display to be set and saved
 
99
      in an XML preference file (~/.gworldclock).  Closes: #189126.
 
100
 
 
101
 -- Drew Parsons <dparsons@debian.org>  Fri,  5 Dec 2003 10:31:20 +1100
 
102
 
 
103
gworldclock (1.2-2) unstable; urgency=low
 
104
 
 
105
  * Comment out xml references in options.c (Work In Progress...).
 
106
 
 
107
 -- Drew Parsons <dparsons@debian.org>  Mon, 29 Sep 2003 09:00:33 +1000
 
108
 
 
109
gworldclock (1.2-1) unstable; urgency=low
 
110
 
 
111
  * New upstream version.
 
112
    - Includes Junichi Uekawa's I18N patch.  Closes: #202928.
 
113
    - Relabels the "synchronisation" function as "rendezvous".
 
114
      Thanks Jeff Waugh for the inspiration!
 
115
  * Standards version 3.6.1.
 
116
 
 
117
 -- Drew Parsons <dparsons@debian.org>  Mon, 29 Sep 2003 00:36:23 +1000
 
118
 
 
119
gworldclock (1.1-1) unstable; urgency=low
 
120
 
 
121
  * New upstream version.
 
122
  * Reorganises code, making maintenance and development easier.
 
123
  * Added ${misc:Depends} to debian/control.
 
124
  * Standards version 3.5.9.
 
125
 
 
126
 -- Drew Parsons <dparsons@debian.org>  Sat,  5 Apr 2003 23:46:35 +1000
 
127
 
 
128
gworldclock (1.0.3-1) unstable; urgency=low
 
129
 
 
130
  * New upstream version.
 
131
  * Fixes hanging dragged zone on right mouse click.
 
132
 
 
133
 -- Drew Parsons <dparsons@debian.org>  Sat, 28 Sep 2002 16:21:26 +1000
 
134
 
 
135
gworldclock (1.0.2-1) unstable; urgency=low
 
136
 
 
137
  * Fixes a bad memory leak.
 
138
 
 
139
 -- Drew Parsons <dparsons@debian.org>  Wed, 25 Sep 2002 23:30:59 +1000
 
140
 
 
141
gworldclock (1.0.1-1) unstable; urgency=low
 
142
 
 
143
  * New upstream version, fixes reference to version and release data in
 
144
    "About" message.
 
145
 
 
146
 -- Drew Parsons <dparsons@debian.org>  Sat, 21 Sep 2002 18:02:15 +1000
 
147
 
 
148
gworldclock (1.0-1) unstable; urgency=low
 
149
 
 
150
  * New upstream version: port to GTK+ 2.0.
 
151
  * GTK+ 2.0 rules!  Full international support via Pango!
 
152
    (Zone descriptions can now be written in any language).
 
153
  * Standards version 3.5.7.
 
154
 
 
155
 -- Drew Parsons <dparsons@debian.org>  Sat, 21 Sep 2002 10:10:59 +1000
 
156
 
1
157
gworldclock (0.3.3-1) unstable; urgency=low
2
158
 
3
159
  * New upstream version.