Update to 1.2.1
------ v1.2.1 ------ [jan] Don't show script icon in menu if preference to automatically update scripts is both set and locked (Request 7251). [mjr] Change MDB2 sequence name to 'id' (Bug 7240) [jan] Fix adding more than 5 wildcard blacklists (Bug 7077). [jan] Add Basque translation (Euskal Herriko Unibertsitatea EHU/UPV <xabier.arrieta@ehu.es>). [jan] Fix saving spam rules in the preference backend (Bug 7033). [jan] Correctly catch dates before the 10th of a month in Sieve timed vacations (Bug 7023). [mas] Fix vacation with procmail driver (Bugs 6509, 7052). [jan] Fix moving to INBOX with the maildrop driver. [jan] Disable drop down entries with informational purpose only. [jan] Fix filter activity messages with non-ASCII folder names (taguchi@iij.ad.jp, Bug 6764).
This commit is contained in:
parent
97272e9795
commit
fd81efbcbb
3 changed files with 14 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2008/05/26 12:56:16 adrianp Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2008/10/12 12:04:50 adrianp Exp $
|
||||
|
||||
DISTNAME= ingo-h3-${INGOVER}
|
||||
PKGNAME= ingo-${INGOVER}
|
||||
|
@ -22,7 +22,7 @@ DOCDIR= ${PREFIX}/share/doc/ingo
|
|||
EGDIR= ${PREFIX}/share/examples/ingo
|
||||
HORDEDIR= ${PREFIX}/share/horde
|
||||
INGODIR= ${HORDEDIR}/ingo
|
||||
INGOVER= 1.2
|
||||
INGOVER= 1.2.1
|
||||
PAXDIRS= lib locale po scripts templates themes
|
||||
|
||||
MESSAGE_SUBST+= INGODIR=${INGODIR:Q}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.8 2008/05/26 12:56:16 adrianp Exp $
|
||||
@comment $NetBSD: PLIST,v 1.9 2008/10/12 12:04:50 adrianp Exp $
|
||||
share/doc/ingo/INSTALL
|
||||
share/doc/ingo/README
|
||||
share/doc/ingo/RELEASE_NOTES
|
||||
|
@ -56,6 +56,8 @@ share/horde/ingo/locale/el_GR/LC_MESSAGES/ingo.mo
|
|||
share/horde/ingo/locale/en_US/help.xml
|
||||
share/horde/ingo/locale/es_ES/LC_MESSAGES/ingo.mo
|
||||
share/horde/ingo/locale/es_ES/help.xml
|
||||
share/horde/ingo/locale/eu_ES/LC_MESSAGES/ingo.mo
|
||||
share/horde/ingo/locale/eu_ES/help.xml
|
||||
share/horde/ingo/locale/et_EE/LC_MESSAGES/ingo.mo
|
||||
share/horde/ingo/locale/fi_FI/LC_MESSAGES/ingo.mo
|
||||
share/horde/ingo/locale/fi_FI/help.xml
|
||||
|
@ -90,6 +92,7 @@ share/horde/ingo/po/de_DE.po
|
|||
share/horde/ingo/po/el_GR.po
|
||||
share/horde/ingo/po/es_ES.po
|
||||
share/horde/ingo/po/et_EE.po
|
||||
share/horde/ingo/po/eu_ES.po
|
||||
share/horde/ingo/po/fi_FI.po
|
||||
share/horde/ingo/po/fr_FR.po
|
||||
share/horde/ingo/po/hu_HU.po
|
||||
|
@ -118,6 +121,8 @@ share/horde/ingo/script.php
|
|||
share/horde/ingo/scripts/ingo-postfix-policyd
|
||||
share/horde/ingo/scripts/sql/ingo.oci8.sql
|
||||
share/horde/ingo/scripts/sql/ingo.sql
|
||||
share/horde/ingo/scripts/sql/ingo.xml
|
||||
share/horde/ingo/scripts/upgrades/1.2_to_1.2.1.sql
|
||||
share/horde/ingo/scripts/upgrades/convert_datatree_shares_to_sql.php
|
||||
share/horde/ingo/scripts/upgrades/convert_imp_filters.php
|
||||
share/horde/ingo/scripts/upgrades/convert_prefs_to_sql.php
|
||||
|
@ -239,6 +244,8 @@ share/horde/ingo/whitelist.php
|
|||
@dirrm share/horde/ingo/locale/fr_FR
|
||||
@dirrm share/horde/ingo/locale/fi_FI/LC_MESSAGES
|
||||
@dirrm share/horde/ingo/locale/fi_FI
|
||||
@dirrm share/horde/ingo/locale/eu_ES/LC_MESSAGES
|
||||
@dirrm share/horde/ingo/locale/eu_ES
|
||||
@dirrm share/horde/ingo/locale/et_EE/LC_MESSAGES
|
||||
@dirrm share/horde/ingo/locale/et_EE
|
||||
@dirrm share/horde/ingo/locale/es_ES/LC_MESSAGES
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.7 2008/05/26 12:56:16 adrianp Exp $
|
||||
$NetBSD: distinfo,v 1.8 2008/10/12 12:04:50 adrianp Exp $
|
||||
|
||||
SHA1 (ingo-h3-1.2.tar.gz) = a6a2a95f480147bb8a44010f014edbe74ef2aedf
|
||||
RMD160 (ingo-h3-1.2.tar.gz) = 4e043d4d06c62e76fed9bbea26c99892ecf49b8d
|
||||
Size (ingo-h3-1.2.tar.gz) = 1809119 bytes
|
||||
SHA1 (ingo-h3-1.2.1.tar.gz) = 11eb2f179dbc9acede316a3226bc59d647081ab6
|
||||
RMD160 (ingo-h3-1.2.1.tar.gz) = eae9ec1afdc70388a227014131f166d0043ac5cb
|
||||
Size (ingo-h3-1.2.1.tar.gz) = 1882501 bytes
|
||||
|
|
Loading…
Reference in a new issue