Skip to content

Debian Changelog zim (0.48-1)

2010

zim (0.48-1) unstable; urgency=low

   * New upstream release.
   * Update Standards-Version to 3.9.0 (no change needed).

 -- Raphaël Hertzog <hertzog@debian.org>  Fri, 23 Jul 2010 08:59:01 +0200

zim (0.47-1) unstable; urgency=low

   * New upstream release.
     - Implements "zim --plugin trayicon" to start in the systray.
       Closes: #582039
   * Drop patch munge-build-system, we can use --skip-xdg-cmd option now
     and the build system installs everything in the right path alone.

 -- Raphaël Hertzog <hertzog@debian.org>  Fri, 11 Jun 2010 21:30:15 +0200

zim (0.46-1) unstable; urgency=low

   * New upstream version fixing a major bug introduced in 0.45 (it was not
     possible to create new pages with that version).
   * Update patches/munge-build-system to accommodate setup.py changes.

 -- Raphaël Hertzog <hertzog@debian.org>  Wed, 24 Mar 2010 23:45:58 +0100

zim (0.45-1) unstable; urgency=low

   * New upstream version.
     - Fixes automatic indentation not working when NumLock is on.
       Closes: #570736
     - Better handling of plugins with missing dependencies and of task list
       window when no tasks are stored in the wiki. Closes: #565135

 -- Raphaël Hertzog <hertzog@debian.org>  Tue, 23 Mar 2010 23:58:23 +0100

zim (0.44-1) unstable; urgency=low

   * New upstream version.
     - Fixes problems with searching pages in other locales. Closes: #565489

 -- Raphaël Hertzog <hertzog@debian.org>  Fri, 19 Feb 2010 09:10:53 +0100

zim (0.43-3) unstable; urgency=low

   * Add missing Build-Depends on python-simplejson. Closes: #569384

 -- Raphaël Hertzog <hertzog@debian.org>  Fri, 12 Feb 2010 09:26:05 +0100

zim (0.43-2) unstable; urgency=low

   * Force usage of the python_distutils build system of dh7 as this
     one correctly sets the prefix to /usr while using the Makefile
     ends up using /usr/local. Closes: #569021
     This requires debhelper >= 7.4.12 to work properly so build-depend
     on it.
   * Update standards-version to 3.8.4 (no change needed).

 -- Raphaël Hertzog <hertzog@debian.org>  Tue, 09 Feb 2010 16:23:11 +0100

zim (0.43-1) unstable; urgency=low

   * New upstream release.
   * Drop debian/patches/backport-fix-index (included upstream).
   * Add python-gtkspell to Recommends for the spell checker plugin.
   * Add dvipng to Suggests for the equation plugin.
   * Simplify debian/rules now that the upstream Makefile is sane enough.

 -- Raphaël Hertzog <hertzog@debian.org>  Wed, 13 Jan 2010 15:04:16 +0100

zim (0.42-3) unstable; urgency=low

   * Update debian/patches/backport-fix-index to pick the correct patch this
     time and drop debian/patches/avoid-json-on-python25 since it's also part
     of the same upstream commit that fixed the index.
     Really closes: #564748

 -- Raphaël Hertzog <hertzog@debian.org>  Tue, 12 Jan 2010 09:21:35 +0100

zim (0.42-2) unstable; urgency=low

   * Cherry-pick upstream fix for the index: debian/patches/backport-fix-index
     Closes: #564748
   * Add debian/pyversions to restrict module building to python 2.5 and newer.
     Closes: #564834
   * Don't try to use "json" on python2.5, fallback to simplejson. Thanks
     to Thomas Nilsson <thomas.nilsson@unixangst.com> for the patch.
     Closes: #564835

 -- Raphaël Hertzog <hertzog@debian.org>  Tue, 12 Jan 2010 09:05:39 +0100

zim (0.42-1) unstable; urgency=low

   * New upstream release. It's a complete rewrite in python. Closes: #564664
   * Switch to debhelper 7 tiny rules files.
   * Update watch file to accept a tarball name like zim-0.42.tar.gz (with a
     lowercase first letter).
   * Rewrite/update copyright file using DEP-5 since the code base is new.
   * Update my name in Uploaders.
   * Switch to "3.0 (quilt)" source format.
   * Export XDG_DATA_DIRS as debian/zim/usr/share/ and pre-create
     /usr/share/icons/hicolor so that "xdg-icon-resource install" works
     and installs the icon in package directory and not in the system
     directory.

 -- Raphaël Hertzog <hertzog@debian.org>  Mon, 11 Jan 2010 09:31:03 +0100

