CHANGES
changeset 11548 1ae61c25299a
parent 11546 0797bfbd9a04
child 11554 5631764c51ba
equal deleted inserted replaced
11547:fd7d2033cd80 11548:1ae61c25299a
       
     1 0.2.1 (2015-01-23)
       
     2 ------------------
       
     3 
       
     4 -   Fix cors 'methods' and 'headers' parameters passing (:issue:`4849874`).
       
     5 
     1 0.2.0 (2015-01-21)
     6 0.2.0 (2015-01-21)
     2 ------------------
     7 ------------------
     3 
     8 
     4 -   Create a documentation (:issue:`4849313`)
     9 -   Create a documentation (:issue:`4849313`)
     5 -   Fix cors 'origin' parameter passing (:issue:`4783343`)
    10 -   Fix cors 'origin' parameter passing (:issue:`4783343`)
     6 -   Fix configuration loading when 'cubicweb.includes' is not set (:issue:`4849314`)
    11 -   Fix configuration loading when 'cubicweb.includes' is not set
       
    12     (:issue:`4849314`)
     7 -   Move auth-related code to :mod:`pyramid_cubicweb.auth`.
    13 -   Move auth-related code to :mod:`pyramid_cubicweb.auth`.
     8 -   Add profiling tools
    14 -   Add profiling tools
     9 -   Cleanups
    15 -   Cleanups
    10 
    16 
    11 0.1.3 (2014-12-08)
    17 0.1.3 (2014-12-08)
    14 -   Fix cookies max_age (:issue:`4731764`)
    20 -   Fix cookies max_age (:issue:`4731764`)
    15 
    21 
    16 0.1.2 (2014-11-15)
    22 0.1.2 (2014-11-15)
    17 ------------------
    23 ------------------
    18 
    24 
    19 -   Fix excessive rollbacks on HTTPSuccessful or HTTPRedirection (:issue:`4566482`)
    25 -   Fix excessive rollbacks on HTTPSuccessful or HTTPRedirection
       
    26     (:issue:`4566482`)
    20 
    27 
    21 0.1.1 (2014-11-02)
    28 0.1.1 (2014-11-02)
    22 ------------------
    29 ------------------
    23 
    30 
    24 -   Have `CWUser.last_login_time` properly updated (:issue:`4549891`)
    31 -   Have `CWUser.last_login_time` properly updated (:issue:`4549891`)
    26 0.1.0 (2014-10-23)
    33 0.1.0 (2014-10-23)
    27 ------------------
    34 ------------------
    28 
    35 
    29 Initial release
    36 Initial release
    30 
    37 
    31 -   Provides a pyramid-based authentication and session management for a cubicweb
    38 -   Provides a pyramid-based authentication and session management for a
    32     instance.
    39     cubicweb instance.
    33 -   Run a cubicweb instance as a pyramid application
    40 -   Run a cubicweb instance as a pyramid application