| OLD | NEW |
| (Empty) |
| 1 Return-Path: <warner@users.sourceforge.net> | |
| 2 Delivered-To: warner-sourceforge@luther.lothar.com | |
| 3 Received: (qmail 23221 invoked by uid 1000); 28 Jul 2003 06:53:15 -0000 | |
| 4 Delivered-To: warner-sourceforge@lothar.com | |
| 5 Received: (qmail 58537 invoked by uid 13574); 28 Jul 2003 06:53:09 -0000 | |
| 6 Received: from unknown (HELO sc8-sf-list1.sourceforge.net) ([66.35.250.206]) (en
velope-sender <warner@users.sourceforge.net>) | |
| 7 by 130.94.181.6 (qmail-ldap-1.03) with SMTP | |
| 8 for <warner-sourceforge@lothar.com>; 28 Jul 2003 06:53:09 -0000 | |
| 9 Received: from sc8-sf-sshgate.sourceforge.net ([66.35.250.220] helo=sc8-sf-netmi
sc.sourceforge.net) | |
| 10 by sc8-sf-list1.sourceforge.net with esmtp | |
| 11 (Cipher TLSv1:DES-CBC3-SHA:168) (Exim 3.31-VA-mm2 #1 (Debian)) | |
| 12 id 19h1sb-0003nw-00 | |
| 13 for <warner@users.sourceforge.net>; Sun, 27 Jul 2003 23:53:09 -0700 | |
| 14 Received: from sc8-pr-cvs1-b.sourceforge.net ([10.5.1.7] helo=sc8-pr-cvs1.source
forge.net) | |
| 15 by sc8-sf-netmisc.sourceforge.net with esmtp (Exim 3.36 #1 (Debian)) | |
| 16 id 19h1sa-00018t-00 | |
| 17 for <warner@users.sourceforge.net>; Sun, 27 Jul 2003 23:53:08 -0700 | |
| 18 Received: from localhost ([127.0.0.1] helo=sc8-pr-cvs1.sourceforge.net) | |
| 19 by sc8-pr-cvs1.sourceforge.net with esmtp (Exim 3.22 #1 (Debian)) | |
| 20 id 19h1sa-0002mX-00 | |
| 21 for <warner@users.sourceforge.net>; Sun, 27 Jul 2003 23:53:08 -0700 | |
| 22 From: warner@users.sourceforge.net | |
| 23 To: warner@users.sourceforge.net | |
| 24 Subject: buildbot ChangeLog,1.93,1.94 | |
| 25 Message-Id: <E19h1sa-0002mX-00@sc8-pr-cvs1.sourceforge.net> | |
| 26 Date: Sun, 27 Jul 2003 23:53:08 -0700 | |
| 27 Status: | |
| 28 | |
| 29 Update of /cvsroot/buildbot/buildbot | |
| 30 In directory sc8-pr-cvs1:/tmp/cvs-serv10689 | |
| 31 | |
| 32 Modified Files: | |
| 33 ChangeLog | |
| 34 Log Message: | |
| 35 * NEWS: started adding new features | |
| 36 | |
| 37 | |
| 38 Index: ChangeLog | |
| 39 =================================================================== | |
| 40 RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v | |
| 41 retrieving revision 1.93 | |
| 42 retrieving revision 1.94 | |
| 43 diff -C2 -d -r1.93 -r1.94 | |
| 44 *** ChangeLog 27 Jul 2003 22:53:27 -0000 1.93 | |
| 45 --- ChangeLog 28 Jul 2003 06:53:06 -0000 1.94 | |
| 46 *************** | |
| 47 *** 1,4 **** | |
| 48 --- 1,6 ---- | |
| 49 2003-07-27 Brian Warner <warner@lothar.com> | |
| 50 | |
| 51 + * NEWS: started adding new features | |
| 52 + | |
| 53 * buildbot/changes/mail.py: start work on Syncmail parser, move | |
| 54 mail sources into their own file | |
| 55 | |
| 56 | |
| OLD | NEW |