2009

zim (0.28-1) unstable; urgency=low

   * New upstream version:
     * Reversed behavior of html export to use <br> elements - lp: #311292
     * Fixed install script for Module::Build version 0.3x - lp: #319964
     * Added support for RTL languages in html export - lp: #303108
     * Added DiagramEditor plugin to insert Graphviz diagrams
     * Added SortSelection plugin - lp: #318904
     * Applied patch to improve perl Pod format backend by Christoph Rudorff
     * Applied patch to set toolbar style by Christoph Rudorff
     * Added calendar icon with tango colors, submitted by Gabriel Hurley
     * Changed EquationEditor latex template to allow line breaks - lp: #301658
     * Fixed two syntax bugs - lp: #297932 & lp: #312894
     * Fixed bug where checkboxlist with an empty line causes a freeze -
       lp: #300184
     * Fixed bug where page headers show in "send to.." email content -
       lp: #316153
     * Replaced horizontal scrollbar for page index by ellipsize - lp: #297682
   * Remove Build-Conflicts now that the build system works agains with a
     recent Module::Build. Closes: #512023

 -- Raphael Hertzog <hertzog@debian.org>  Mon, 23 Feb 2009 10:55:43 +0100

2008

zim (0.27-1) unstable; urgency=low

   * New upstream version:
     * Added translation for traditional Chinese
     * Fixed Subversion support same level as Bazaar - lp #263043
     * Added support for checkbox lists - lp #283901
     * Added feature to automount notebooks - e.g. to use fuse encfs
     * Fixed bug that the Bazaar test did not skip properly if bzr not installed
     * Fixed bugs for using gjots notebooks
     * Fixed bug open notebooks were not italized in notebook dialog - lp #272518
     * Fixed bug with toggling format buttons - lp #273577
     * Added tooltips to pathbar buttons - lp #273593
     * Changed window title to notebook name instead of page name - lp #272430
   * Fix Build-Depends to accept perl-modules (>= 5.10) as provider of
     libmodule-build-perl.
   * Build-Conflicts on libmodule-build-perl (>= 0.3000) as the build fails
     with this version installed.

 -- Raphael Hertzog <hertzog@debian.org>  Sun, 23 Nov 2008 19:03:02 +0100

