Changeset 3099
- Timestamp:
- 10/11/11 10:19:59 (20 months ago)
- Location:
- alternc/branches/stable-1.0
- Files:
-
- 1 added
- 4 edited
-
debian/changelog (modified) (1 diff)
-
debian/control (modified) (1 diff)
-
install/mysql.sql (modified) (1 diff)
-
install/upgrades/1.0.1.sql (added)
-
install/upgrades/1.0.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
alternc/branches/stable-1.0/debian/changelog
r3062 r3099 1 alternc (1.0.2) stable; urgency=high 2 * Bugfix : dependency on gamin OR fam : gamin is better for courier-imap 3 and fam makes sasl imap auth fail 4 * Bugfix : adding french messages for domain new error messages 5 * Bugfix : Fixing domaines types templates issues (incompatibility with pre 1.0 alternc) 6 7 -- Benjamin Sonntag <benjamin@alternc.org> Thu, 11 Oct 2011 10:17:00 +0200 8 1 9 alternc (1.0.1) stable; urgency=high 2 10 * Bugfix : upgrades from 0.* to 1.0 was not working for MX fields, Fixed. -
alternc/branches/stable-1.0/debian/control
r3088 r3099 10 10 Architecture: all 11 11 Pre-depends: debconf (>= 0.5.00) | debconf-2.0 12 Depends: debianutils (>= 1.13.1), apache2-mpm-prefork, libapache2-mod-php5, courier-ssl, courier-imap-ssl, courier-pop-ssl, php5-mysql, phpmyadmin, postfix, proftpd-mod-mysql, proftpd-basic, squirrelmail, squirrelmail-locales, postfix-tls,bind9, wget, rsync, quota, courier-authmysql | courier-authlib-mysql, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, sasl2-bin, fam | gamin, libsasl2-modules, php5-cli, lockfile-progs (>= 0.1.9), gettext (>= 0.10.40-5), adduser, mysql-client, dnsutils, ${misc:Depends}12 Depends: debianutils (>= 1.13.1), apache2-mpm-prefork, libapache2-mod-php5, courier-ssl, courier-imap-ssl, courier-pop-ssl, php5-mysql, phpmyadmin, postfix, proftpd-mod-mysql, proftpd-basic, squirrelmail, squirrelmail-locales, bind9, wget, rsync, quota, courier-authmysql | courier-authlib-mysql, ca-certificates, locales, perl-suid, perl, postfix-mysql, wwwconfig-common, sasl2-bin, fam | gamin, libsasl2-modules, php5-cli, lockfile-progs (>= 0.1.9), gettext (>= 0.10.40-5), adduser, mysql-client, dnsutils, ${misc:Depends} 13 13 Recommends: mysql-server 14 14 Conflicts: alternc-admintools, alternc-awstats (<< 1.0), alternc-mailman (<< 2.0), alternc-procmail (<< 2.0), alternc-munin (<< 1.0), alternc-changepass (<< 1.0) -
alternc/branches/stable-1.0/install/mysql.sql
r3067 r3099 496 496 INSERT IGNORE INTO `domaines_type` (name, description, target, entry, compatibility, only_dns, need_dns, advanced, enable) values 497 497 ('vhost','Locally hosted', 'DIRECTORY', '%SUB% IN A @@PUBLIC_IP@@', 'txt,defmx,defmx2,mx,mx2', false, false, false, 'ALL'), 498 ('url','URL redirection', 'URL', '%SUB% IN A @@PUBLIC_IP@@','txt,defmx,defmx2', true, true, false, 'ALL'),498 ('url','URL redirection', 'URL', '%SUB% IN A @@PUBLIC_IP@@','txt,defmx,defmx2', true, false, false, 'ALL'), 499 499 ('ip','IPv4 redirect', 'IP', '%SUB% IN A %TARGET%','url,ip,ipv6,txt,mx,mx2,defmx,defmx2', false, true, false, 'ALL'), 500 500 ('webmail', 'Webmail access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'txt', false, false, false, 'ALL'), -
alternc/branches/stable-1.0/install/upgrades/1.0.sql
r3070 r3099 76 76 INSERT IGNORE INTO `domaines_type` (name, description, target, entry, compatibility, only_dns, need_dns, advanced, enable) values 77 77 ('vhost','Locally hosted', 'DIRECTORY', '%SUB% IN A @@PUBLIC_IP@@', 'txt,defmx,defmx2,mx,mx2', false, false, false, 'ALL'), 78 ('url','URL redirection', 'URL', '%SUB% IN A @@PUBLIC_IP@@','txt,defmx,defmx2', true, true, false, 'ALL'),78 ('url','URL redirection', 'URL', '%SUB% IN A @@PUBLIC_IP@@','txt,defmx,defmx2', true, false, false, 'ALL'), 79 79 ('ip','IPv4 redirect', 'IP', '%SUB% IN A %TARGET%','url,ip,ipv6,txt,mx,mx2,defmx,defmx2', false, true, false, 'ALL'), 80 80 ('webmail', 'Webmail access', 'NONE', '%SUB% IN A @@PUBLIC_IP@@', 'txt', false, false, false, 'ALL'),
Note: See TracChangeset
for help on using the changeset viewer.
