dia (0.96.1-0ubuntu1) feisty; urgency=low * new upstream release * Release 0.96.1 is a brown-bag release for empty initial line problem in shapes, and a couple other bugs. * Use language-independent float conversion in new text rendering code. Fixes bug #424052. * vdx-import updated to version 0.9.4 to fix shape problems and text errors. Fixes bug #417956. * Treat keypad enter like return. Fixes bug #423480. * dxf-import, Load closed polyline as polygon, patch from Ben Abbott fixes font height problems. Fixes bug #421250. * Use newer way to get text ascent. Fixes bug #423351. * Release 0.96 * glib/gstdio.h was protected by #if GLIB_CHECK_VERSION(2,8,0) but it is supposed to be available since glib-2-6. We rely on that anyway. * avoid stumbling over libxml2 preprocessor tricks for LIBXML_THREAD_ENABLED (not at all platform specific) * use to match GLib's filename encoding to the io functions used, that is: g_open, g_fopen, g_stat, g_unlink, g_mkdir, g_rename (, g_access, g_lstat, g_remove, g_freopen, g_chdir, g_rmdir). Also replace gzopen() with gzdopen(g_open(), ... to properly handle unicode filenames; finally use g_mkstemp(). Fixes bug #131210 and bug #397159. * special handling for cairo which currently only supports filenames in the C runtime locale. * if created a diagram, display it ... and don't crash with display update before we had the chance to reate a renderer. plugged some leaks and made the filter sensitive extension update work, by relying less on what we get back from gtk+ Fixes bug #403195. * removed superfluous g_strdup() * Self Documenation Part III and stress test, creates all Dia Objects * removed partial left over of 'static DiaFont*' which caused a crash on creation * don't crash on name being NULL * call *_update_data in *_copy Fixes the disappearance of object drawing after cut&paste (bug #416414, Stein Somers) * Allow net access for getting the XSLT. Let's see if it causes more problems than it solves. Fixes bug #391545. * Do not free that which has not been allocated (focus!). Fixes bug #418188. * Don't assume that the arrow pointers are non-null. Fixes bug #413309 * Patch to fix crash bug #417956. * add 10fix_documentation patch to fix the xml in the english/C docs -- Oliver Grawert Wed, 28 Mar 2007 12:07:56 +0100 dia (0.96-pre7-0ubuntu1) feisty; urgency=low * new upstream release * documentation updates * lib/prop_geomtypes.c (lengthprop_get_widget): Default to cm in display to be similar to other reals. * lib/widgets.c (dia_unit_spinner_value_changed): Leave space before unit. * Makefile.am (desktopdir): Put .desktop file in right dir. Fixes bug #415767. * app/diagram.c (diagram_group_selected): Don't try to group no objects. Fixes bug #410483, though the overall problem of activateable insensitive menu items remains. * lib/dia_image.c (dia_image_draw): * lib/dia_image.h: * lib/diagdkrenderer.c (draw_image): Give a GC to the image rendering function -- also change to using gdk_draw_pixbuf. Fixes bug #401774. * lib/focus.c (remove_focus_object): Make sure a removed object no longer has the active focus. Fixes bug #414708. * app/textedit.c (textedit_end_edit): Don't assert active_focus when it might not be true (during destruction). (textedit_remove_focus): Free the old focus when done. * lib/diaarrowchooser.c: Use _dia_translate instead of gettext for tooltips and "Details...". Fixes bug #406066. * app/diagram_tree_menu.c (create_factory): Add translate_func to item factory. * plug-ins/metapost/render_metapost.c: Patch from Robert Young : Scale text correctly with page scaling. * app/export_png.c (export_png_ok): * plug-ins/pixbuf/pixbuf.c (export_data): Fix rounding error of bitmap export. Fixes bug #413275. * app/diagram.c (diagram_load): Correctly update title on defaulted diagrams. * objects/UML/class.c: * objects/UML/class_dialog.c: * objects/standard/line.c (line_save): #ifdef DEBUG'ed out sanity check calls. -- Oliver Grawert Mon, 12 Mar 2007 18:07:56 +0100 dia (0.96-pre5-0ubuntu1) feisty; urgency=low * new upstream release * app/diagram.c : moved diagram only stuff from diagram_load_into() to diagram_load() so ... * app/interface.c : ... we can use diagram_load_into() to drop files on the canvas, i.e. really load them _into_ an exisiting diagram * plug-ins/python/pydia-property.c : better debug support for wrong types in lists (of lists) when doing array assignments (e.g. uml_class::operations) * plug-ins/python/doxrev.py : an import filter for XML generated by doxygen. One step further to do reverse engineering with Dia. * objects/GRAFCET/boolequation.c: Make sure to call set_font before calling draw_string * objects/UML/class.c (umlclass_set_props): #ifdef out debugging statement. * lib/libdia.def : added text_get_line_strlen * plug-ins/python/pydia-property.c : allow to set string properties with unicode * plug-ins/python/diamodule.c : instead of breaking compatibility with former PyDia plug-ins reimplmented dia.register_calback() by mapping to the GtkAction framework (it is not yet possible again to create new menus, only adding menuitems to existing menus) plug-ins/python/select_by.py : restored menuitems to shorter form [ two more steps slowly fixing issues from bug #340352 ] -- Oliver Grawert Tue, 27 Feb 2007 13:42:48 +0100 dia (0.96-pre4-0ubuntu1) feisty; urgency=low * new upstream release: * plug-ins/vdx/vdx-export.c: Patch for crash. * lib/text.c: Use g_utf8_strlen where character, not bytes are the goal. Also remove utterly the unnecessary optimization of keeping strlen around for each and every line. * lib/text.[ch]: Remove clearly unneeded array of strlen. Easier to just call strlen when needed. * objects/GRAFCET/action_text_draw.c (action_text_draw): Change offending direct use of text->strlen. * plug-ins/vdx/visio-types.h: Upgrade to version 0.9 of VDX plug-in. * app/recent_files.c : don't treat underscores in filenames as accelerators, see bug #340352 * app/menus.c : again register a translation function for menus/actions. This fixes the code part of bug #400616 Every translation needs to be updated to translate 'verbs' instead of complete menu pathes * plug-ins/metapost/render_metapost.c (draw_text_line): First stab at text_line for metapost. Needs width adjustment. * app/diagram.c (diagram_get_name): Don't emulate g_path_get_basename buggily, just use it. Fixes bug #399535. * lib/dia_svg.c (dia_svg_parse_path): Patch from robert.young@dsto.defence.gov.au solves infinite loop in loading shapes. -- Oliver Grawert Mon, 12 Feb 2007 19:39:26 +0100 dia (0.96-pre3-0ubuntu1) feisty; urgency=low * new upstream release -- Oliver Grawert Thu, 14 Dec 2006 14:37:00 +0100 dia (0.95.0-4.1ubuntu1) feisty; urgency=low * Merge from debian unstable. Remaining change: - Add translation domain to .desktop file to get language pack support. -- Michael Vogt Fri, 24 Nov 2006 09:23:50 +0100 dia (0.95.0-4.1) unstable; urgency=low * Non-maintainer upload. * Update dia to the last python policy (Closes: 380772). * Make package binNMUable. -- Pierre Habouzit Mon, 4 Sep 2006 17:50:56 +0200 dia (0.95.0-4ubuntu2) edgy; urgency=low * Rebuild against dbus 0.90 -- Sebastian Dröge Thu, 24 Aug 2006 17:35:33 +0200 dia (0.95.0-4ubuntu1) edgy; urgency=low * Sync with Debian: + debian/rules: Add translation domain to .desktop file to get language pack support. -- Sebastian Dröge Mon, 26 Jun 2006 08:44:12 +0200 dia (0.95.0-4) unstable; urgency=low * Applied upstream format string fixes: CVE-2006-2453 and CVE-2006-2480 (Closes: #368202) -- Roland Stigge Sun, 4 Jun 2006 15:29:05 +0200 dia (0.95.0-3) unstable; urgency=low * Applied upstream patch to fix crash on ungrouping (Closes: #366156) * debian/control: Standards-Version: 3.7.2 -- Roland Stigge Mon, 15 May 2006 19:41:38 -0500 dia (0.95.0-2) unstable; urgency=low * configure.in: Removed --std=c89, re-ran autoconf (Closes: #364544) -- Roland Stigge Mon, 24 Apr 2006 23:21:22 +0200 dia (0.95.0-1) unstable; urgency=low * New upstream release - Fixes object deletion (Closes: #297971) - Fixes UML class sizing (Closes: #348669) - Fixes crash on clicking on 4-way arrow (Closes: #353402) - Fixes Danish UML translation (abstract) (Closes: #348903) - Fixes Input Methods menu (Closes: #313468) - Fixes "fit to 1 page" (Closes: #160543) - Fixes underscore in pstricks export (Closes: #193224) - Fixes EPS export umlauts (Closes: #257145) - Fixes font properties in eps-builtin export (Closes: #298408) - Fixes anti-aliased hex grid (Closes: #319981) - Adjusts GNOME menu entry to HIG (Closes: #269932) - Added key combination for Modify (Closes: #294915) -- Roland Stigge Thu, 20 Apr 2006 09:40:57 +0200 dia (0.95-pre9-1) experimental; urgency=low * New upstream pre-release -- Roland Stigge Thu, 13 Apr 2006 12:52:08 +0200 dia (0.95-pre8-2) experimental; urgency=low * debian/control: Removed explicit dependencies to at-spi and libgail-gnome-module again -- Roland Stigge Tue, 11 Apr 2006 10:52:22 +0200 dia (0.95-pre8-1) experimental; urgency=low * New upstream pre-release * debian/control: Dependency additions to fix warnings on startup - Added at-spi to Depends of dia and dia-gnome - Added libgail-gnome-module to Depends of dia-gnome -- Roland Stigge Tue, 4 Apr 2006 10:25:37 +0200 dia (0.95-pre7-3) experimental; urgency=low * debian/rules: - Re-enabled Polish manual - /usr/var/scrollkeeper removed upstream, we don't need to care about it anymore -- Roland Stigge Sun, 2 Apr 2006 16:51:51 +0200 dia (0.95-pre7-2) experimental; urgency=low * debian/rules: Added configure-stamp (Closes: #348901) * debian/patches/07_fix-static-parse-path.dpatch: Really removed (unused) -- Roland Stigge Fri, 31 Mar 2006 15:25:29 +0200 dia (0.95-pre7-1) experimental; urgency=low * New upstream pre-release -- Roland Stigge Fri, 31 Mar 2006 10:19:02 +0200 dia (0.94.0+CVS20050917-4) experimental; urgency=low * debian/control: Removed unnecessary build dependency on xlibs-dev (Closes: #346661) -- Roland Stigge Wed, 11 Jan 2006 23:13:32 +0100 dia (0.94.0+CVS20050917-3) experimental; urgency=low * Sanitize the Python SVG file handling to avoid arbitary code execution. [CAN-2005-2966] (Closes: #330890) -- Roland Stigge Sun, 2 Oct 2005 19:45:28 +0200 dia (0.94.0+CVS20050917-2) experimental; urgency=low * debian/dia.1: Removed reference to epsi, replaced "-" by "\-" (Closes: #328902) -- Roland Stigge Sun, 18 Sep 2005 12:24:40 +0200 dia (0.94.0+CVS20050917-1) experimental; urgency=low * New upstream snapshot * Dia is now team maintained: debian/control: Maintainer: Debian Dia team Uploaders: Roland Stigge , Wolfgang Borgert * debian/copyright: Updated FSF address -- Roland Stigge Sat, 17 Sep 2005 17:07:47 +0200 dia (0.94.0+CVS20050731-1) experimental; urgency=low * New upstream snapshot * debian/control: Standards-Version: 3.6.2.0 -- Roland Stigge Sun, 31 Jul 2005 20:01:17 +0200 dia (0.94.0+CVS20050622-1) experimental; urgency=low * New upstream snapshot -- Roland Stigge Wed, 22 Jun 2005 22:50:02 +0200 dia (0.94.0+CVS20050619-1) experimental; urgency=low * Snapshot from CVS * Removed all patches from debian/patches -- Roland Stigge Sun, 19 Jun 2005 16:38:10 +0200 dia (0.94.0-11) unstable; urgency=low * po/de.po: Applied translation fixes patch by Jens Seidel (Closes: #313687) -- Roland Stigge Fri, 17 Jun 2005 19:25:03 +0200 dia (0.94.0-10) experimental; urgency=low * po/pl.po: Fixed Object menu translations, thanks to Marcin Owsiany (Closes: #311401) -- Roland Stigge Tue, 31 May 2005 21:43:23 +0200 dia (0.94.0-9) experimental; urgency=low * po/es.po: Fixed menu accelerators, thanks to Roberto C. Sanchez (Closes: #310980) -- Roland Stigge Sat, 28 May 2005 12:41:08 +0200 dia (0.94.0-8) experimental; urgency=low * debian/control: Added dpatch to Build-Depends * Included dpatch based on the one by komar@ukr.net fixing .png references in sheet files which are now .xpm references (Closes: #270547) * Included the following dpatches by Hervé Cauwelier : - fix-another-crash-with-line-wrapping-code (Closes: #306042) - fix-image-rendering-endianess (Closes: #306041) - stop-special-casing-the-first-display-of-a-diagram (Closes: #306040) - GCC 4 fixes: user-lib-prefix, fix-static-parse-path (Closes: #305521) - locale-usage (Closes: #306036) -- Roland Stigge Thu, 26 May 2005 10:21:18 +0200 dia (0.94.0-7) unstable; urgency=low * plug-ins/pixbuf/pixbuf.c: Removed pixbuf initialization code to switch off filter that renders bad PNG (Closes: #275960, #297737) * debian/: Added MIME handler with dh_installmime for dia and dia-gnome thanks to Loïc Minier (Closes: #288636) * Applied patch to fix filling color of some shapes, thanks to Benoît Sibaud (Closes: #297783) * Applied patch to fix the "Five Point Star" naming, thanks to Benoît Sibaud (Closes: #297784) -- Roland Stigge Wed, 2 Mar 2005 23:34:21 +0100 dia (0.94.0-6) unstable; urgency=low * debian/control: Versioned Build-Depends: debhelper (>= 4.2.21) * objects/UML/class.c: Incorporated upstream fix to load UML class properties (Closes: #296401) * app/app_procs.c: Applied upstream patch to prevent access to .dia in non-interactive mode (Closes: #249468) -- Roland Stigge Fri, 25 Feb 2005 23:20:13 +0100 dia (0.94.0-5) unstable; urgency=low * Build-Depends fixes, thanks to Daniele Cruciani and Loïc Minier - Removed libgdk-pixbuf-dev - Replaced libpng3-dev with libpng12-dev - Removed libcairo1-dev (Closes: #295991) * app/grid.c: Applied upstream patch to fix grid display (Closes: #284329) * lib/font.c: Applied upstream patch to disable font caching (Closes: #273625) -- Roland Stigge Sun, 20 Feb 2005 22:41:23 +0100 dia (0.94.0-4) unstable; urgency=low * debian/control: Changed Depends: python2.3-dev to python-dev (Closes: #287193) -- Roland Stigge Sun, 26 Dec 2004 15:17:22 +0100 dia (0.94.0-3) unstable; urgency=low * Added dh_desktop call to debian/rules (Closes: #278723) -- Roland Stigge Sat, 30 Oct 2004 11:33:34 +0200 dia (0.94.0-2) unstable; urgency=low * plug-ins/dxf/dxf-export.c: Fixed all-text-centered-on-DXF-export, (missing break statements), thanks to Takeshi Hamasaki * debian/rules: disabled unstable cairo support (removed "--with-cairo") which is recommended by upstream (Closes: #269543, #269868) -- Roland Stigge Sat, 21 Aug 2004 10:40:08 +0200 dia (0.94.0-1) unstable; urgency=low * New upstream release -- Roland Stigge Thu, 19 Aug 2004 18:28:16 +0200 dia (0.94-pre6-3) experimental; urgency=low * Fixed broken contents of dia_menu.xpm, thanks to Dominik Vogt (Closes: #258936) -- Roland Stigge Fri, 13 Aug 2004 09:58:44 +0200 dia (0.94-pre6-2) experimental; urgency=low * sheets/Cybernetics.sheet.in: set encoding to "utf-8" (Closes: #265147) -- Roland Stigge Thu, 12 Aug 2004 13:41:42 +0200 dia (0.94-pre6-1) experimental; urgency=low * New upstream pre-release - Fixes segfaults on 2nd "Save as" and UML Class object menu -- Roland Stigge Sat, 7 Aug 2004 23:36:22 +0200 dia (0.94-pre5-1) experimental; urgency=low * New upstream pre-release -- Roland Stigge Mon, 2 Aug 2004 22:48:40 +0200 dia (0.94-pre4-1) experimental; urgency=low * New upstream pre-release -- Roland Stigge Sun, 1 Aug 2004 21:27:51 +0200 dia (0.94-pre3-2) experimental; urgency=low * Applied fix for EPS command line export segfault, thanks to Tom Parker (Closes: #258808, #262273) -- Roland Stigge Fri, 30 Jul 2004 17:34:38 +0200 dia (0.94-pre3-1) experimental; urgency=low * New upstream pre-release -- Roland Stigge Mon, 26 Jul 2004 18:18:39 +0200 dia (0.94-pre2-1) experimental; urgency=low * New upstream pre-release -- Roland Stigge Fri, 23 Jul 2004 21:39:50 +0200 dia (0.94-pre1-3) experimental; urgency=low * objects/standard/image.c: Applied patch to fix path resolution with embedded images (Closes: #162582) * app/disp_callbacks.c: Applied patch to fix XIM editor activation with Ctrl+Space, thanks to kou@cozmixng.org (Closes: #231124) -- Roland Stigge Thu, 15 Jul 2004 17:02:08 +0200 dia (0.94-pre1-2) experimental; urgency=low * Activated cairo (2D rendering), fixes warning window on startup * Removed "Thank you [...]" message on exit -- Roland Stigge Tue, 13 Jul 2004 10:58:12 +0200 dia (0.94-pre1-1) experimental; urgency=low * New upstream pre-release - Fixes segfaults on ia64 (Closes: #218255) - Fixes segfaults with old dia files (Closes: #255030) * Included 0.93 man page because new upstream one is completely broken -- Roland Stigge Sat, 10 Jul 2004 09:26:26 +0200 dia (0.93-4) unstable; urgency=low * Changed upstream homepage link in README to http://www.gnome.org/projects/dia/ (Closes: #254442) -- Roland Stigge Fri, 18 Jun 2004 09:47:29 +0200 dia (0.93-3) unstable; urgency=low * Upload to unstable * Bug fixes: - Help/Contents in GNOME version works now (Closes: #245884) - dia -e doesn't need an X session anymore (Closes: #72721, #167083, #181460, #211077) - Dotted line in Metapost output fixed (Closes: #169668) - Diagram window doesn't open anymore when in command line mode (Closes: #175413) - dia --export implies --nosplash now (Closes: #128397) - dia now supports --size options for bitmap exports (Closes: #151732) -- Roland Stigge Wed, 26 May 2004 14:24:37 -0300 dia (0.93-2) experimental; urgency=low * Documented the new --size option (by debacle@debian.org) in the man page -- Roland Stigge Tue, 11 May 2004 19:11:05 +0200 dia (0.93-1) experimental; urgency=low * New upstream release * Included missing documentation (doc/{en,pl}/*.xml) from CVS * debian/dia.postinst: Increased update-alternatives priority from 30 to 40 to differentiate unambiguously between the GNOME and normal version, favoring the normal version by default (the GNOME version is still available as dia-gnome and from the menus) -- Roland Stigge Wed, 5 May 2004 16:22:47 +0200 dia (0.92.2-5) unstable; urgency=low * Applied patch by Steve Langasek fixing segfaults on alpha (Closes: #236530) -- Roland Stigge Sun, 14 Mar 2004 19:07:49 +0100 dia (0.92.2-4) unstable; urgency=low * dia-common: Removed dependency on libxslt1 * Split dia-common into dia-common (containing /usr/share; Architecture: all) and dia-libs (containing /usr/lib/dia; Architecture: any) (Closes: #233341) -- Roland Stigge Wed, 18 Feb 2004 13:26:09 +0100 dia (0.92.2-3) unstable; urgency=low * Added doc-base entry for the HTML documentation (Closes: #170998) -- Roland Stigge Sun, 8 Feb 2004 18:55:50 +0100 dia (0.92.2-2) unstable; urgency=low * Debhelper compatibility level 4 * debian/rules: Worked around the dia "make distclean" behaviour removing files present in the orig.tar.gz -> by making a backup * Added README.Debian to explain upgrade problem when using .dia files created with Dia <= 0.90 (Closes: #188342) * Included correct HTML documentation (the preferred documentation form on Debian systems) and made it accessible from the menu "Help/Manual" (Closes: #183507, #213781, #221617) -- Roland Stigge Sat, 7 Feb 2004 14:12:54 +0100 dia (0.92.2-1) unstable; urgency=low * New upstream release - Fixes font bugs on export (Closes: #215246, #213394, #210327, #211098) -- Roland Stigge Fri, 6 Feb 2004 23:17:07 +0100 dia (0.92-2) unstable; urgency=low * New maintainer * Acknowledged NMU (Closes: #226564) * debian/copyright: Stated more precisely * debian/rules: - Install doc/en/* instead of doc/* by dh_installdocs - Included upstream ChangeLog by dh_installchangelogs -- Roland Stigge Thu, 5 Feb 2004 12:27:01 +0100 dia (0.92-1) unstable; urgency=low * New upstream release (Closes: #217139) - Fixes newlines missing from .dia file (Closes: #216795) * debian/control: Removed multiline Build-Depends line, edited dia-common Description -- Roland Stigge Tue, 3 Feb 2004 22:18:12 +0100 dia (0.91-10.1) unstable; urgency=high * NMU * [configure.in, configure] Fixed FTBFS by fixing testing of newer freetype as per CVS HEAD. * [app/app_procs.c] Include header declaring pango_ft2_get_context to fix crashes on 64-bit archs. (Closes: #226564) * [app/diapsft2renderer.c] #include to fix "implicit declaration" warning. -- J.H.M. Dassen (Ray) Sun, 11 Jan 2004 17:04:20 +0100 dia (0.91-10) unstable; urgency=low * New maintainer. * debian/control: bumped Standards-Version to 3.6.1.0. * dia.1: correct man page for both binaries. (closes: Bug#98065) -- Akira TAGOH Tue, 30 Sep 2003 14:43:07 +0900 dia (0.91-9) unstable; urgency=low * Patched from CVS to fix tiny font problems (closes: #210327) -- Fredrik Hallenberg Fri, 12 Sep 2003 22:30:22 +0200 dia (0.91-8) unstable; urgency=low * Fixed python build-dep -- Fredrik Hallenberg Mon, 25 Aug 2003 21:51:39 +0200 dia (0.91-7) unstable; urgency=low * Set GNOME desktop category (closes: #148816, #194598) * Clean gmo files (closes: #206262) -- Fredrik Hallenberg Sat, 23 Aug 2003 11:02:36 +0200 dia (0.91-6) unstable; urgency=low * Depend on python 2.3 (closes: #205690) -- Fredrik Hallenberg Sat, 16 Aug 2003 19:44:08 +0200 dia (0.91-5) unstable; urgency=low * Depend on python-gtk2 (closes: #201614) -- Fredrik Hallenberg Thu, 17 Jul 2003 12:31:25 +0200 dia (0.91-4) unstable; urgency=low * Updated .po-files from CVS (closes: #190845) and from patch in bug. * Added python-gtk depend (closes: #195697) -- Fredrik Hallenberg Sun, 1 Jun 2003 12:34:53 +0200 dia (0.91-3) unstable; urgency=low * Enable python plugin (closes: #185990) * Patched to include Cisco shapes (closes: #186842) * Depend on libxslt (closes: #193972) * Call 'sensible-browser' instead of netscape (closes: #193245) * Fixed man page typo (closes: #186225) -- Fredrik Hallenberg Sun, 23 Mar 2003 18:22:08 +0100 dia (0.91-2) unstable; urgency=low * Removed gnome deps from non-gnome package. * Don't try to open libxslt.so (closes: #185666) * Use 32x32 menu icon from Mikael Hedin (closes: #97062) -- Fredrik Hallenberg Thu, 20 Mar 2003 21:29:31 +0100 dia (0.91-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Mon, 17 Mar 2003 22:13:02 +0100 dia (0.90-2) unstable; urgency=low * Added build-dependency on libunicode-dev (closes: #148782) -- Fredrik Hallenberg Sun, 2 Jun 2002 12:21:37 +0200 dia (0.90-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Sat, 1 Jun 2002 21:20:00 +0200 dia (0.88.1-3) unstable; urgency=low * Updated man page with patch from era eriksson (closes: #128410) * Applied some stuff from CVS to fix segfault in tools menu (closes: #127981) * Disabled manual menu entry (closes: #107509) -- Fredrik Hallenberg Fri, 15 Mar 2002 18:29:24 +0100 dia (0.88.1-2) unstable; urgency=low * Handle update-alternatives failing (closes: #132741, #132953) * Bumped standards revision -- Fredrik Hallenberg Sat, 9 Feb 2002 12:14:13 +0100 dia (0.88.1-1) unstable; urgency=low * New upstream release (closes: #82885, #89065, #94895, #95936, #98935, #97676, #99046) -- Fredrik Hallenberg Sat, 2 Jun 2001 17:42:56 +0200 dia (0.86-7) unstable; urgency=low * Removed stupid bug in rules file that made build fail on some architectures (closes: #84907) * Added build depend on libpopt-dev (closes: #84908) -- Fredrik Hallenberg Mon, 5 Feb 2001 09:54:39 +0100 dia (0.86-6) unstable; urgency=low * Added libgdk-pixbuf-dev to build depends (closes: #84214) * Updated menu entries with "vector" hint (closes: #80015) -- Fredrik Hallenberg Wed, 20 Dec 2000 11:29:37 +0100 dia (0.86-5) unstable; urgency=low * Fixed alternatives (closes: #79093) -- Fredrik Hallenberg Fri, 8 Dec 2000 20:44:29 +0100 dia (0.86-4) unstable; urgency=low * New libxml2 broke saving (closes: #78066, #78189) * Update GNOME menu entry (closes: #77730) -- Fredrik Hallenberg Tue, 28 Nov 2000 10:31:36 +0100 dia (0.86-3) unstable; urgency=low * Don't depend on old xlibs -- Fredrik Hallenberg Sun, 19 Nov 2000 22:30:34 +0100 dia (0.86-2) unstable; urgency=low * Split package in dia-common, dia and dia-gnome. * Applied patch from CVS to fix problems with anti-aliasing (closes: #63530) * Applied patch from CVS to fix problems with bezier curves -- Fredrik Hallenberg Fri, 13 Oct 2000 22:36:08 +0200 dia (0.86-1) unstable; urgency=low * New upstream release (closes: #58012) -- Fredrik Hallenberg Mon, 7 Aug 2000 11:26:04 +0200 dia (0.85-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Wed, 31 May 2000 10:09:22 +0200 dia (0.84-2) unstable; urgency=low * Fixed man page so whatis parsing works (closes: #60559) * Include files in doc directory (closes: #60644) -- Fredrik Hallenberg Mon, 20 Mar 2000 19:48:30 +0100 dia (0.84-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Wed, 1 Mar 2000 20:16:35 +0100 dia (0.83-2) unstable; urgency=low * Recommend gsfonts-x11. -- Fredrik Hallenberg Fri, 7 Jan 2000 12:25:49 +0100 dia (0.83-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Sat, 25 Dec 1999 17:47:19 +0100 dia (0.82-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Wed, 15 Dec 1999 17:58:28 +0100 dia (0.81-2) unstable; urgency=low * Man page installed correctly. (closes: #49096) * Command line arguments parsed. (closes: #49097) -- Fredrik Hallenberg Sun, 7 Nov 1999 10:37:50 +0100 dia (0.81-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Sun, 31 Oct 1999 18:39:24 +0100 dia (0.80-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Sun, 17 Oct 1999 16:40:26 +0200 dia (0.40-3) unstable; urgency=low * Recompiled with new libxml (which is now optional, so the dia package doesn't violate policy anymore). * Added patch for alpha. (closes: 41273) -- Fredrik Hallenberg Sat, 21 Aug 1999 15:21:04 +0200 dia (0.40-2) unstable; urgency=low * Added man page. (closes: #39507) * Updated description. -- Fredrik Hallenberg Sun, 4 Jul 1999 10:29:43 +0200 dia (0.40-1) unstable; urgency=low * New upstream release -- Fredrik Hallenberg Mon, 29 Mar 1999 22:32:01 +0200 dia (0.30-3) unstable; urgency=low * Recompile with libxml 1.0 and gtk 1.2. * Added menu entry. -- Fredrik Hallenberg Wed, 17 Mar 1999 11:14:37 +0100 dia (0.30-2) unstable; urgency=low * Fixed problem with dh_compress in rules files (bug #33551) -- Fredrik Hallenberg Thu, 18 Feb 1999 12:41:45 +0100 dia (0.30-1) unstable; urgency=low * New upstream release (bug #32358) -- Fredrik Hallenberg Tue, 26 Jan 1999 20:27:05 +0100 dia (0.20-1) unstable; urgency=low * Initial Release. -- Fredrik Hallenberg Wed, 2 Sep 1998 23:21:21 +0200