zim (0.26-2) unstable; urgency=low

   * Add scrot to Recommends, it's used by the Insert Screenshot plugin.
     Taken from Ubuntu (LP: #267534) where the change was made by Alessio
     Treglia <quadrispro@ubuntu.com> (unfortunately without reporting the
     problem to the Debian BTS).

 -- Raphael Hertzog <hertzog@debian.org>  Wed, 08 Oct 2008 09:27:34 +0200

zim (0.26-1) unstable; urgency=low

   * New upstream version:
     * Added translations for Finnish, Turkish and Simplified Chinese
     * Added integrated version control support for zim notebooks based on
       Bazaar. Added "Save Version" (<Ctrl><Shift>S) and "Versions" dialog
       to File menu.
     * Zim text files now have headers with content type and time stamps
     * Changed wiki syntax for Verbatim blocks, now allows non-verbatim
       paragaphs and bullet lists to be indented - lp #208986
     * Added mimetype for zim text files text/x-zim-wiki
     * Changed mimetype for .zim files to application/x-zim-notebook
     * Added special notebook for man pages with "--man" commandline option
     * Added support for reading gjots2(1) files; added application/x-gjots
       mimetype
     * Made auto incrementing a numbered list optional - lp #235020
       Closes: #482449
     * Added translation support for plural forms - lp #226976
     * Fixed bugs for perl 5.10 - lp #235030, #242490
       Closes: #482797
     * Fixed bug in Calendar plugin when namespace is read-only
     * Fixed bug in ToggleReadOnly plugin when first page is read-only
     * Fixed bug with TrayIcon for single notebook mode - lp #252712
     * Fixed bug that prevented typing under win32 - lp #252005
   * Improved the description. Closes: #493618
   * Add Suggests: bzr, subversion as both can be used in combination with
     Zim.
   * Standards-Version upgraded to 3.8.0 (no change needed).
   * Updated debian/rules to adjust for move of the Subversion.pl plugin.

 -- Raphael Hertzog <hertzog@debian.org>  Tue, 02 Sep 2008 16:23:39 +0200

zim (0.25-1) unstable; urgency=low

   * New upstream version:
     * Added translations for Danish, Russian and Galician
     * Added --gtk-path to work around win32 environment behavior
     * Fixed a bug when opening files without asociated application
     * Fixed a bug for older versions of Exporter
     * Fixed bug that prevented using Gtk2::StatusIcon this means we can drop
       dependency on Gtk2::TrayIcon for gtk+ >= 2.10. Closes: #447744
     * Fixed bug with utf8 notebook name not showing correctly in TrayIcon menu
     * Fixed TrayIcon to hide window when it already has focus
     * Fixed bug with file selection dialog for certain gtk versions
     * Fixed bug where a few strings were skipped when indexing translatable text
   * Remove recommends on libgtk2-trayicon-perl as libgtk2-perl provides
     Gtk2::StatusIcon and Zim can use that.
   * Verified that we can again copy/paste normally. Closes: #481212
   * Also remove libgtk2-trayicon-perl from Build-Depends.

 -- Raphael Hertzog <hertzog@debian.org>  Wed, 21 May 2008 21:32:36 +0200

zim (0.24-1) unstable; urgency=low

   * New upstream version. Closes: #477527
     * Added translations for German, French, Italian and Hebrew
       Closes: #472633 with a fixed french translation.
     * Improved support for attaching files and images
     * Added daemon component to make separate instances communicate
     * Added a TODO list plugin that searches for TODO tags in the notebook
     * Added a ToggleReadOnly plugin to make a notebook temporary read-only
     * Moved Zim::File to Zim::FS::File, also added Zim::FS::Dir objects made
       whole file system access much more object oriented
     * Config files now use proper INI-style layout
     * Notebook config file is now called "notebook.zim" and has it's own
       mimetype
     * The history, cache and state are now saved under ".zim/" in the notebook
     * Changed directory structure of the manual
     * Moved Calendar functionality back into plugin
     * Calendar now namespaces date pages per month for better scalability. On
       first use zim will prompt to move exiting pages.
     * Date namespace now has it's own template for new pages
     * Added a keybinding ( ">" ) to quote selections
     * Updated Build script, we now need Module::Build >= 0.28
   * Update Homepage in debian/control to point to http://zim-wiki.org
   * Update watch file accordingly with the new download location.
   * Updated build-dependency to require libmodule-build-perl (>= 0.28) as
     documented by upstream changelog.
   * Added dh_installmime to debian/rules so that update-mime-database is
     properly called in postinst.
   * Make /usr/share/zim/doc/start-zim.sh executable in case someone
     wants to use it.

 -- Raphael Hertzog <hertzog@debian.org>  Tue, 29 Apr 2008 17:37:22 +0200

zim (0.23-2) unstable; urgency=low

   * Fix debian/watch file to not accept Zim-latest.tar.gz as valid tarball.
   * Fix rights before build so that all translations are properly
     installed. Closes: #469036
   * Update Standards-Version to 3.7.3 (no changes).

 -- Raphael Hertzog <hertzog@debian.org>  Wed, 02 Apr 2008 09:04:35 +0200

2007

zim (0.23-1) unstable; urgency=low

   * New upstream version. Closes: #452999
     * Now handles symlinks properly. Closes: #446870
   * Add myself to Uploaders.
   * Updated dependencies to match new requirements: libfile-basedir-perl
     (>= 0.03), libfile-desktopentry-perl (>= 0.04)
   * Add Vcs-Svn and Vcs-Browser fields to document the SVN repository now used
     to co-maintain the package.
   * Add an Homepage field pointing to the upstream website.
   * Moved libmodule-build-perl to Build-Depends-Indep as it's needed for the
     clean target.
   * Fix some bad permissions detected by lintian.
   * Updated debian/menu file to conform to the new menu policy and added an
     icon.

 -- Raphael Hertzog <hertzog@debian.org>  Sat, 01 Dec 2007 20:50:34 +0100

zim (0.22-1) unstable; urgency=low

   * New upstream release (0.21, 0.22) (Closes: #447743, #452999)
     - Fixed bug with the file name for the home page (Closes: #441616)
     - Fixed bug with utf8 in template for new pages (Closes: #446799)
   * Adjust the watch file to machine readable URL. (Closes: #449769)

 -- emfox <emfox@debian.org>  Thu, 29 Nov 2007 11:40:12 +0800

zim (0.20-1) unstable; urgency=low

   * New upstream release
   * Fix the bug which cause wrong internal links (Closes: #438612)

 -- Emfox Zhou <emfox@debian.org>  Sat, 25 Aug 2007 13:04:42 +0800

zim (0.19-1) unstable; urgency=low

   * New upstream release
     - fix an annoying bug that history is initialized properly.

 -- Emfox Zhou <emfox@debian.org>  Thu, 22 Mar 2007 19:06:38 +0800

zim (0.18-1) unstable; urgency=low

   * Change Maintainer's Address.
   * New upstream release
     - UTF-8 page name issues fixed.
     - Fine-tuned auto-linking behavior. (Closes: #406091)
     - Various bug fixes and enhancement.
   * Suggest desktop-file-utils (Closes: #402212)

 -- Emfox Zhou <emfox@debian.org>  Sun, 18 Mar 2007 07:20:18 +0800

2006

zim (0.17-1) unstable; urgency=low

   * New upstream release

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Fri, 10 Nov 2006 14:39:03 +0000

zim (0.16-1) unstable; urgency=low

   * New upstream release (Closes: #381681)
     - Many improvments.
     - Removed 'Delete' accelerator (Closes: #351539)
     - Other bug fixes (Closes: #366503, #375326)

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Fri, 1 Sep 2006 06:55:24 +0800

zim (0.15-1) unstable; urgency=low

   * New upstream release
   * debian/NEWS: spell fixes.
   * debhelper should be build-deps instead of build-deps-indep.
   * Update to Policy 3.7.2, no changes.

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Fri, 16 Jun 2006 10:29:37 +0800

zim (0.14-1) unstable; urgency=low

   * New upstream release
     - Revert to use png icon instead of svg one. (Closes: #358125)
     - Fix crash when started with an empty dir. (Closes: #354210)
   * loosen dependency of libgtk2-trayicon-perl and libgtk2-spell-perl. (Closes: #357677)

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Fri, 31 Mar 2006 20:51:19 +0800

zim (0.13-1) unstable; urgency=low

   [ Emfox Zhou ]
   * New upstream release
 
   [ Florian Ragwitz ]
   * Updated my mail address in the Uploaders field.
   * Removed unneeded dh_link call from debian/rules.
   * Added libtest-pod-perl and libtest-pod-coverage-perl to
     Build-Depends-Indep to enable Pod testing at build time.

 -- Florian Ragwitz <rafl@debian.org>  Thu, 16 Mar 2006 15:54:51 +0100

zim (0.12-1) unstable; urgency=low

   * New upstream release
   * Add missing dependencies. Only build-deps added in previous version.
   * Depend on debhelper 5.0 as compat level does.
   * Change menu action way, add NEWS to mention this.

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Wed, 15 Feb 2006 09:24:17 +0800

zim (0.11-1) unstable; urgency=low

   * New upstream release
   * add dependency of libgtk2-trayicon-perl and libgtk2-spell-perl.

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Sat, 21 Jan 2006 00:20:27 +0800

zim (0.09-1) unstable; urgency=low

   * New upstream release
   * Bump compatibility level of debhelper.
   * Add Debian watch file.

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Tue, 3 Jan 2006 00:51:03 +0800

2005

zim (0.08-1) unstable; urgency=low

   * New upstream release (Closes: #343198)
     * Includes a TrayIcon component (Closes: #337824).
     * Includes support for rich copy/paste (Closes: #338050).
     * Some other bug fixes and enhancement.

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Thu, 1 Dec 2005 11:38:02 +0800

zim (0.07-1) unstable; urgency=low

   * New upstream release
   * Replace .desktop file with the one from upstream.

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Mon, 7 Nov 2005 00:15:45 +0800

zim (0.06-2) unstable; urgency=low

   * Add missing build dependency.
   * Add the menu and .desktop files (Closes: #337420).

 -- Emfox Zhou <EmfoxZhou@gmail.com>  Fri, 4 Nov 2005 20:26:40 +0800

zim (0.06-1) unstable; urgency=low

   * Initial release (Closes: #334891).

 -- Florian Ragwitz <rafl@debianforum.de>  Wed, 26 Oct 2005 16:57:34 +0200