Update to 0.54

Changelog:
=== 0.54 - Thu 22 Dec 2011 ===
Bug fix release with minor feature enhancements
* Added mono icons for the Ubuntu Unity panel
* Tasklist plugin now supports hierarchic nested tasks
* Added "automount" plugin to automatically mount notebook folders
* Interwiki lookup now goes over all urls.list files in the path
* Fixed bug that prevented clicking links in read-only mode
* Fixed bug for parsing relative paths to parent pages e.g. in drag and drop
* Fixed bug causing the index to jump with every page selection
* Fixed bug causing the icon for custom tools to be missing in the toolbar
* Fixed bug for drag and drop of files on windows
* Fixed bug causing task list to reset when page is saved
* Fixed autocomplete for page entry in quicknote
* Fixed error in "you found a bug" error dialogs :S
* Fixed issue in test suite for loading pixbufs
* Added translation for Galician
This commit is contained in:
ryoon 2012-03-01 17:03:18 +00:00
parent dd910580bc
commit 27dff17fd2
3 changed files with 16 additions and 7 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.3 2011/10/11 20:44:25 ryoon Exp $
# $NetBSD: Makefile,v 1.4 2012/03/01 17:03:18 ryoon Exp $
#
DISTNAME= zim-0.53
DISTNAME= zim-0.54
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= editors
MASTER_SITES= http://zim-wiki.org/downloads/
@ -36,6 +36,7 @@ SUBST_STAGE.fix-python= pre-configure
SUBST_MESSAGE.fix-python= Fixing dynamic python
SUBST_FILES.fix-python+= zim/_lib/xdot.py
SUBST_FILES.fix-python+= zim/_version.py
SUBST_FILES.fix-python+= zim/inc/xdot.py
SUBST_SED.fix-python+= -e 's,/usr/bin/env python,${PYTHONBIN},'
SUBST_CLASSES+= man-path

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2011/10/11 20:44:25 ryoon Exp $
@comment $NetBSD: PLIST,v 1.3 2012/03/01 17:03:18 ryoon Exp $
bin/zim
${PYSITELIB}/zim/__init__.py
${PYSITELIB}/zim/__init__.pyc
@ -123,6 +123,9 @@ ${PYSITELIB}/zim/plugins/arithmetic.pyo
${PYSITELIB}/zim/plugins/attachmentbrowser.py
${PYSITELIB}/zim/plugins/attachmentbrowser.pyc
${PYSITELIB}/zim/plugins/attachmentbrowser.pyo
${PYSITELIB}/zim/plugins/automount.py
${PYSITELIB}/zim/plugins/automount.pyc
${PYSITELIB}/zim/plugins/automount.pyo
${PYSITELIB}/zim/plugins/calendar.py
${PYSITELIB}/zim/plugins/calendar.pyc
${PYSITELIB}/zim/plugins/calendar.pyo
@ -224,6 +227,8 @@ share/icons/hicolor/48x48/mimetypes/gnome-mime-application-x-zim-notebook.png
share/icons/hicolor/scalable/apps/zim.svg
share/icons/hicolor/scalable/mimetypes/application-x-zim-notebook.svg
share/icons/hicolor/scalable/mimetypes/gnome-mime-application-x-zim-notebook.svg
share/icons/ubuntu-mono-dark/apps/22/zim-panel.svg
share/icons/ubuntu-mono-light/apps/22/zim-panel.svg
share/locale/ca/LC_MESSAGES/zim.mo
share/locale/cs/LC_MESSAGES/zim.mo
share/locale/da/LC_MESSAGES/zim.mo
@ -233,6 +238,7 @@ share/locale/en_GB/LC_MESSAGES/zim.mo
share/locale/es/LC_MESSAGES/zim.mo
share/locale/et/LC_MESSAGES/zim.mo
share/locale/fr/LC_MESSAGES/zim.mo
share/locale/gl/LC_MESSAGES/zim.mo
share/locale/he/LC_MESSAGES/zim.mo
share/locale/hu/LC_MESSAGES/zim.mo
share/locale/it/LC_MESSAGES/zim.mo
@ -263,6 +269,7 @@ share/mime/subclasses
share/mime/text/x-zim-wiki.xml
share/mime/treemagic
share/mime/types
share/mime/version
share/pixmaps/zim.png
share/zim/applications/firefox.desktop
share/zim/applications/open.desktop
@ -298,6 +305,7 @@ share/zim/manual/Help/Templates.txt
share/zim/manual/Help/Wiki_Syntax.txt
share/zim/manual/Plugins.txt
share/zim/manual/Plugins/Arithmetic.txt
share/zim/manual/Plugins/Automount.txt
share/zim/manual/Plugins/Calendar.txt
share/zim/manual/Plugins/Diagram_Editor.txt
share/zim/manual/Plugins/Diagram_Editor/diagram.png

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.3 2011/10/11 20:44:25 ryoon Exp $
$NetBSD: distinfo,v 1.4 2012/03/01 17:03:18 ryoon Exp $
SHA1 (zim-0.53.tar.gz) = f5007ca2c6dc8397c15b2ef2b1c33a742d44b959
RMD160 (zim-0.53.tar.gz) = 27f585a7411fd772d55d0290342b7a54382e7c95
Size (zim-0.53.tar.gz) = 1293205 bytes
SHA1 (zim-0.54.tar.gz) = fd8cdfe78185a532016da3974da64373998a46a3
RMD160 (zim-0.54.tar.gz) = 02f9746fe474b34519815b8f0ed543e97cab661b
Size (zim-0.54.tar.gz) = 1326924 bytes