• Łukasz Nowak's avatar
    Release erp5 branch, driven by Vifib development. · e422c314
    Łukasz Nowak authored
    Squashed commit of the following:
    
    commit 929bc31a
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Sep 23 15:52:48 2011 +0200
    
        Freeze versions.
    
        Driven by correctly working Vifib code.
    
    commit 8f0bb8ae
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Sep 23 15:09:30 2011 +0200
    
        Froze external resource version.
    
        Since long time both never changed, so it seems easier to have them in frozen
        state.
    
    commit 51fa4920
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Sep 23 13:06:27 2011 +0200
    
        Partially revert de6adaeb
    
        Keep original intention of extending gcc, but as there are problems with
        libc conflict (libppl is linked against system libc, but later used with
        old gcc provided libc, and detects features not available in old version
        of libc) provide trimmed down gcc in order to compile pdftk.
    
    commit f492604e
    Merge: 478ef9e7 e8bc2cbc
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Sep 23 09:52:15 2011 +0200
    
        Merge branch 'master' into erp5
    
        Conflicts:
        	component/apache/buildout.cfg
        Avoid using older version of apache from master.
    
        	component/libreoffice-bin/buildout.cfg
        Drop changes which problem addressed shall be done by releasing erp5 to master.
    
        	component/stunnel/buildout.cfg
        Drop changes which problem addressed shall be done by releasing erp5 to master.
    
          component/xorg/buildout.cfg
        Remove not needed garbage from master.
    
        	slapos/recipe/erp5/__init__.py
        Avoid cleanup removal by master.
    
        	slapos/recipe/erp5/template/logrotate_entry.in
        Remove not needed garbage from master.
    
        Manually found wrong changes on master:
    
          component/noVNC/buildout.cfg
        Use head instead of pinned version.
    
          stack/erp5.cfg
        Drop changes which problem addressed shall be done by releasing erp5 to master.
    
    commit 478ef9e7
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Sep 23 09:24:32 2011 +0200
    
        Drop reference to non existing part.
    
    commit de6adaeb
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Thu Sep 22 20:43:49 2011 +0200
    
        provide more featured gcc and change the target name from gcc-java to gcc.
    
    commit 5c8705cc
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Thu Sep 22 17:53:03 2011 +0200
    
        Revert "use our own gcc to buid libtiff and tesseract (thanks Kazuhiko)"
    
        This issue was found on system which had libstdc++ dynamic library not functional.
        It is pointing to broken link which results in error:
    
        /usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.4.5/libstdc++.a(ios_init.o): relocation R_X86_64_32 against `pthread_cancel' can not be used when making a shared object; recompile with -fPIC
    
        Each time dynamic library tries to use stdc++, as libstdc++.so was broken link.
    
        Currently SlapOS requires "sane" host: which has working libc, libc++ and gcc.
    
        Some day in future SlapOS node software can provide own compiler, toolchain
        and libc with libc++.
    
        This reverts commit 6819f5a8.
    
    commit 7f4141a5
    Author: Aurélien Calonne <aurel@nexedi.com>
    Date:   Thu Sep 22 16:31:29 2011 +0200
    
        typo
    
    commit 6819f5a8
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Thu Sep 22 14:59:27 2011 +0200
    
        use our own gcc to buid libtiff and tesseract (thanks Kazuhiko)
    
        This solve compilation problems on Debian 6.0.1
    
    commit 1fa67ac6
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Thu Sep 22 13:20:33 2011 +0200
    
        Use newer slapos buildout.
    
        It has more immunity on libnetworkcache errors.
    
    commit 8a266be8
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Thu Sep 22 11:26:29 2011 +0200
    
        add more informations about option httpclose
    
    commit a9b165b0
    Author: Aurélien Calonne <aurel@nexedi.com>
    Date:   Thu Sep 22 11:19:35 2011 +0200
    
        use options httpclose for haproxy, otherwise balancing is very inneficient
    
    commit e6ba92ed
    Author: Romain Courteaud <romain@nexedi.com>
    Date:   Thu Sep 22 10:30:31 2011 +0200
    
        Not using rotate option means delete rotated logs.
    
        Default value of 10 years should be enough.
    
    commit 49e06208
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Sep 21 13:58:02 2011 +0200
    
        version up : HAProxy 1.4.18.
    
    commit 406feaa2
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Sep 21 13:53:15 2011 +0200
    
        version up : SQLite 3.7.8.
    
    commit 29f65832
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Sep 21 13:49:07 2011 +0200
    
        more delailed sphinx.conf template using English stemming rule for now.
    
    commit f0060584
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Sep 21 13:45:33 2011 +0200
    
        pass dummy LDCONFIG to skip needless calling of ldconfig by non-root user and build without gpm.
    
    commit 67dd36e4
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Tue Sep 20 13:45:30 2011 +0200
    
        support sphinx-searchd instantiation.
    
    commit fdcdb743
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Tue Sep 20 10:52:45 2011 +0900
    
        Add missing argument for repozo and put everything in the same directory.
    
    commit 588c3be1
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Sep 19 16:22:26 2011 +0200
    
        remove garbage.
    
    commit 73b4a3ab
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Sep 19 15:36:45 2011 +0200
    
        Do not use not needed library.
    
    commit 6cd4947a
    Author: Aurélien Calonne <aurel@nexedi.com>
    Date:   Mon Sep 19 15:34:20 2011 +0200
    
        forgot to commit new md5 sum
    
    commit 7b4a909e
    Author: Aurélien Calonne <aurel@nexedi.com>
    Date:   Mon Sep 19 15:21:59 2011 +0200
    
        move to new version
    
    commit 93dd0144
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Fri Sep 16 17:34:46 2011 +0200
    
        remove garbage.
    
    commit ab109f06
    Author: Romain Courteaud <romain@nexedi.com>
    Date:   Fri Sep 16 15:00:51 2011 +0200
    
        Do not freeze egg version in components.
    
        This has to be done on software level.
    
    commit d90f21d9
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Wed Sep 14 14:08:38 2011 +0200
    
        use much better default haproxy values with explanations
    
    commit 071eb05a
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Thu Sep 15 16:52:49 2011 +0900
    
        Allow to add repozo to crond without tidstorage.
    
    commit 595a6768
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Thu Sep 15 17:16:25 2011 +0900
    
        Fix typos introduced in dbab53e6.
    
    commit a2d8de8e
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Sep 14 13:40:05 2011 +0200
    
        version up : Apache HTTP Server 2.2.21 including severay security fixes.
        * SECURITY: CVE-2011-3348 mod_proxy_ajp when combined with mod_proxy_balancer: Prevents unrecognized HTTP methods from marking ajp: balancer members in an error state, avoiding denial of service.
        * SECURITY: CVE-2011-3192 core: Further fixes to the handling of byte-range requests to use less memory, to avoid denial of service. This patch includes fixes to the patch introduced in release 2.2.20 for protocol compliance, as well as the MaxRanges directive.
    
    commit f2cf3b11
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Sun Sep 11 21:47:41 2011 +0200
    
        version up : MariaDB-5.3.1-beta.
    
    commit 2c3e6ad8
    Author: Jean-Paul Smets <jp@nexedi.com>
    Date:   Sat Sep 10 21:43:02 2011 +0200
    
        Circumvent unavailable server
    
    commit dd144e0a
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Fri Sep 9 18:52:24 2011 +0200
    
        stunnel 4.42 is obsolete, move to 4.43 (patch from Pavel Baranchuk)
    
    commit af0fc772
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Fri Sep 9 17:41:22 2011 +0200
    
        after kernel.org attack, we have to use another url (patch from Pavel Baranchuk)
    
    commit dbab53e6
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Thu Sep 8 18:41:31 2011 +0200
    
        optimize haproxy server configuration and explain values
    
    commit d09c6340
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Thu Sep 8 13:44:42 2011 +0200
    
        partially revert 30fa3e47, monthly rotate is not appropriate for all projects
    
    commit 0322f8c0
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Thu Sep 8 12:00:45 2011 +0200
    
        version up : OpenSSL 1.0.0e including important bug and security fixes
    
    commit f2e447eb
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Thu Sep 8 11:11:25 2011 +0200
    
        Setup environment in wrapper script instead of zope.conf
    
        zope.conf is read quite lite during zope startup and some modules are using
        environment variables to be set up (like DateTime) *before* zope.conf is read.
    
    commit b3b64302
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Wed Sep 7 14:29:51 2011 +0200
    
        use LogFormat closer to default apache config and add request time
    
        In the same time, it is useless to define to logformat when only
        one is used. Using format closer to default apache allows to
        more easily use various log parsers
    
    commit 30fa3e47
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Wed Sep 7 11:57:34 2011 +0200
    
        change logrotate policy, rotate every month, and keep logs forever
    
        For performance analysis, it is mandatory to keep logs for a very long
        time. Also it is sometimes required to analyse a bug that happened
        more than one more ago, so we have no other choices than keep logs
        and not remove them.
    
    commit bb3d694b
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Sep 5 23:32:24 2011 +0200
    
        version up : haproxy-1.4.17.
    
    commit aa64c97f
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Sep 5 22:39:56 2011 +0200
    
        cleanup mysql-5.1 and mariadb.
    
    commit 6c502cb6
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Sep 5 21:38:31 2011 +0200
    
        version up : MySQL-5.1.58 and sphinx search engine based on sphinx-2.0.1-beta.
    
    commit 67cd8b46
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Sep 5 16:37:31 2011 +0200
    
        Use download utility from build recipe.
    
    commit d9b0218a
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Sep 5 16:30:50 2011 +0200
    
        Typo: versions were not removed.
    
    commit 2bea3403
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Sep 5 16:23:28 2011 +0200
    
        Drop specific z3c.recipe.openoffice.
    
        slapos.recipe.build allows to install openoffice in same way as z3c.recipe.openoffice.
        Additionaly it does not hardcode internally paths or binaries, so less code
        updates are needed.
    
    commit e7c3a58f
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Fri Sep 2 21:31:54 2011 +0200
    
        version up : groonga-1.2.5 and groonga-storage-engine-0.5
    
    commit b8606deb
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Sep 2 16:59:26 2011 +0200
    
        Update url of new released version.
    
    commit b392f73d
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Sep 2 11:12:17 2011 +0200
    
        Pick the newest buildout and drop workaround.
    
        slapos.libnetworkcache does not depend anymore on M2Crypto (it uses openssl
        binary internally and it is optional).
    
        1.5.3-dev-SlapOS-009 version of zc.buildout is safe to be used with new,
        stabilised API to library.
    
    commit 5f3bed6b
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Aug 31 08:04:24 2011 +0200
    
        version up : apache httpd 2.2.20 including a fix for CVE-2011-3192.
    
    commit bb41ec35
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Tue Aug 30 11:12:32 2011 +0200
    
        Fixup 28c78ec2.
    
        Readd removed sleep.
    
    commit 299752f5
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Tue Aug 30 11:01:25 2011 +0200
    
        Stabilise ZODB naming.
    
        It shall be possible to switch easily between Zeo/Zope configuration without
        need to copy ZODB.
    
    commit d44a97f9
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Aug 29 18:25:53 2011 +0200
    
        Implement optional key authorisation entry point.
    
    commit 4bdba2e6
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Aug 29 17:45:00 2011 +0200
    
        Remove not needed connection dict parameters.
    
        ERP5 updater takes care of configuration certificate authority tool.
    
    commit 28c78ec2
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Aug 29 17:43:16 2011 +0200
    
        Configure certificate authority.
    
        Rely on portal introspections functionality.
    
    commit fe7a0738
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Aug 29 12:15:13 2011 +0200
    
        libreoffice depends on libICE and libSM too.
    
    commit 90c5fe0f
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Aug 26 16:57:58 2011 +0200
    
        Follow current changes.
    
    commit 3211d505
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Aug 26 17:58:57 2011 +0200
    
        Revert "Separate from operating system."
    
        This reverts commit 84b1322c.
    
        I want to wrong way.
    
    commit 84b1322c
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Fri Aug 26 17:52:56 2011 +0200
    
        Separate from operating system.
    
        Some variables might be present, which can influcence the compilation.
    
    commit e88bce15
    Author: Romain Courteaud <romain@nexedi.com>
    Date:   Fri Aug 26 13:10:30 2011 +0200
    
        Allow mysql connection from localhost
    
        As described in: http://dev.mysql.com/doc/refman/5.1/en/access-denied.html
        """
        If you cannot figure out why you get Access denied, remove from the user  table
        all entries that have Host values containing wildcards (entries that contain
        '%' or '_'  characters). A very common error is to insert a new entry with
        Host='%'  and User='some_user', thinking that this enables you to specify
        localhost to connect from the same machine. The reason that this does not work
        is that the default privileges include an entry with Host='localhost'  and
        User=''. Because that entry has a Host value 'localhost' that is more specific
        than '%', it is used in preference to the new entry when connecting from
        localhost! The correct procedure is to insert a second entry with
        Host='localhost'  and User='some_user', or to delete the entry with
        Host='localhost'  and User=''. After deleting the entry, remember to issue a
        FLUSH PRIVILEGES statement to reload the grant tables.
        """
    
    commit 2d8c0f42
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Thu Aug 25 17:34:10 2011 +0200
    
        Stunnel 4.39 is not available anymore, so move to 4.42.
    
    commit cf1b4e9b
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Thu Aug 25 15:44:37 2011 +0900
    
        Fix supervisor_controlled parameter for erp5_update script.
    
        If erp5_update is controlled through supervisord, then put it in etc/run/
        (slapgrid adds all the content of this directory to supervisord), otherwise,
        put it in bin directory.
    
    commit 8ee6f05f
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Thu Aug 25 11:55:05 2011 +0900
    
        Fix typo.
    
    commit c683bff6
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Aug 24 21:13:35 2011 +0200
    
        version up : poppler-0.17.2. disable building a static library.
    
    commit 41b5bc46
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Aug 24 21:04:03 2011 +0200
    
        cleanup xorg/buildout.cfg.
    
    commit 89c6ecec
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Aug 24 16:08:14 2011 +0200
    
        libreoffice 3.4 depends on libXinerama.
    
    commit 85b0a08b
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Tue Aug 23 19:04:07 2011 +0900
    
        Add products-deps as well (following 06bde8c4).
    
    commit 06bde8c4
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Tue Aug 23 16:24:23 2011 +0900
    
        Fix ERP5 products path for Zeo conflict resolution.
    
    commit 531c2a30
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Aug 22 11:37:03 2011 +0200
    
        Update md5sum missing in 63026d62.
    
    commit 2edb5d39
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Aug 22 11:31:22 2011 +0200
    
        add the patch in our repository because its content might differ by remote server's git version.
    
    commit fadaca9e
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Aug 22 11:26:35 2011 +0200
    
        version up : liberation-fonts-ttf-1.07.0.
    
    commit c304b671
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Mon Aug 22 13:27:43 2011 +0900
    
        Update md5sum missing in 63026d62.
    
    commit 63026d62
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Fri Aug 19 22:06:00 2011 +0900
    
        our own fontconfig should be also included in LD_LIBRARY_PATH so that we can force using our own fonts.
    
    commit 85b52784
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Fri Aug 19 21:28:25 2011 +0900
    
        Allow to set zodb and zeo client cache sizes.
    
    commit 8a31a2a3
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Thu Aug 18 14:55:18 2011 +0900
    
        Allow to specify cache_size for zeo client.
    
    commit 6057343c
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Aug 17 15:00:44 2011 +0900
    
        version up : haproxy-1.4.16.
    
    commit b939a999
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Mon Aug 15 17:01:40 2011 +0900
    
        Allow to specify userParameter options upon instanciation of zabbix agentd.
    
    commit 4da99694
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Mon Aug 15 17:01:15 2011 +0900
    
        Move instanciation of zabbix agentd to a dedicated method.
    
    commit 706ccb3a
    Author: Julien Muchembled <jm@nexedi.com>
    Date:   Sat Aug 13 03:14:23 2011 +0200
    
        bin/runUnitTest: prevent Testing from importing Zope2.App instead of App
    
    commit faeeea1f
    Author: Julien Muchembled <jm@nexedi.com>
    Date:   Sat Aug 13 02:52:52 2011 +0200
    
        bin/runUnitTest: buildout does not allow to indent Python code...
    
    commit a2484d5f
    Author: Julien Muchembled <jm@nexedi.com>
    Date:   Fri Aug 12 17:28:00 2011 +0200
    
        bin/runUnitTest: fix ZEO mode by not loading ZEO.ClientStorage too early
    
        This is required by testConflictResolution & testInvalidationBug.
    
    commit 7efd3421
    Author: Julien Muchembled <jm@nexedi.com>
    Date:   Fri Aug 12 17:16:19 2011 +0200
    
        bin/runUnitTest: code readibility
    
        The only functional change is the following:
        - before: sys.path begins with [*/product/*/tests] followed by [*/tests]
        - after: sys.path begins with [prj1/product/*/tests, prj1/tests,
                                       prj2/product/*/tests, prj2/tests,
                                       ...]
        This should have no impact.
    
    commit a03793d3
    Author: Julien Muchembled <jm@nexedi.com>
    Date:   Fri Aug 12 16:15:51 2011 +0200
    
        Add msec to zeo/zope logs
    
        Also remove 2 configuration lines that only repeated the default values
    
    commit 32a74d46
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Tue Aug 9 19:26:40 2011 +0900
    
        Avoid calling self.getMissingBusinessTemplateSet() twice.
    
    commit 151a120e
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Tue Aug 9 19:22:44 2011 +0900
    
        When updating bt5, update repositories before even if they are already present
        because new bt5 may have been added in the meantime.
    
    commit 9f72c8fe
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Thu Aug 11 16:33:54 2011 +0200
    
        Update md5sum.
    
        It was missing in 3a157be8
    
    commit 91e845de
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Thu Aug 11 15:56:49 2011 +0200
    
        Drop mr.developer usage.
    
        It is not used by default.
    
        It mangles buildout:develop as described in https://github.com/fschulze/mr.developer/issues/57,
        and buildout:develop is used in many project to checkout and develop various
        eggs in "slapos" way.
    
    commit 6722147a
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Thu Aug 11 10:38:59 2011 +0200
    
        Apply temporary workaround for slapos.libnetworkcache
    
    commit 069dbaff
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Tue Aug 9 20:35:13 2011 +0900
    
        update z3c.recipe.openoffice = 0.3.1dev9 to support LibreOffice-3.4.
    
    commit ab86b98a
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Fri Aug 5 16:02:13 2011 +0900
    
        Add gcc patch for multiarch support.
    
        On Debian-based distributions,  gcc FTBFS because of special  linker files and
        architecture-dependent  headers being  available in  /usr/lib/<triplet> rather
        than /usr/lib  and /usr/lib64. This avoids  settings respectively LIBRARY_PATH
        and CPATH manually on such distributions.
    
    commit fd87c01c
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Aug 8 09:31:33 2011 +0900
    
        version up : MariaDB-5.3.0-beta introducing subquery optimisation, handlersocket etc.
        http://kb.askmonty.org/en/mariadb-530-release-notes
    
    commit 3a157be8
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Fri Aug 5 11:14:55 2011 +0900
    
        Use zabbix_agentd rather than zabbix_agent for erp5 instanciation.
    
        zabbix_agentd is  a standalone  daemon which can  be ran  through supervisord,
        whereas zabbix_agent is  supposed to be used with inetd,  thus use the former,
        likewise zabbix-agent software instanciation profile.
    
    commit ef57d0ed
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Tue Aug 2 18:24:29 2011 +0900
    
        Allow to run erp5_update script manually, meaningful for production servers.
    
    commit 14dbacca
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Aug 1 17:29:29 2011 +0200
    
        Fixup fb0c783d
    
        Need to allow from www.owlfish.com, as WSGIUtils is available there.
    
    commit 36ce6518
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Mon Aug 1 14:20:29 2011 +0200
    
        Workaround for WSGIUtils begin removed from pypi.
    
    commit 18f43403
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Mon Aug 1 12:46:51 2011 +0900
    
        version up : freetype-2.4.6 security release.
    
    commit 20e9e476
    Author: Arnaud Fontaine <arnaud.fontaine@nexedi.com>
    Date:   Fri Jul 29 11:39:24 2011 +0900
    
        Fix typo in instance attribute name.
    
    commit 90ca8a21
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 21:45:08 2011 -0300
    
        Create certificate for front end and fix backend_path
    
    commit 614e0f9c
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 21:44:22 2011 -0300
    
        Permit use provide his own domain name (like in erp5 default)
    
    commit 8a0b28b0
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 21:42:56 2011 -0300
    
        Added comment.
    
    commit c17afe1e
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 21:41:20 2011 -0300
    
        Fix front end providing access to Zope.
    
    commit c99d0904
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 21:40:21 2011 -0300
    
        Fix when single "/" is provided as front end path.
    
    commit 892f2055
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 21:39:40 2011 -0300
    
        Reorganize to improve readability.
    
    commit 67c6efdf
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 17:19:16 2011 -0300
    
        tinny style change
    
        Added white spaces arround "="
    
    commit 64253339
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 15:50:29 2011 -0300
    
        Wait longer between the runs.
    
    commit a72e960e
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 15:50:00 2011 -0300
    
        Post conversion coordinates when create the System Preference.
    
    commit 91c9fe2e
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 28 15:37:28 2011 -0300
    
        No need use variable here
    
    commit 64ba0f2d
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Tue Jul 26 18:03:55 2011 -0300
    
        Increase long wait to 5 minutes instead 3 minutes between runs.
    
        This value could be much higher in future because it is only sleep for so
        long after instance be well setupped.
    
    commit 0a78dde5
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Tue Jul 26 18:01:09 2011 -0300
    
        It is not required to wait for activities here.
    
    commit 84afd096
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Tue Jul 26 17:59:32 2011 -0300
    
        Use Set() instead lists to simplify the code.
    
    commit 799fe78e
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Tue Jul 26 17:58:18 2011 -0300
    
        Remove not implemented code, Such API is not well defined yet.
    
    commit 1e6d5631
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Tue Jul 26 17:57:22 2011 -0300
    
        Use new TemplateTool API
    
    commit b44be8f1
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Tue Jul 26 17:56:24 2011 -0300
    
        simplify check for activities running.
    
    commit 7e80f287
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Tue Jul 26 17:55:00 2011 -0300
    
        Connect to apache backend instead zope.
    
    commit 1053d6cb
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Tue Jul 26 17:54:16 2011 -0300
    
        Enable SSLProxyEngine by default.
    
    commit 53987119
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 21 17:30:12 2011 -0300
    
        Fix Default value
    
    commit 0c46652c
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Thu Jul 21 17:29:42 2011 -0300
    
        Now portal_introspections is present since begin.
    
    commit faa673cc
    Author: Sebastien Robin <seb@nexedi.com>
    Date:   Thu Jul 28 14:13:09 2011 +0200
    
        the patch was changes, the md5sum needs to be updated
    
    commit 5a4e3d5b
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Thu Jul 28 19:51:25 2011 +0900
    
        rename the patch filename so that patch is well updated.
    
    commit e8ef845b
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Jul 27 18:50:53 2011 +0900
    
        versino up : memcached-1.4.6.
    
    commit 4a64cfe2
    Author: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
    Date:   Wed Jul 27 18:33:42 2011 +0900
    
        version up : xtrabackup-1.6.2.
    
    commit e11f1f3d
    Author: Łukasz Nowak <luke@nexedi.com>
    Date:   Tue Jul 19 09:48:22 2011 +0200
    
        Install developmeny by default.
    
    commit aa21fc97
    Author: Rafael Monnerat <rafael@nexedi.com>
    Date:   Mon Jul 18 15:49:31 2011 -0300
    
        Unfreeze erp5 and vifib (post merge with master)
    e422c314
instance.cfg 3.63 KB