You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2004/01/14 21:36:01 UTC

cvs commit: modperl-2.0/todo release

stas        2004/01/14 12:36:01

  Modified:    todo     release
  Log:
  another issue to deal with before 2.0
  
  Revision  Changes    Path
  1.7       +4 -0      modperl-2.0/todo/release
  
  Index: release
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/todo/release,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -u -r1.6 -r1.7
  --- release	19 Dec 2003 01:17:32 -0000	1.6
  +++ release	14 Jan 2004 20:36:01 -0000	1.7
  @@ -2,6 +2,10 @@
   # Things to be resolved for mod_perl 2.0 release #
   ##################################################
   
  +* some autogenerated record accessors shouldn't be get/set but only get (e.g.
  +  Apache->server->is_virtual(1) is wrong). Need to add a new flag supported by
  +  MapUtil and map files, where we can say which accessors should be read-only
  +
   * static build - if we make it working on OpenBSD, AIX and FreeBSD,
     then it's not important to fix the DSO issues, otherwise make the
     DSO issues in (todo/bugs_build) a release issue.