Show
Ignore:
Timestamp:
10/22/07 12:33:54 (6 years ago)
Author:
p_lindheimer
Message:

Merged revisions 5128 via svnmerge from
http://svn.freepbx.org/modules/branches/2.3

........

r5128 | p_lindheimer | 2007-10-22 09:32:32 -0700 (Mon, 22 Oct 2007) | 1 line


add CHANGES log into framework module

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4

    • Property svnmerge-integrated changed from /modules/branches/2.3:1-5080,5111 to /modules/branches/2.3:1-5080,5111,5128
  • modules/branches/2.4/publish.pl

    r5126 r5129  
    5757    if (system("mv $framework/tmp/libfreepbx.install.php $framework/")) { 
    5858      die "FATAL: failed to mv libfreepbx.install.php to $framework\n"; 
     59    } 
     60    if (system("mv $framework/tmp/CHANGES $framework/")) { 
     61      die "FATAL: failed to mv CHANGES to $framework\n"; 
    5962    } 
    6063    if (system("rm -rf $framework/tmp")) {