This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository jabref.
commit e079a385a3a6b1ce6481e59099cff93f446c8fb6 Merge: 3895482 e6b79f8 Author: gregor herrmann <[email protected]> Date: Tue Dec 1 16:58:05 2009 +0000 New upstream beta release: fixes "allow to disable (re)storing of current tab for entries" (closes: #447767). .classpath | 2 +- JabRef.ipr | 188 ------ JabRef.iws | 655 --------------------- build.number | 4 +- build.xml | 8 +- debian/changelog | 7 +- src/{Jabref.iml => Jabref_trunk.iml} | 191 +----- src/help/About.html | 1 + src/help/BaseFrameHelp.html | 21 +- src/help/CustomExports.html | 5 + src/help/EntryEditorHelp.html | 10 +- src/help/RevisionHistory.html | 104 +++- src/help/da/About.html | 1 + src/help/de/About.html | 1 + src/help/fr/About.html | 1 + src/help/fr/BaseFrameHelp.html | 27 +- src/help/fr/CustomExports.html | 9 + src/help/fr/EntryEditorHelp.html | 7 +- src/help/fr/RevisionHistory.html | 64 +- src/images/absIcon.png | Bin 0 -> 180 bytes src/images/add.png | Bin 0 -> 455 bytes src/images/autumn.png | Bin 0 -> 307468 bytes src/images/completeItem.png | Bin 0 -> 458 bytes src/images/contents.png | Bin 0 -> 1073 bytes src/images/database_connect.png | Bin 0 -> 763 bytes src/images/database_save.png | Bin 0 -> 755 bytes src/images/document-save-as.png | Bin 0 -> 1337 bytes src/images/document-save.png | Bin 0 -> 1255 bytes src/images/doismall.png | Bin 0 -> 738 bytes src/images/duplicate.png | Bin 0 -> 359 bytes src/images/edit-copy.png | Bin 0 -> 979 bytes src/images/edit-cut.png | Bin 0 -> 985 bytes src/images/edit-delete.png | Bin 0 -> 1339 bytes src/images/edit-find.png | Bin 0 -> 1347 bytes src/images/edit-paste.png | Bin 0 -> 956 bytes src/images/edit-redo.png | Bin 0 -> 909 bytes src/images/edit-undo.png | Bin 0 -> 957 bytes src/images/editor.png | Bin 0 -> 1196 bytes src/images/emacs.png | Bin 0 -> 267 bytes src/images/emblem-web-small.png | Bin 0 -> 960 bytes src/images/emblem-web.png | Bin 0 -> 1419 bytes src/images/fileclose.png | Bin 0 -> 238 bytes src/images/fileclose2.png | Bin 0 -> 250 bytes src/images/filenew.png | Bin 0 -> 968 bytes src/images/fileopen.png | Bin 0 -> 1123 bytes src/images/genIcon.png | Bin 0 -> 180 bytes src/images/go-down.png | Bin 0 -> 1216 bytes src/images/go-next.png | Bin 0 -> 1203 bytes src/images/go-previous.png | Bin 0 -> 1157 bytes src/images/go-up.png | Bin 0 -> 1092 bytes src/images/groupIncluding.png | Bin 0 -> 105 bytes src/images/groupRefining.png | Bin 0 -> 160 bytes src/images/grouping_morten.png | Bin 0 -> 875 bytes src/images/groupsHighlightAll.png | Bin 0 -> 280 bytes src/images/groupsHighlightAny.png | Bin 0 -> 276 bytes src/images/help-about.png | Bin 0 -> 986 bytes src/images/help-browser.png | Bin 0 -> 1541 bytes src/images/integrity.png | Bin 0 -> 748 bytes src/images/lyx2.png | Bin 0 -> 927 bytes src/images/mark.png | Bin 0 -> 928 bytes src/images/messageFail.png | Bin 0 -> 937 bytes src/images/messageInfo.png | Bin 0 -> 978 bytes src/images/messageWarn.png | Bin 0 -> 1014 bytes src/images/optIcon.png | Bin 0 -> 200 bytes src/images/pdf-new.png | Bin 0 -> 936 bytes src/images/pdf.png | Bin 0 -> 349 bytes src/images/postscript.png | Bin 0 -> 233 bytes src/images/preamble.png | Bin 0 -> 266 bytes src/images/preferences.png | Bin 0 -> 1381 bytes src/images/remove.png | Bin 0 -> 288 bytes src/images/reqIcon.png | Bin 0 -> 182 bytes src/images/search.png | Bin 0 -> 1433 bytes src/images/splash-2.1.svg | 229 +++++++ src/images/splash-2.1beta.png | Bin 0 -> 179073 bytes src/images/{splash-2.5.svg => splash-2.3.svg} | 36 +- src/images/{splash-2.5.svg => splash-2.4.svg} | 6 +- src/images/splash-2.5.svg | 6 +- src/images/{splash-2.5.svg => splash-2.6beta.svg} | 45 +- src/images/splash.png | Bin 171490 -> 175305 bytes src/images/splashBackground.png | Bin 0 -> 157549 bytes src/images/strings.png | Bin 0 -> 233 bytes src/images/unmark.png | Bin 0 -> 1025 bytes src/images/user-home.png | Bin 0 -> 1290 bytes src/images/view-refresh.png | Bin 0 -> 1591 bytes src/images/viewsource.gif | Bin 0 -> 119 bytes src/images/winedt.png | Bin 0 -> 1495 bytes src/images/wizard.png | Bin 0 -> 238 bytes src/images/wrongItem.png | Bin 0 -> 776 bytes src/images/wwwciteseer.png | Bin 0 -> 526 bytes src/java/net/sf/jabref/BasePanel.java | 45 ++ src/java/net/sf/jabref/ContentSelectorDialog2.java | 2 + src/java/net/sf/jabref/DuplicateCheck.java | 10 +- src/java/net/sf/jabref/EntryEditor.java | 102 +++- src/java/net/sf/jabref/EntryEditorTab.java | 29 +- src/java/net/sf/jabref/GeneralTab.java | 7 +- src/java/net/sf/jabref/Globals.java | 2 +- src/java/net/sf/jabref/JabRef.java | 18 +- src/java/net/sf/jabref/JabRefPreferences.java | 8 +- src/java/net/sf/jabref/PreviewPanel.java | 2 +- src/java/net/sf/jabref/RegExpRule.java | 5 +- src/java/net/sf/jabref/SearchManager2.java | 4 +- src/java/net/sf/jabref/SimpleSearchRule.java | 5 +- src/java/net/sf/jabref/Util.java | 189 +++++- src/java/net/sf/jabref/collab/Change.java | 6 +- .../net/sf/jabref/collab/ChangeDisplayDialog.java | 17 +- src/java/net/sf/jabref/collab/ChangeScanner.java | 90 ++- src/java/net/sf/jabref/collab/EntryAddChange.java | 3 +- src/java/net/sf/jabref/collab/EntryChange.java | 20 +- .../net/sf/jabref/collab/EntryDeleteChange.java | 3 +- .../net/sf/jabref/collab/FileUpdateMonitor.java | 17 +- src/java/net/sf/jabref/collab/GroupChange.java | 16 +- src/java/net/sf/jabref/collab/MetaDataChange.java | 108 ++++ src/java/net/sf/jabref/collab/PreambleChange.java | 4 +- src/java/net/sf/jabref/collab/StringAddChange.java | 14 +- src/java/net/sf/jabref/collab/StringChange.java | 20 +- .../net/sf/jabref/collab/StringNameChange.java | 19 +- .../net/sf/jabref/collab/StringRemoveChange.java | 11 +- src/java/net/sf/jabref/export/FileActions.java | 13 +- .../jabref/export/OpenDocumentRepresentation.java | 12 +- .../net/sf/jabref/export/SaveDatabaseAction.java | 56 +- src/java/net/sf/jabref/export/SaveException.java | 4 + src/java/net/sf/jabref/export/SaveSession.java | 68 ++- src/java/net/sf/jabref/export/layout/Layout.java | 9 +- .../net/sf/jabref/export/layout/LayoutEntry.java | 16 +- .../sf/jabref/export/layout/format/Default.java | 20 + .../jabref/export/layout/format/FormatChars.java | 238 ++++---- .../sf/jabref/export/layout/format/HTMLChars.java | 5 +- .../sf/jabref/export/layout/format/LastPage.java | 5 +- .../sf/jabref/export/layout/format/RTFChars.java | 8 +- .../sf/jabref/export/layout/format/ResolvePDF.java | 2 +- .../external/TransferableFileLinkSelection.java | 111 ++++ src/java/net/sf/jabref/groups/AutoGroupDialog.java | 89 ++- .../jabref/groups/EntryTableTransferHandler.java | 28 +- .../sf/jabref/groups/GroupTreeCellRenderer.java | 13 +- src/java/net/sf/jabref/groups/KeywordGroup.java | 32 +- .../net/sf/jabref/gui/AutoCompleteListener.java | 72 ++- src/java/net/sf/jabref/gui/AutoCompleter.java | 4 + src/java/net/sf/jabref/gui/FileListEditor.java | 10 +- .../net/sf/jabref/gui/FileListEntryEditor.java | 28 +- .../net/sf/jabref/gui/ImportInspectionDialog.java | 3 +- .../sf/jabref/gui/MainTableSelectionListener.java | 39 +- src/java/net/sf/jabref/gui/VerticalLabelUI.java | 191 ++++++ src/java/net/sf/jabref/imports/CsaImporter.java | 48 +- .../net/sf/jabref/imports/EndnoteImporter.java | 9 +- src/java/net/sf/jabref/imports/IsiImporter.java | 4 +- .../net/sf/jabref/imports/OpenDatabaseAction.java | 29 +- src/java/net/sf/jabref/imports/ParserResult.java | 1 + .../net/sf/jabref/imports/ScifinderImporter.java | 15 +- .../sf/jabref/journals/ManageJournalsPanel.java | 6 + src/java/net/sf/jabref/net/Cookie.java | 5 +- src/java/net/sf/jabref/search/BasicSearch.java | 6 +- .../jabref/search/SearchExpressionTreeParser.java | 12 +- src/java/net/sf/jabref/sql/SQLutil.java | 13 +- src/resource/JabRef_da.properties | 19 +- src/resource/JabRef_de.properties | 36 +- src/resource/JabRef_en.properties | 20 +- src/resource/JabRef_fr.properties | 24 +- src/resource/JabRef_it.properties | 219 +++---- src/resource/JabRef_nl.properties | 19 +- src/resource/JabRef_no.properties | 19 +- src/resource/JabRef_tr.properties | 126 ++-- src/resource/JabRef_zh.properties | 19 +- src/resource/JabRef_zh.properties.UTF8 | 19 + src/resource/Menu_tr.properties | 8 +- src/resource/build.properties | 6 +- src/resource/layout/endnote/EndNote.article.layout | 2 +- src/resource/layout/endnote/EndNote.book.layout | 2 +- src/resource/layout/endnote/EndNote.booklet.layout | 2 +- src/resource/layout/endnote/EndNote.inbook.layout | 2 +- .../layout/endnote/EndNote.incollection.layout | 2 +- .../layout/endnote/EndNote.inproceedings.layout | 2 +- src/resource/layout/endnote/EndNote.layout | 2 +- src/resource/layout/endnote/EndNote.manual.layout | 2 +- .../layout/endnote/EndNote.mastersthesis.layout | 2 +- src/resource/layout/endnote/EndNote.misc.layout | 2 +- src/resource/layout/endnote/EndNote.other.layout | 2 +- .../layout/endnote/EndNote.phdthesis.layout | 2 +- .../layout/endnote/EndNote.proceedings.layout | 2 +- .../layout/endnote/EndNote.techreport.layout | 2 +- .../layout/endnote/EndNote.unpublished.layout | 2 +- src/resource/layout/harvard/harvard.book.layout | 3 +- src/resource/layout/harvard/harvard.inbook.layout | 2 + .../layout/harvard/harvard.incollection.layout | 3 +- .../layout/harvard/harvard.inproceedings.layout | 3 +- src/resource/layout/harvard/harvard.layout | 3 +- .../layout/harvard/harvard.proceedings.layout | 3 +- src/txt/CHANGELOG | 71 ++- src/txt/README | 4 +- src/txt/TODO | 8 +- src/windows/nsis/launcher.nsi | 4 +- 190 files changed, 2580 insertions(+), 1716 deletions(-) diff --cc debian/changelog index 360ac71,0000000..7254e4d mode 100644,000000..100644 --- a/debian/changelog +++ b/debian/changelog @@@ -1,430 -1,0 +1,433 @@@ - jabref (2.5-2) UNRELEASED; urgency=low ++jabref (2.6~beta2-1) UNRELEASED; urgency=low + + * Remove alternative dependency on sun-java5-jre which was removed from the + archive. Also adjust README.Debian and /usr/bin/jabref. ++ * New upstream beta release: ++ fixes "allow to disable (re)storing of current tab for entries" ++ (closes: #447767). + - -- gregor herrmann <[email protected]> Sun, 13 Sep 2009 23:51:43 +0200 ++ -- gregor herrmann <[email protected]> Tue, 01 Dec 2009 17:46:36 +0100 + +jabref (2.5-1) unstable; urgency=low + + * New upstream release (closes: #497897, LP: #301327). This version also + fixes the following Debian bugs: + - "field data lost when switching tabs without leaving field first" + (closes: #498926) + - "jumps back to previously edited entry when clicking title field" + (closes: #447772) + - "File type detection of downloaded files should use MIME type" + (closes: #448028) + - "autocompletion for crossref fields" + (closes: #481503) + - "text selection visual bug" (closes: #527323) + - "auto-completion in author field wrong" (closes: #442476) + * Add new build and runtime dependencies: libmysql-java, + libcommons-logging-java, libjpf-java, libjpfcodegen-java, velocity. + * Switch to debhelper 7; adjust debian/{compat,control,rules}. + * Rename a couple of files in debian/ to debian/jabref.foo for consistency. + * Adjust debian/jabref.links and debian/jabref.install to new jar file. + * Update /usr/bin/jabref to use the new libs. + * Update manpage. + * Update package/program description in debian/control and in jabref.1 + according to the upstream README. + * Update debian/copyright. + * Patches: + - update 01_free_javac.patch, 02_libs.patch, 03_external_apps.patch, + 05_antlr.patch + - remove 04_HONOR_DISPLAY_PROPERTIES.patch, not needed any more + - remove 06_forms_groups.patch, applied upstream + - add new 06_BibtexEntry.patch + * Set Standards-Version to 3.8.3. + * Thanks a lot to Philip Rinn for his great help in preparing this release, + especially with the patches, dependencies, and the wrapper script! + + -- gregor herrmann <[email protected]> Sun, 13 Sep 2009 22:01:22 +0200 + +jabref (2.3.1-6) unstable; urgency=low + + * debian/watch: back to the redirector at qa.debian.org. + * Use java-wrappers instead of the hand-crafted wrapper script; thanks to + Vincent Fourmond for the patch (closes: #506219). + * Update README.Debian: mention supported Java virtual machines and + JAVA_HOME (cf. LP: #258198). + * debian/rules: set JAVA_HOME=/usr/lib/jvm/default-java. + + -- gregor herrmann <[email protected]> Fri, 21 Nov 2008 21:46:28 +0100 + +jabref (2.3.1-5) unstable; urgency=low + + * Change runtime dependency from "sun-java6-jre | sun-java5-jre" to + "openjdk-6-jre | sun-java6-jre | sun-java5-jre" (closes: #383006). + [Jabref stays in contrib because it (build) depends on libspin-java and + libpdfbox-java which are in contrib because they build depend on packages + in contrib/non-free.] + * debian/copyright: wrap long line. + + -- gregor herrmann <[email protected]> Wed, 16 Jul 2008 22:24:25 +0200 + +jabref (2.3.1-4) unstable; urgency=low + + * Replace /usr/lib/jvm/java-7-icedtea with /usr/lib/jvm/java-6-openjdk in + wrapper script. Doesn't work on Debian yet but helps Ubuntu users (cf. + LP: #225450 and LP: #203636). + * debian/watch: use sourceforge URL directly instead of the redirector + at qa.debian.org. + * Switch patch system from dpatch to quilt. + * debian/rules: remove configure{,-stamp} targets. + * Set Standards-Version to 3.8.0; add debian/README.source to document the + patch system. + * Add patch 06_forms_groups.patch to fix an exception in the groups + interface; thanks to Monkey D. Luffy for the bug report and to Philipp + Spitzer for helping me to produce a patch (closes: #487481). + + -- gregor herrmann <[email protected]> Wed, 02 Jul 2008 20:07:03 +0200 + +jabref (2.3.1-3) unstable; urgency=low + + * Build against Debian libraries instead of pre-packaged ones + (closes: #389068): + - adapt and reactivate patch 02_libs.dpatch: use libraries in + /usr/share/java for building and don't include them in jabref.jar + - add needed jars to Classpath in the wrapper script + - add patch 05_antlr.dpatch: antlr3 in Debian is newer than the + pre-packaged jar + - add necessary packages to Build-Depends-Indep and Depends + These changes are either taken directly from Gerardo Curiel's patch or + based on them -- thanks a lot! + * debian/watch: add uversionmangle to cope with upstream b(eta) releases. + * Move wrapper script in source package to debian/jabref-wrapper and + install it from debian/rules. + * Remove debian docs and install upstream README directly from + debian/rules. + * debian/control: + - change my email address + - replace java-gcj-compat-dev with default-jdk-builddep in + Build-Depends-Indep + + -- gregor herrmann <[email protected]> Tue, 22 Apr 2008 21:33:33 +0200 + +jabref (2.3.1-2) unstable; urgency=low + + * Change pdfviewer to pdf-viewer in Suggests:. + * Set Standards-Version to 3.7.3 (no changes required). + * debian/rules: explicitly set JAVA_HOME. + * Only set JAVA to $JAVA_HOME/jre/bin/java if JAVA_HOME is not empty; + thanks to Michael Piefel for the hint. + * Set debhelper compatibility level to 6. + + -- gregor herrmann <[email protected]> Mon, 11 Feb 2008 17:00:15 +0100 + +jabref (2.3.1-1) unstable; urgency=low + + * New upstream release. + * Adapt referenced filename in debian/links and debian/install. + + -- gregor herrmann <[email protected]> Fri, 30 Nov 2007 14:28:00 +0100 + +jabref (2.3-2) unstable; urgency=low + + * Add /usr/lib/jvm/java-7-icedtea to wrapper script. Doesn't work on + Debian yet but helps Ubuntu users (TODO: add dependency on + icedtea-java7-jre (not yet in Debian)). + * Reformat wrapper script. + * debian/rules: re-arrange targets and their dependencies. + + -- gregor herrmann <[email protected]> Fri, 16 Nov 2007 18:38:18 +0100 + +jabref (2.3-1) unstable; urgency=low + + * New upstream release, closes a bunch of bugs reported in the Debian BTS: + - "bibtexkey auto-generation cannot deal with quotes" (closes: #448917). + - "File download via CGI adds QUERY_STRING to suggested filename" + (closes: #448027). + - "File download aborted on click of OK" (closes: #448060). + - "Improve directory/filename handling on downloading" (closes: #442475). + - "ctrl-g should cause record to be saved" (closes: #443078). + - "version 2.3 released" (closes: #450789). + * Change XS-Vcs-* fields to Vcs-*. + * Adapt referenced filename in debian/links and debian/install. + * Sync debian/copyright with output of Help/About and reference + /usr/share/common-licenses/GPL-2. + * Install changelog_highlights.txt as upstream changelog. + + -- gregor herrmann <[email protected]> Sun, 11 Nov 2007 01:58:27 +0100 + +jabref (2.3~beta3-1) unstable; urgency=low + + * New upstream release. + * Remove debian/manpages. + * Clean up debian/rules. + * Move upstream URL from the description to the new Homepage field. + * Use ant clean instead of manually removing the build directory in + debian/rules. Move ant from Build-Depends-Indep to Build-Depends. + * Update patch 03_external_apps. + * Remove patch 04_logger, not needed anymore. + * Create new patch 04_HONOR_DISPLAY_PROPERTIES.dpatch. + * Adapt referenced filename in debian/links and debian/install. + + -- gregor herrmann <[email protected]> Tue, 09 Oct 2007 19:12:09 +0200 + +jabref (2.3~beta2-1) unstable; urgency=low + + * New upstream release. + * Add liblog4j1.2-java to build dependencies (and a new patch 04_logger to + be able to use it). + * Fix Categories entry in desktop file and remove Encoding. + * Sync debian/copyright with output of Help/About. + + -- gregor herrmann <[email protected]> Wed, 29 Aug 2007 23:38:22 +0200 + +jabref (2.3~beta1-2) unstable; urgency=low + + * Change section in menu file to "Applications/Data Management" due to + the new Menu Policy starting with the upload of menu 2.1.35. + + -- gregor herrmann <[email protected]> Wed, 04 Jul 2007 19:10:47 +0200 + +jabref (2.3~beta1-1) unstable; urgency=low + + * New upstream release. + * Adapt patch 03_external_apps. + * Add suggests to ps- and pdfviewers. + * Adapt manpage to output of jabref --help. + * Sync debian/copyright with output of Help/About. + + -- gregor herrmann <[email protected]> Sat, 30 Jun 2007 16:45:44 +0200 + +jabref (2.2-01-6) unstable; urgency=low + + * Add patch 03_external_apps to change the default settings for some + external applications; thanks to Cédric Augonnet (closes: #421227). + * Convert debian/changelog to UTF-8 (again). + + -- gregor herrmann <[email protected]> Fri, 27 Apr 2007 15:07:18 +0200 + +jabref (2.2-01-5) unstable; urgency=low + + * Exec the Java interpreter in /usr/bin/jabref; thanks to Tobias Richter + (closes: #415019). + * Adapt README.Debian to the new wrapper script. + + -- gregor herrmann <[email protected]> Fri, 16 Mar 2007 02:45:21 +0100 + +jabref (2.2-01-4) unstable; urgency=low + + * Change wrapper script /usr/bin/jabref to explicitly use the Sun Java + 5 or 6 virtual machine (closes: #383019). + + -- gregor herrmann <[email protected]> Mon, 12 Mar 2007 20:01:27 +0100 + +jabref (2.2-01-3) unstable; urgency=low + + * Add call to dh_desktop to debian/rules. + + -- gregor herrmann <[email protected]> Sun, 25 Feb 2007 15:56:32 +0100 + +jabref (2.2-01-2) unstable; urgency=low + + * Add mime support. + + -- gregor herrmann <[email protected]> Mon, 5 Feb 2007 16:39:03 +0100 + +jabref (2.2-01-1) unstable; urgency=low + + * New upstream release. + * Change wrapper script, as "-v" acts as expcted; cf. #378189 for details + (also closes: #408081). + * Remove debian/source.lintian-overrides from source package, there are no longer + cvs remnants in the upstream tarball. + * Add .desktop file for easier integration into desktop environments. + * Add symlink /usr/share/java/JabRef-2.2.jar -> /usr/share/java/jabref.jar. + * Update debian/copright to reflect the changes as shown in the About Box. + * Add sun-java6-jre to Depends:, thanks to Gerhard Riener for the hint. + * Remove obsolete j2re1.5 | sun-j2sdk1.5 from Depends:. + + -- gregor herrmann <[email protected]> Sat, 3 Feb 2007 15:48:11 +0100 + +jabref (2.2~b2-1) unstable; urgency=low + + * New upstream release: + - undistributable fonts no longer included (closes: #393676); + - remove j2re1.4 from Depends, JabRef now needs Java 1.5; + - includes the patch to make Enter work in dialogs, therefore remove + patch 02_button; + - update patch 01_free_javac; + - update debian/copyright (new contributors); + - update debian/rules (icon file name changed). + * Fix typo in long description. + * Shorten call to ant and remove "-k" from dh_clean in debian/rules. + + -- gregor herrmann <[email protected]> Sun, 26 Nov 2006 22:28:46 +0100 + +jabref (2.1-4) unstable; urgency=low + + * Apply patch from Matthias Klose to enable building with a free java compiler - + thanks! (Cf. #383006) + * Change build dependencies accordingly. + * Apply patch from Morten Omholt Alver (upstream author) to enable 'enter' in + dialogs - thanks! (Closes: #387235) + + -- gregor herrmann <[email protected]> Mon, 25 Sep 2006 00:32:40 +0200 + +jabref (2.1-3) unstable; urgency=low + + * Change menu section to "Apps/Databases" and remove lintian override. + "Apps/Data Management" was premature, thanks to Frank Küster and + Bill Allombert for pointing this out (cf. #386320). + + -- gregor herrmann <[email protected]> Mon, 11 Sep 2006 21:12:37 +0200 + +jabref (2.1-2) unstable; urgency=low + + * Change menu section to "Apps/Data Management", thanks to Frank Küster + (closes: #386320). + * Add lintian override for this new section. + * Convert changelog to UTF-8. + + -- gregor herrmann <[email protected]> Thu, 7 Sep 2006 16:42:27 +0200 + +jabref (2.1-1) unstable; urgency=low + + * New upstream release (closes: #382310, #379704). + * Change back wrapper script, as the behaviour of "-v" changed in the + new release (cf. #378189 for details). + * Menu icons now created from PNGs in upstream tarball, therefore add build + dependency on imagemagick. + * Clean up README.Debian. + * Update debian/copright to reflect the changes as shown in the About Box. + + -- gregor herrmann <[email protected]> Fri, 11 Aug 2006 12:09:45 +0200 + +jabref (2.0.1+2.1b2-6) unstable; urgency=low + + * Update menu icons, the new ones are kindly provided by Morten Omholt Alver + (upstream author) - thanks! + + -- gregor herrmann <[email protected]> Tue, 1 Aug 2006 22:31:16 +0200 + +jabref (2.0.1+2.1b2-5) unstable; urgency=low + + * Now really change debian/copyright. + + -- gregor herrmann <[email protected]> Mon, 31 Jul 2006 21:40:47 +0200 + +jabref (2.0.1+2.1b2-4) unstable; urgency=low + + * Add icon to menu entry, thanks to LI Daobing for the idea + (closes: #380604). + * Remove references to the libraries Commons Logging and Commons HTTP Client + from debian/copyright, as they are not included in the upstream tarball + any more. + + -- gregor herrmann <[email protected]> Mon, 31 Jul 2006 16:37:47 +0200 + +jabref (2.0.1+2.1b2-3) unstable; urgency=low + + * Convert debian/copyright to UTF-8. + * Mention startup options in manpage, thanks to LI Daobing (closes: #378190). + * Change wrapper script to always pass "-n" if called with "-v" in order + to make jabref only print the version number and quit afterwards with + "-v". Thanks to LI Daobing (closes: #378189). + + -- gregor herrmann <[email protected]> Fri, 14 Jul 2006 13:23:58 +0200 + +jabref (2.0.1+2.1b2-2) unstable; urgency=low + + * Pass command line parameters to /usr/bin/jabref and add hint about Sun + Java and update-alternatives to README.Debian (closes: #377316). + + -- gregor herrmann <[email protected]> Sat, 8 Jul 2006 12:51:40 +0200 + +jabref (2.0.1+2.1b2-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann <[email protected]> Tue, 4 Jul 2006 16:42:35 +0200 + +jabref (2.0.1+2.1b-3) unstable; urgency=low + + * Changed order of Build-Depend-Indep. + * Cleaned up debian/rules. + * Moved dh_ calls in debian/rules to binary-indep target. + * Add lintian override (upstream tarball has .cvsignore stuff). + * Added Tony Mancill to Uploaders (thanks for sponsoring!). + * Clarified debian/copyright and fixed typo (thanks to Tony Mancill). + * Updated debhelper compatibility level to 5. + * Cleaned up debian/watch. + * Added menu entry. + * Intial upload to the Debian archive (closes: #205392). + + -- gregor herrmann <[email protected]> Wed, 14 Jun 2006 17:51:38 +0200 + +jabref (2.0.1+2.1b-2) unstable; urgency=low + + * Change dependencies to include several versions of the Sun JRE/JDK. + + -- gregor herrmann <[email protected]> Tue, 30 May 2006 17:12:05 +0200 + +jabref (2.0.1+2.1b-1) unstable; urgency=low + + * New upstream release. + + -- gregor herrmann <[email protected]> Sat, 20 May 2006 17:06:49 +0200 + +jabref (2.0.1-3) unstable; urgency=low + + * Update to Standards-Version: 3.7.2 (no changes required). + * Change dependencies to new sun-java5-jre/jdk. + + -- gregor herrmann <[email protected]> Wed, 17 May 2006 17:48:52 +0200 + +jabref (2.0.1-2) unstable; urgency=low + + * Update to Standards-Version: 3.7.0 (no changes required). + * Moved debhelper from Build-Depends-Indep to Build-Depends + in debian/control. + + -- gregor herrmann <[email protected]> Mon, 1 May 2006 14:44:02 +0200 + +jabref (2.0.1-1) unstable; urgency=low + + * New upstream release + * Set debhelper compatibility level to 5. + + -- gregor herrmann <[email protected]> Fri, 3 Feb 2006 21:18:29 +0100 + +jabref (1.8.1-2) unstable; urgency=low + + * Added homepage to debian/control. + + -- gregor herrmann <[email protected]> Sun, 25 Dec 2005 14:30:28 +0100 + +jabref (1.8.1-1) unstable; urgency=low + + * New upstream release + + -- gregor herrmann <[email protected]> Fri, 7 Oct 2005 22:30:10 +0200 + +jabref (1.8-4) unstable; urgency=low + + * Fixed error in /usr/bin/jabref. + + -- gregor herrmann <[email protected]> Tue, 13 Sep 2005 18:44:57 +0200 + +jabref (1.8-3) unstable; urgency=low + + * Trimmed Depends: to j2re1.4. + * Added j2sdk1 to Build-Depends-Indep. + + -- gregor herrmann <[email protected]> Sun, 11 Sep 2005 01:24:05 +0200 + +jabref (1.8-2) unstable; urgency=low + + * Moved jabref.jar from /usr/share/java/jabref to ../ + + -- gregor herrmann <[email protected]> Sat, 3 Sep 2005 02:45:23 +0200 + +jabref (1.8-1) unstable; urgency=low + + * Initial release Closes: #205392 + + -- gregor herrmann <[email protected]> Thu, 1 Sep 2005 23:18:00 +0200 + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jabref.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

