polyxmass-bin (0.9.8-1) unstable; urgency=low

  * Pending: new upstream release reimplemented the GtkTooltips
    functionalities with the new GtkToolTip class (since GTK+ 2.12)
    (closes: #444508).
  * Changed the menu section Apps/Science to
    Applications/Science/Chemistry.
  * Manually fixed the manual page so that it complies with the
    nroff/troff macros.
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Tue, 20 Nov 2007 10:33:04 +0100

polyxmass-bin (0.9.7-1) unstable; urgency=low

  * New upstream release (mainly switch to the GtkClipboard selection
    framework and handling of the polyxmass-bin.desktop file, see
    ChangeLog for credits) (closes: #377303).
  * Improved the contents of the debian/polyxmass-bin.menu file.
  * Add dh_desktop -a to the binary-arch target so that upon installation
    the proper scripts are run.
  * Added usr/share/applications to file debian/polyxmass-bin.dirs
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Mon, 10 Jul 2006 13:15:18 +0200

polyxmass-bin (0.9.6-1) unstable; urgency=low

  * New upstream release (Porting to Microsoft Windows; merge of the
    libpolyxmass code in a convenience library; added an import raw text
    file function for polyxedit.) Thus, the dependency on libpolyxmass was
    removed.
  * upgraded version of Standards-Version to 3.7.2.
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Mon, 26 Jun 2006 23:54:10 +0200

polyxmass-bin (0.9.5-1) unstable; urgency=low

  * New upstream release (GUI improvements, mainly in the console window
    being made less "intrusive"; Gtk+ dependency bumped to 2.8.13 for this
    reason). Thanks to Lionel Mamane for pointing the "intrusiveness"
    issue with the console window;
  * Updated the autotools handling according to instructions in the
    autotools-dev package.
  * Depends on new version of libpolyxmass package (0.9.1) and suggests
    new version of polyxmass-data package (0.8.7) .
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Tue, 18 Apr 2006 13:55:17 +0200

polyxmass-bin (0.9.4-1) unstable; urgency=low

  * New upstream release (mainly GUI improvements). 
  * Fixes in debian/rules and debian/control (Thanks to Lionel Mamane for
    pointing the problems to me).
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Mon, 20 Mar 2006 14:59:43 +0100

polyxmass-bin (0.9.3-1) unstable; urgency=low

  * New upstream release that fixes one rarely occurring bug with the
    About dialog window. Implemented that stuff with the GtkAboutDialog
    programmatic API (no glade stuff there).
  * Changed dependency to polyxmass-bin-common so as to force the install
    of the new gui layout definition glade file(s) because the main menu
    of the program changed.
  * Small GUI improvements (NOTE and MODIF flags in sequence editor have
    tooltips).
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Sat, 11 Mar 2006 15:34:14 +0100

polyxmass-bin (0.9.2-1) unstable; urgency=low

  * New upstream release that fixes one bug with the window management
    utility and reporting facility of searched masses results (and found
    masses thereof).
  * Changed dependency to polyxmass-bin so as to force the install of the
    new gui layout definition glade file(s).
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Tue, 21 Feb 2006 10:17:46 +0100

polyxmass-bin (0.9.1-1) unstable; urgency=low

  * New upstream release fixing one bug related to not correctly loading
    the proper atom definition file with an alias of a polymer chemistry
    definition file.
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Sun, 12 Feb 2006 16:57:32 +0100

polyxmass-bin (0.9.0-1) unstable; urgency=low

  * New upstream release. 
  * Implemented the Find/Replace feature set. This required a full
    redesign of the polymer sequence editor with creation of a
    full-featured sequence editing GTK+-derived widget.
  * Modification of the Free Software Foundation office address.
  * Bug fixes.
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Mon, 26 Dec 2005 13:29:41 +0100

polyxmass-bin (0.8.9-1) unstable; urgency=low

  * Put back the sgml source file of the man page to comply with the DFSG.
  * Fixed bug due to calling the report-making function while no window
    was open. Thanks to Lionel Mamane <lmamane@debian.org> for the bug
    report.  (closes: #320839)
  * As a way to be more compliant to the best packaging practices, all the
    glade GUI-definition files are now packaged in a binary sub-package :
    polyxmass-common-bin.
  * Added a number of setlocale () calls with proper categories and
    locales. Thanks to Jérôme Pansanel for pointing the
    LC_ALL=fr_FR-related bug in the NUMERICAL category.
  * Huge work on internationalization. The package is now
    internationalization-ready. All the GUI string have been translated
    into french (standard french, fr_FR). In the course of that process a
    number of source files were renamed/modified for more clarity. No
    functionalities were modified.
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Mon, 29 Aug 2005 13:29:12 +0200

polyxmass-bin (0.8.8-1) unstable; urgency=low

  * First release after the switch to the gcc-4 compiler.
  * Removed the -Werror CFLAGS component from the rules file, so that the
    configure script goes on even with warnings. Thanks to Andreas Jochens
    <aj@andaco.de> (closes: #303865).
  * Bumped one minor unit the Standards-Version: 3.6.2
  * Removed the docbook-to-man (>= 2.0.0) Build-Depends as now the man
    page is shipped pre-compiled.
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Mon, 18 Jul 2005 19:11:43 +0200

polyxmass-bin (0.8.7-1) unstable; urgency=low

  * Initial Release (closes: #217094).
  * Sponsored upload done by Lionel Elie Mamane <lmamane@debian.org>

 -- Filippo Rusconi <polyxmass-maintainer@polyxmass.org>  Fri, 11 Feb 2005 00:07:41 +0100

