You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by dr...@apache.org on 2001/03/08 21:06:59 UTC

cvs commit: apr CHANGES

dreid       01/03/08 12:06:59

  Modified:    .        CHANGES
  Log:
  One day I'll remember to do this when I actually commit :)
  
  Revision  Changes    Path
  1.73      +3 -0      apr/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apr/CHANGES,v
  retrieving revision 1.72
  retrieving revision 1.73
  diff -u -r1.72 -r1.73
  --- CHANGES	2001/03/08 00:35:35	1.72
  +++ CHANGES	2001/03/08 20:06:57	1.73
  @@ -1,5 +1,8 @@
   Changes with APR b1  
   
  +  *) Add apr_sendto and apr_recvfrom for Unix.  Start of adding UDP
  +     support.  [David Reid]
  +
     *) Add a method to get the password from the system for a given
        user.  [John Barbee <jb...@covalent.net>]