1 jabref (2.5-1) UNRELEASED; urgency=low
3 * New upstream release (closes: #497897, LP: #301327). This version also
4 fixes the following Debian bugs:
5 - "field data lost when switching tabs without leaving field first"
7 - "jumps back to previously edited entry when clicking title field"
9 - "File type detection of downloaded files should use MIME type"
11 - "autocompletion for crossref fields"
13 - "text selection visual bug" (closes: #527323)
14 - "auto-completion in author field wrong" (closes: #442476)
15 * Add new build and runtime dependencies: libmysql-java,
16 libcommons-logging-java, libjpf-java, libjpfcodegen-java, velocity.
17 * Switch to debhelper 7; adjust debian/{compat,control,rules}.
18 * Rename a couple of files in debian/ to debian/jabref.foo for consistency.
19 * Adjust debian/jabref.links and debian/jabref.install to new jar file.
20 * Update /usr/bin/jabref to use the new libs.
22 * Update package/program description in debian/control and in jabref.1
23 according to the upstream README.
24 * Update debian/copyright.
26 - update 01_free_javac.patch, 02_libs.patch, 03_external_apps.patch,
28 - remove 04_HONOR_DISPLAY_PROPERTIES.patch, not needed any more
29 - remove 06_forms_groups.patch, applied upstream
30 - add new 06_BibtexEntry.patch
31 * Set Standards-Version to 3.8.3.
32 * Thanks a lot to Philip Rinn for his great help in preparing this release,
33 especially with the patches, dependencies, and the wrapper script!
35 -- gregor herrmann <gregoa@debian.org> Tue, 11 Aug 2009 18:22:58 +0200
37 jabref (2.3.1-6) unstable; urgency=low
39 * debian/watch: back to the redirector at qa.debian.org.
40 * Use java-wrappers instead of the hand-crafted wrapper script; thanks to
41 Vincent Fourmond for the patch (closes: #506219).
42 * Update README.Debian: mention supported Java virtual machines and
43 JAVA_HOME (cf. LP: #258198).
44 * debian/rules: set JAVA_HOME=/usr/lib/jvm/default-java.
46 -- gregor herrmann <gregoa@debian.org> Fri, 21 Nov 2008 21:46:28 +0100
48 jabref (2.3.1-5) unstable; urgency=low
50 * Change runtime dependency from "sun-java6-jre | sun-java5-jre" to
51 "openjdk-6-jre | sun-java6-jre | sun-java5-jre" (closes: #383006).
52 [Jabref stays in contrib because it (build) depends on libspin-java and
53 libpdfbox-java which are in contrib because they build depend on packages
55 * debian/copyright: wrap long line.
57 -- gregor herrmann <gregoa@debian.org> Wed, 16 Jul 2008 22:24:25 +0200
59 jabref (2.3.1-4) unstable; urgency=low
61 * Replace /usr/lib/jvm/java-7-icedtea with /usr/lib/jvm/java-6-openjdk in
62 wrapper script. Doesn't work on Debian yet but helps Ubuntu users (cf.
63 LP: #225450 and LP: #203636).
64 * debian/watch: use sourceforge URL directly instead of the redirector
66 * Switch patch system from dpatch to quilt.
67 * debian/rules: remove configure{,-stamp} targets.
68 * Set Standards-Version to 3.8.0; add debian/README.source to document the
70 * Add patch 06_forms_groups.patch to fix an exception in the groups
71 interface; thanks to Monkey D. Luffy for the bug report and to Philipp
72 Spitzer for helping me to produce a patch (closes: #487481).
74 -- gregor herrmann <gregoa@debian.org> Wed, 02 Jul 2008 20:07:03 +0200
76 jabref (2.3.1-3) unstable; urgency=low
78 * Build against Debian libraries instead of pre-packaged ones
80 - adapt and reactivate patch 02_libs.dpatch: use libraries in
81 /usr/share/java for building and don't include them in jabref.jar
82 - add needed jars to Classpath in the wrapper script
83 - add patch 05_antlr.dpatch: antlr3 in Debian is newer than the
85 - add necessary packages to Build-Depends-Indep and Depends
86 These changes are either taken directly from Gerardo Curiel's patch or
87 based on them -- thanks a lot!
88 * debian/watch: add uversionmangle to cope with upstream b(eta) releases.
89 * Move wrapper script in source package to debian/jabref-wrapper and
90 install it from debian/rules.
91 * Remove debian docs and install upstream README directly from
94 - change my email address
95 - replace java-gcj-compat-dev with default-jdk-builddep in
98 -- gregor herrmann <gregoa@debian.org> Tue, 22 Apr 2008 21:33:33 +0200
100 jabref (2.3.1-2) unstable; urgency=low
102 * Change pdfviewer to pdf-viewer in Suggests:.
103 * Set Standards-Version to 3.7.3 (no changes required).
104 * debian/rules: explicitly set JAVA_HOME.
105 * Only set JAVA to $JAVA_HOME/jre/bin/java if JAVA_HOME is not empty;
106 thanks to Michael Piefel for the hint.
107 * Set debhelper compatibility level to 6.
109 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 11 Feb 2008 17:00:15 +0100
111 jabref (2.3.1-1) unstable; urgency=low
113 * New upstream release.
114 * Adapt referenced filename in debian/links and debian/install.
116 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 30 Nov 2007 14:28:00 +0100
118 jabref (2.3-2) unstable; urgency=low
120 * Add /usr/lib/jvm/java-7-icedtea to wrapper script. Doesn't work on
121 Debian yet but helps Ubuntu users (TODO: add dependency on
122 icedtea-java7-jre (not yet in Debian)).
123 * Reformat wrapper script.
124 * debian/rules: re-arrange targets and their dependencies.
126 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Nov 2007 18:38:18 +0100
128 jabref (2.3-1) unstable; urgency=low
130 * New upstream release, closes a bunch of bugs reported in the Debian BTS:
131 - "bibtexkey auto-generation cannot deal with quotes" (closes: #448917).
132 - "File download via CGI adds QUERY_STRING to suggested filename"
134 - "File download aborted on click of OK" (closes: #448060).
135 - "Improve directory/filename handling on downloading" (closes: #442475).
136 - "ctrl-g should cause record to be saved" (closes: #443078).
137 - "version 2.3 released" (closes: #450789).
138 * Change XS-Vcs-* fields to Vcs-*.
139 * Adapt referenced filename in debian/links and debian/install.
140 * Sync debian/copyright with output of Help/About and reference
141 /usr/share/common-licenses/GPL-2.
142 * Install changelog_highlights.txt as upstream changelog.
144 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 11 Nov 2007 01:58:27 +0100
146 jabref (2.3~beta3-1) unstable; urgency=low
148 * New upstream release.
149 * Remove debian/manpages.
150 * Clean up debian/rules.
151 * Move upstream URL from the description to the new Homepage field.
152 * Use ant clean instead of manually removing the build directory in
153 debian/rules. Move ant from Build-Depends-Indep to Build-Depends.
154 * Update patch 03_external_apps.
155 * Remove patch 04_logger, not needed anymore.
156 * Create new patch 04_HONOR_DISPLAY_PROPERTIES.dpatch.
157 * Adapt referenced filename in debian/links and debian/install.
159 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 09 Oct 2007 19:12:09 +0200
161 jabref (2.3~beta2-1) unstable; urgency=low
163 * New upstream release.
164 * Add liblog4j1.2-java to build dependencies (and a new patch 04_logger to
166 * Fix Categories entry in desktop file and remove Encoding.
167 * Sync debian/copyright with output of Help/About.
169 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 29 Aug 2007 23:38:22 +0200
171 jabref (2.3~beta1-2) unstable; urgency=low
173 * Change section in menu file to "Applications/Data Management" due to
174 the new Menu Policy starting with the upload of menu 2.1.35.
176 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 04 Jul 2007 19:10:47 +0200
178 jabref (2.3~beta1-1) unstable; urgency=low
180 * New upstream release.
181 * Adapt patch 03_external_apps.
182 * Add suggests to ps- and pdfviewers.
183 * Adapt manpage to output of jabref --help.
184 * Sync debian/copyright with output of Help/About.
186 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 30 Jun 2007 16:45:44 +0200
188 jabref (2.2-01-6) unstable; urgency=low
190 * Add patch 03_external_apps to change the default settings for some
191 external applications; thanks to Cédric Augonnet (closes: #421227).
192 * Convert debian/changelog to UTF-8 (again).
194 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 27 Apr 2007 15:07:18 +0200
196 jabref (2.2-01-5) unstable; urgency=low
198 * Exec the Java interpreter in /usr/bin/jabref; thanks to Tobias Richter
200 * Adapt README.Debian to the new wrapper script.
202 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 16 Mar 2007 02:45:21 +0100
204 jabref (2.2-01-4) unstable; urgency=low
206 * Change wrapper script /usr/bin/jabref to explicitly use the Sun Java
207 5 or 6 virtual machine (closes: #383019).
209 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 12 Mar 2007 20:01:27 +0100
211 jabref (2.2-01-3) unstable; urgency=low
213 * Add call to dh_desktop to debian/rules.
215 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 25 Feb 2007 15:56:32 +0100
217 jabref (2.2-01-2) unstable; urgency=low
221 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 5 Feb 2007 16:39:03 +0100
223 jabref (2.2-01-1) unstable; urgency=low
225 * New upstream release.
226 * Change wrapper script, as "-v" acts as expcted; cf. #378189 for details
227 (also closes: #408081).
228 * Remove debian/source.lintian-overrides from source package, there are no longer
229 cvs remnants in the upstream tarball.
230 * Add .desktop file for easier integration into desktop environments.
231 * Add symlink /usr/share/java/JabRef-2.2.jar -> /usr/share/java/jabref.jar.
232 * Update debian/copright to reflect the changes as shown in the About Box.
233 * Add sun-java6-jre to Depends:, thanks to Gerhard Riener for the hint.
234 * Remove obsolete j2re1.5 | sun-j2sdk1.5 from Depends:.
236 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 3 Feb 2007 15:48:11 +0100
238 jabref (2.2~b2-1) unstable; urgency=low
240 * New upstream release:
241 - undistributable fonts no longer included (closes: #393676);
242 - remove j2re1.4 from Depends, JabRef now needs Java 1.5;
243 - includes the patch to make Enter work in dialogs, therefore remove
245 - update patch 01_free_javac;
246 - update debian/copyright (new contributors);
247 - update debian/rules (icon file name changed).
248 * Fix typo in long description.
249 * Shorten call to ant and remove "-k" from dh_clean in debian/rules.
251 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 26 Nov 2006 22:28:46 +0100
253 jabref (2.1-4) unstable; urgency=low
255 * Apply patch from Matthias Klose to enable building with a free java compiler -
256 thanks! (Cf. #383006)
257 * Change build dependencies accordingly.
258 * Apply patch from Morten Omholt Alver (upstream author) to enable 'enter' in
259 dialogs - thanks! (Closes: #387235)
261 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 25 Sep 2006 00:32:40 +0200
263 jabref (2.1-3) unstable; urgency=low
265 * Change menu section to "Apps/Databases" and remove lintian override.
266 "Apps/Data Management" was premature, thanks to Frank Küster and
267 Bill Allombert for pointing this out (cf. #386320).
269 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 11 Sep 2006 21:12:37 +0200
271 jabref (2.1-2) unstable; urgency=low
273 * Change menu section to "Apps/Data Management", thanks to Frank Küster
275 * Add lintian override for this new section.
276 * Convert changelog to UTF-8.
278 -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 7 Sep 2006 16:42:27 +0200
280 jabref (2.1-1) unstable; urgency=low
282 * New upstream release (closes: #382310, #379704).
283 * Change back wrapper script, as the behaviour of "-v" changed in the
284 new release (cf. #378189 for details).
285 * Menu icons now created from PNGs in upstream tarball, therefore add build
286 dependency on imagemagick.
287 * Clean up README.Debian.
288 * Update debian/copright to reflect the changes as shown in the About Box.
290 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 11 Aug 2006 12:09:45 +0200
292 jabref (2.0.1+2.1b2-6) unstable; urgency=low
294 * Update menu icons, the new ones are kindly provided by Morten Omholt Alver
295 (upstream author) - thanks!
297 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 1 Aug 2006 22:31:16 +0200
299 jabref (2.0.1+2.1b2-5) unstable; urgency=low
301 * Now really change debian/copyright.
303 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 31 Jul 2006 21:40:47 +0200
305 jabref (2.0.1+2.1b2-4) unstable; urgency=low
307 * Add icon to menu entry, thanks to LI Daobing for the idea
309 * Remove references to the libraries Commons Logging and Commons HTTP Client
310 from debian/copyright, as they are not included in the upstream tarball
313 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 31 Jul 2006 16:37:47 +0200
315 jabref (2.0.1+2.1b2-3) unstable; urgency=low
317 * Convert debian/copyright to UTF-8.
318 * Mention startup options in manpage, thanks to LI Daobing (closes: #378190).
319 * Change wrapper script to always pass "-n" if called with "-v" in order
320 to make jabref only print the version number and quit afterwards with
321 "-v". Thanks to LI Daobing (closes: #378189).
323 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 14 Jul 2006 13:23:58 +0200
325 jabref (2.0.1+2.1b2-2) unstable; urgency=low
327 * Pass command line parameters to /usr/bin/jabref and add hint about Sun
328 Java and update-alternatives to README.Debian (closes: #377316).
330 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 8 Jul 2006 12:51:40 +0200
332 jabref (2.0.1+2.1b2-1) unstable; urgency=low
334 * New upstream release.
336 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 4 Jul 2006 16:42:35 +0200
338 jabref (2.0.1+2.1b-3) unstable; urgency=low
340 * Changed order of Build-Depend-Indep.
341 * Cleaned up debian/rules.
342 * Moved dh_ calls in debian/rules to binary-indep target.
343 * Add lintian override (upstream tarball has .cvsignore stuff).
344 * Added Tony Mancill to Uploaders (thanks for sponsoring!).
345 * Clarified debian/copyright and fixed typo (thanks to Tony Mancill).
346 * Updated debhelper compatibility level to 5.
347 * Cleaned up debian/watch.
349 * Intial upload to the Debian archive (closes: #205392).
351 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 14 Jun 2006 17:51:38 +0200
353 jabref (2.0.1+2.1b-2) unstable; urgency=low
355 * Change dependencies to include several versions of the Sun JRE/JDK.
357 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 30 May 2006 17:12:05 +0200
359 jabref (2.0.1+2.1b-1) unstable; urgency=low
361 * New upstream release.
363 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 20 May 2006 17:06:49 +0200
365 jabref (2.0.1-3) unstable; urgency=low
367 * Update to Standards-Version: 3.7.2 (no changes required).
368 * Change dependencies to new sun-java5-jre/jdk.
370 -- gregor herrmann <gregor+debian@comodo.priv.at> Wed, 17 May 2006 17:48:52 +0200
372 jabref (2.0.1-2) unstable; urgency=low
374 * Update to Standards-Version: 3.7.0 (no changes required).
375 * Moved debhelper from Build-Depends-Indep to Build-Depends
378 -- gregor herrmann <gregor+debian@comodo.priv.at> Mon, 1 May 2006 14:44:02 +0200
380 jabref (2.0.1-1) unstable; urgency=low
382 * New upstream release
383 * Set debhelper compatibility level to 5.
385 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 3 Feb 2006 21:18:29 +0100
387 jabref (1.8.1-2) unstable; urgency=low
389 * Added homepage to debian/control.
391 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 25 Dec 2005 14:30:28 +0100
393 jabref (1.8.1-1) unstable; urgency=low
395 * New upstream release
397 -- gregor herrmann <gregor+debian@comodo.priv.at> Fri, 7 Oct 2005 22:30:10 +0200
399 jabref (1.8-4) unstable; urgency=low
401 * Fixed error in /usr/bin/jabref.
403 -- gregor herrmann <gregor+debian@comodo.priv.at> Tue, 13 Sep 2005 18:44:57 +0200
405 jabref (1.8-3) unstable; urgency=low
407 * Trimmed Depends: to j2re1.4.
408 * Added j2sdk1 to Build-Depends-Indep.
410 -- gregor herrmann <gregor+debian@comodo.priv.at> Sun, 11 Sep 2005 01:24:05 +0200
412 jabref (1.8-2) unstable; urgency=low
414 * Moved jabref.jar from /usr/share/java/jabref to ../
416 -- gregor herrmann <gregor+debian@comodo.priv.at> Sat, 3 Sep 2005 02:45:23 +0200
418 jabref (1.8-1) unstable; urgency=low
420 * Initial release Closes: #205392
422 -- gregor herrmann <gregor+debian@comodo.priv.at> Thu, 1 Sep 2005 23:18:00 +0200