1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Changeset 3645

Show
Ignore:
Timestamp:
10/10/12 16:15:26 (7 months ago)
Author:
chrfranke
Message:

Rename old CHANGELOG to ChangeLog?-5.0-6.0.
Start new ChangeLog?.

Location:
trunk/smartmontools
Files:
1 added
8 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/smartmontools/ChangeLog-5.0-6.0

    r3643 r3645  
    1 CHANGELOG for smartmontools 
     1CHANGELOG for smartmontools 5.0 to 6.0 
    22 
    33$Id$ 
    4  
    5 The most recent version of this file is: 
    6 http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/CHANGELOG?view=markup 
    74 
    85Maintainers / Developers Key (alphabetic order): 
  • trunk/smartmontools/INSTALL

    r3624 r3645  
    594594/usr/local/share/man/man8/smartd.8                      [Manual page] 
    595595/usr/local/share/doc/smartmontools/AUTHORS              [Information about the authors and developers] 
    596 /usr/local/share/doc/smartmontools/CHANGELOG            [A log of changes. Also see SVN] 
     596/usr/local/share/doc/smartmontools/ChangeLog            [A log of changes. Also see SVN] 
    597597/usr/local/share/doc/smartmontools/COPYING              [GNU General Public License Version 2] 
    598598/usr/local/share/doc/smartmontools/INSTALL              [Installation instructions: what you're reading!] 
  • trunk/smartmontools/Makefile.am

    r3609 r3645  
    283283 
    284284docsdir=$(docdir) 
    285 docs_DATA = AUTHORS     \ 
    286             CHANGELOG   \ 
    287             COPYING     \ 
    288             INSTALL     \ 
    289             NEWS        \ 
    290             README      \ 
    291             TODO        \ 
    292             WARNINGS    \ 
    293             smartd.conf 
     285docs_DATA = \ 
     286        AUTHORS \ 
     287        ChangeLog \ 
     288        ChangeLog-5.0-6.0 \ 
     289        COPYING \ 
     290        INSTALL \ 
     291        NEWS \ 
     292        README \ 
     293        TODO \ 
     294        WARNINGS \ 
     295        smartd.conf 
    294296 
    295297examplesdir=$(exampledir) 
     
    399401if IS_SVN_BUILD 
    400402# Get version info from SVN 
    401 svnversion.h: CHANGELOG Makefile $(svn_deps) 
     403svnversion.h: ChangeLog Makefile $(svn_deps) 
    402404        echo '/* svnversion.h.  Generated by Makefile from svn info.  */' > $@ 
    403405        (cd $(srcdir) \ 
     
    409411 
    410412# SVN not available, guess version info from Id strings 
    411 svnversion.h: CHANGELOG Makefile 
     413svnversion.h: ChangeLog Makefile 
    412414        echo '/* svnversion.h.  Generated by Makefile from Id strings.  */' > $@ 
    413         (cd $(srcdir) && cat CHANGELOG Makefile.am configure.in smart*.in *.cpp *.h *.s) \ 
     415        (cd $(srcdir) && cat ChangeLog Makefile.am configure.in smart*.in *.cpp *.h *.s) \ 
    414416        | sed -n 's,^.*\$$[I][d]: [^ ]* \([0-9][0-9]* [0-9][-0-9]* [0-9][:0-9]*\)[^:0-9][^$$]*\$$.*$$,\1,p' \ 
    415417        | sort -n -r \ 
     
    662664        $(EXEFILES_WIN32) \ 
    663665        $(docdir_win32)/AUTHORS.txt \ 
    664         $(docdir_win32)/CHANGELOG.txt \ 
     666        $(docdir_win32)/ChangeLog.txt \ 
     667        $(docdir_win32)/ChangeLog-5.0-6.0.txt \ 
    665668        $(docdir_win32)/COPYING.txt \ 
    666669        $(docdir_win32)/INSTALL.txt \ 
  • trunk/smartmontools/do_release

    r3642 r3645  
    99# Notes on generating releases: 
    1010# (1) update NEWS 
    11 # (2) update CHANGELOG -- put in release number 
     11# (2) update ChangeLog -- put in release number 
    1212# (3) update release number in configure.in  
    1313# (4) to test, run without '--commit' 
     
    6464(cd $WDROOT && svn status) | while read s; do 
    6565  case "`echo $s | tr -s ' '`" in 
    66     "M "$DIRPAT/smartmontools/CHANGELOG)    echo "$s: OK";; 
     66    "M "$DIRPAT/smartmontools/ChangeLog)    echo "$s: OK";; 
    6767    "M "$DIRPAT/smartmontools/NEWS)         echo "$s: OK";; 
    6868    "M "$DIRPAT/smartmontools/configure.in) echo "$s: OK";; 
  • trunk/smartmontools/os_win32/installer.nsi

    r3631 r3645  
    175175  SetOutPath "$INSTDIR\doc" 
    176176  File "${INPDIR}\doc\AUTHORS.txt" 
    177   File "${INPDIR}\doc\CHANGELOG.txt" 
     177  File "${INPDIR}\doc\ChangeLog.txt" 
     178  File "${INPDIR}\doc\ChangeLog-5.0-6.0.txt" 
    178179  File "${INPDIR}\doc\COPYING.txt" 
    179180  File "${INPDIR}\doc\INSTALL.txt" 
     
    309310        !insertmacro CreateAdminShortCut "$SMPROGRAMS\smartmontools\Documentation\drivedb-add.h (create, edit).lnk" "$EDITOR" "$INSTDIR\bin\drivedb-add.h" 
    310311    nodb: 
    311     CreateShortCut "$SMPROGRAMS\smartmontools\Documentation\CHANGELOG.lnk" "$INSTDIR\doc\CHANGELOG.txt" 
     312    CreateShortCut "$SMPROGRAMS\smartmontools\Documentation\ChangeLog.lnk" "$INSTDIR\doc\ChangeLog.txt" 
    312313    CreateShortCut "$SMPROGRAMS\smartmontools\Documentation\COPYING.lnk"   "$INSTDIR\doc\COPYING.txt" 
    313314    CreateShortCut "$SMPROGRAMS\smartmontools\Documentation\NEWS.lnk"      "$INSTDIR\doc\NEWS.txt" 
     
    432433  Delete "$INSTDIR\bin\runcmdu.exe.manifest" 
    433434  Delete "$INSTDIR\doc\AUTHORS.txt" 
    434   Delete "$INSTDIR\doc\CHANGELOG.txt" 
     435  Delete "$INSTDIR\doc\ChangeLog.txt" 
    435436  Delete "$INSTDIR\doc\COPYING.txt" 
    436437  Delete "$INSTDIR\doc\INSTALL.txt" 
  • trunk/smartmontools/os_win32/smartctl_vc10.vcxproj

    r3609 r3645  
    284284    <None Include="..\AUTHORS" /> 
    285285    <None Include="..\autogen.sh" /> 
    286     <None Include="..\CHANGELOG" /> 
     286    <None Include="..\ChangeLog" /> 
    287287    <None Include="..\config.h.in" /> 
    288288    <None Include="..\configure.in" /> 
  • trunk/smartmontools/os_win32/smartctl_vc10.vcxproj.filters

    r3609 r3645  
    114114    <None Include="..\AUTHORS" /> 
    115115    <None Include="..\autogen.sh" /> 
    116     <None Include="..\CHANGELOG" /> 
     116    <None Include="..\ChangeLog" /> 
    117117    <None Include="..\config.h.in" /> 
    118118    <None Include="..\configure.in" /> 
  • trunk/smartmontools/os_win32/smartd_vc10.vcxproj

    r3609 r3645  
    289289    <None Include="..\AUTHORS" /> 
    290290    <None Include="..\autogen.sh" /> 
    291     <None Include="..\CHANGELOG" /> 
     291    <None Include="..\ChangeLog" /> 
    292292    <None Include="..\config.h.in" /> 
    293293    <None Include="..\configure.in" /> 
  • trunk/smartmontools/os_win32/smartd_vc10.vcxproj.filters

    r3609 r3645  
    117117    <None Include="..\AUTHORS" /> 
    118118    <None Include="..\autogen.sh" /> 
    119     <None Include="..\CHANGELOG" /> 
     119    <None Include="..\ChangeLog" /> 
    120120    <None Include="..\config.h.in" /> 
    121121    <None Include="..\configure.in" />