aaron       01/10/15 23:31:55

  Modified:    .        CHANGES
  Log:
  Me too!
  
  Revision  Changes    Path
  1.34      +6 -0      apr-util/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr-util/CHANGES,v
  retrieving revision 1.33
  retrieving revision 1.34
  diff -u -r1.33 -r1.34
  --- CHANGES   2001/08/29 18:37:20     1.33
  +++ CHANGES   2001/10/16 06:31:54     1.34
  @@ -1,5 +1,11 @@
   Changes with APR-util b1  
   
  +  *) We now create exports.c and export_vars.h, which in turn create
  +     exports.c.  From this we generate two more files with different
  +     purposes: aprutil.exp - list of exported symbols; and exports.lo
  +     (exports.o) - an object file that can be linked with an executable
  +     to force resolution of all apr-util symbols.   [Aaron Bannert]
  +
     *) Fix Berkley DBM support [Ian Holsman <[EMAIL PROTECTED]>]
   
     *) Fix apr_brigade_vprintf so that it can handle more than
  
  
  

Reply via email to