Imported version 0.4-2
[mstardict] / debian / changelog
1 mstardict (0.4-2) unstable; urgency=low
2
3   * Reimplemented parser.
4   * Rewritten translation window.
5   * Updated Slovak translation.
6
7  -- Roman Moravcik <roman.moravcik@gmail.com>  Mon,  8 Feb 2010 16:22:36 +0100
8
9 mstardict (0.4-1) unstable; urgency=low
10
11   * Fixed searching of synonyms.
12   * Added preliminary support of Stardict plugins.
13   * Added HTML, PowerWord, Wiki and XDXF parse plugins.
14
15  -- Roman Moravcik <roman.moravcik@gmail.com>  Thu,  4 Feb 2010 18:01:14 +0100
16
17 mstardict (0.3-2) unstable; urgency=low
18
19   * Splited code of dictionary management.
20   * Fixed full-text search.
21
22  -- Roman Moravcik <roman.moravcik@gmail.com>  Wed,  3 Feb 2010 17:49:37 +0100
23
24 mstardict (0.3-1) unstable; urgency=low
25
26   * Added dictionary management.
27
28  -- Roman Moravcik <roman.moravcik@gmail.com>  Tue,  2 Feb 2010 13:01:02 +0100
29
30 mstardict (0.2-5) unstable; urgency=low
31
32   * Reimplemented lookup with Fuzzy and Rule (not working yet)
33
34  -- Roman Moravcik <roman.moravcik@gmail.com>  Fri, 29 Jan 2010 18:22:29 +0100
35
36 mstardict (0.2-4) unstable; urgency=low
37
38   * sdcv search mechanism replaced by ported search from stardict.
39
40  -- Roman Moravcik <roman.moravcik@gmail.com>  Fri, 29 Jan 2010 16:53:10 +0100
41
42 mstardict (0.2-3) unstable; urgency=low
43
44   * Fixed installation of desktop file.
45
46  -- Roman Moravcik <roman.moravcik@gmail.com>  Thu, 28 Jan 2010 14:50:13 +0100
47
48 mstardict (0.2-2) unstable; urgency=low
49
50   * Improvments of UI.
51
52  -- Roman Moravcik <roman.moravcik@gmail.com>  Thu, 28 Jan 2010 14:21:52 +0100
53
54 mstardict (0.2-1) unstable; urgency=low
55
56   * Imported stardict-3.0.1 library.
57
58  -- Roman Moravcik <roman.moravcik@gmail.com>  Fri, 22 Jan 2010 14:08:36 +0100
59
60 mstardict (0.1-1) unstable; urgency=low
61
62   * First version base on sdcv-0.4.2.
63
64  -- Roman Moravcik <roman.moravcik@gmail.com>  Fri, 22 Jan 2010 14:08:36 +0100
65
66 sdcv (0.4.2-13) unstable; urgency=low
67
68   * Convert to 3.0 (quilt) source format.
69   * Simplify debian/rules.
70   * Fix typo in man page.
71
72  -- Michal Čihař <nijel@debian.org>  Sun, 03 Jan 2010 14:08:36 +0100
73
74 sdcv (0.4.2-12) unstable; urgency=low
75
76   * Build depend on libreadline-dev only, no libreadline5-dev 
77     (Closes: #553848).
78   * Bump standards to 3.8.3.
79
80  -- Michal Čihař <nijel@debian.org>  Mon, 02 Nov 2009 08:47:06 +0100
81
82 sdcv (0.4.2-11) unstable; urgency=low
83
84   * Simplify debian/rules by using overrides, --with-quilt and debian/clean.
85   * Regenerate autoconf files during build (Closes: #534814).
86
87  -- Michal Čihař <nijel@debian.org>  Mon, 29 Jun 2009 10:25:24 +0200
88
89 sdcv (0.4.2-10) unstable; urgency=low
90
91   * Build depend on autotools-dev to update config.{sub,guess}.
92   * Bump standards to 3.8.2 (no changes needed).
93   * Avoid duplicating section in debian/control.
94   * Point to GPL-2 in debian/copyright.
95   * Improve description a bit.
96
97  -- Michal Čihař <nijel@debian.org>  Wed, 24 Jun 2009 11:37:20 +0200
98
99 sdcv (0.4.2-9) unstable; urgency=low
100
101   * Switch Vcs-Browser to viewsvn.
102   * Fix FTBFS with GCC 4.4 (Closes: #505344).
103   * Document all Debian patches.
104   * Add ${misc:Depends} to deps.
105
106  -- Michal Čihař <nijel@debian.org>  Fri, 19 Dec 2008 14:09:09 +0100
107
108 sdcv (0.4.2-8) unstable; urgency=low
109
110   * Fix FTBFS if built twice (Closes: #503031).
111   * Unfuzzy string in Slovak translation (caused by another patch and the
112     translation is not really fuzzy).
113
114  -- Michal Čihař <nijel@debian.org>  Wed, 22 Oct 2008 08:02:56 +0200
115
116 sdcv (0.4.2-7) unstable; urgency=low
117
118   * Properly typecast to avoid problems with signed char.
119   * Fix format chars to avoid possible problems on 64-bit arches.
120   * Properly handle gzread return values.
121
122  -- Michal Čihař <nijel@debian.org>  Mon, 20 Oct 2008 11:22:28 +0200
123
124 sdcv (0.4.2-6) unstable; urgency=low
125
126   * Fix unalligned access to internal buffer while reading dictionary index
127     (Closes: #500921).
128
129  -- Michal Čihař <nijel@debian.org>  Mon, 06 Oct 2008 14:07:45 +0200
130
131 sdcv (0.4.2-5) unstable; urgency=low
132
133   * Make sdcv accept $HOME as home directory (Closes: #500921).
134
135  -- Michal Čihař <nijel@debian.org>  Fri, 03 Oct 2008 09:18:52 +0200
136
137 sdcv (0.4.2-4) unstable; urgency=low
138
139   * Create fake home directory to make testing possible (Closes: #500318).
140
141  -- Michal Čihař <nijel@debian.org>  Mon, 29 Sep 2008 08:46:18 +0200
142
143 sdcv (0.4.2-3) unstable; urgency=low
144
145   * New maintainer (Closes: #480557).
146   * Maintain package in collab-maint, add Vcs-* headers.
147   * Convert to debhelper 7.
148   * Use quilt to apply all patches.
149   * Acknowledge NMUs, thanks to all who helped (Closes: #470985, #474819,
150     #450040, #417687, #441754).
151   * Fix running of testsuite with dash as /bin/sh.
152   * Added Czech translation.
153   * Run explicitely update-gmo to regenerate translations.
154   * Fix typo in english translation.
155   * Fix errors in uk man page.
156   * All patches were reported upstream.
157   * Update to standards 3.8.0.
158   * Use machine-interpretable debian/copyright.
159
160  -- Michal Čihař <nijel@debian.org>  Wed, 24 Sep 2008 11:25:30 +0200
161
162 sdcv (0.4.2-2.2) unstable; urgency=medium
163
164   * Non-maintainer upload.
165   * FTBFS: libwrapper.cpp:55: error: 'strchr' was not declared in this
166     scope (Closes: #474819)
167   * debian/control:
168     - Bump Standards-Version to 3.7.3.
169     - Use Homepage: field for upstream URL.
170   * Update debian/watch file to use SourceForge-specific syntax (Closes:
171     450040)
172
173  -- Chris Lamb <chris@chris-lamb.co.uk>  Sat, 12 Apr 2008 01:10:51 +0100
174
175 sdcv (0.4.2-2.1) unstable; urgency=medium
176
177   * Non-maintainer upload.
178   * Fix FTBFS with GCC 4.3 (Closes: #417687).
179   * Update Slovak translation (Closes: #441754).
180
181  -- Luk Claes <luk@debian.org>  Fri, 14 Mar 2008 22:22:31 +0000
182
183 sdcv (0.4.2-2) unstable; urgency=low
184
185   * Apply patch for AMD64 build by Matej Vela <vela@debian.org> 
186     (Closes: #369702)
187   * Apply patch for pango markup support (Closes: #365324)
188
189  -- Cai Qian <caiqian@debian.org>  Sat, 10 June 2006 19:33:09 +0100
190
191 sdcv (0.4.2-1) unstable; urgency=low
192
193   * New upstream release
194   * Modify watch file
195   * Use new policy
196
197  -- Cai Qian <caiqian@debian.org>  Wed, 31 May 2006 00:57:09 +0100
198
199 sdcv (0.4-3) unstable; urgency=low
200
201   * Correct watch file format
202   * Add readline option in debian/rules
203
204  -- Cai Qian <caiqian@debian.org>  Sat, 22 Oct 2005 20:08:00 +0100
205
206 sdcv (0.4-2) unstable; urgency=low
207
208   * Build with libreadline support
209   * Add watch file
210
211  -- Cai Qian <caiqian@debian.org>  Thu, 20 Oct 2005 21:10:00 +0100
212
213 sdcv (0.4-1) unstable; urgency=low
214
215   * New upstream release
216   * SDCV did not provide libsdcv and libsdcv-dev any more 
217   * Corrected FSF address
218
219  -- Cai Qian <caiqian@debian.org>  Tue, 27 Sep 2005 13:03:00 +0100
220
221 sdcv (0.3.4-1) unstable; urgency=low
222
223   * New upstream release.
224   * Now SDCV is using autotools build system.
225   * Split SDCV into sdcv, libsdcv3 and libsdcv-dev.
226   * Add Chinese po file.
227   * Sponsored by Brian Nelson.
228
229  -- Cai Qian <caiqian@gnome.org>  Mon, 21 Jan 2005 09:49:03 +0800
230
231 sdcv (0.1-1) unstable; urgency=low
232
233   * Initial Release. (Closes: #250532)
234   * Sponsored by Brian Nelson <pyro@debian.org>
235
236  -- Cai Qian <caiqian@gnome.org>  Mon, 15 Nov 2004 23:12:29 +0800
237