Changeset 3645
- Timestamp:
- 10/10/12 16:15:26 (7 months ago)
- Location:
- trunk/smartmontools
- Files:
-
- 1 added
- 8 modified
- 1 moved
-
ChangeLog (added)
-
ChangeLog-5.0-6.0 (moved) (moved from trunk/smartmontools/CHANGELOG) (1 diff)
-
INSTALL (modified) (1 diff)
-
Makefile.am (modified) (4 diffs)
-
do_release (modified) (2 diffs)
-
os_win32/installer.nsi (modified) (3 diffs)
-
os_win32/smartctl_vc10.vcxproj (modified) (1 diff)
-
os_win32/smartctl_vc10.vcxproj.filters (modified) (1 diff)
-
os_win32/smartd_vc10.vcxproj (modified) (1 diff)
-
os_win32/smartd_vc10.vcxproj.filters (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/smartmontools/ChangeLog-5.0-6.0
r3643 r3645 1 CHANGELOG for smartmontools 1 CHANGELOG for smartmontools 5.0 to 6.0 2 2 3 3 $Id$ 4 5 The most recent version of this file is:6 http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/trunk/smartmontools/CHANGELOG?view=markup7 4 8 5 Maintainers / Developers Key (alphabetic order): -
trunk/smartmontools/INSTALL
r3624 r3645 594 594 /usr/local/share/man/man8/smartd.8 [Manual page] 595 595 /usr/local/share/doc/smartmontools/AUTHORS [Information about the authors and developers] 596 /usr/local/share/doc/smartmontools/C HANGELOG[A log of changes. Also see SVN]596 /usr/local/share/doc/smartmontools/ChangeLog [A log of changes. Also see SVN] 597 597 /usr/local/share/doc/smartmontools/COPYING [GNU General Public License Version 2] 598 598 /usr/local/share/doc/smartmontools/INSTALL [Installation instructions: what you're reading!] -
trunk/smartmontools/Makefile.am
r3609 r3645 283 283 284 284 docsdir=$(docdir) 285 docs_DATA = AUTHORS \ 286 CHANGELOG \ 287 COPYING \ 288 INSTALL \ 289 NEWS \ 290 README \ 291 TODO \ 292 WARNINGS \ 293 smartd.conf 285 docs_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 294 296 295 297 examplesdir=$(exampledir) … … 399 401 if IS_SVN_BUILD 400 402 # Get version info from SVN 401 svnversion.h: C HANGELOGMakefile $(svn_deps)403 svnversion.h: ChangeLog Makefile $(svn_deps) 402 404 echo '/* svnversion.h. Generated by Makefile from svn info. */' > $@ 403 405 (cd $(srcdir) \ … … 409 411 410 412 # SVN not available, guess version info from Id strings 411 svnversion.h: C HANGELOGMakefile413 svnversion.h: ChangeLog Makefile 412 414 echo '/* svnversion.h. Generated by Makefile from Id strings. */' > $@ 413 (cd $(srcdir) && cat C HANGELOGMakefile.am configure.in smart*.in *.cpp *.h *.s) \415 (cd $(srcdir) && cat ChangeLog Makefile.am configure.in smart*.in *.cpp *.h *.s) \ 414 416 | sed -n 's,^.*\$$[I][d]: [^ ]* \([0-9][0-9]* [0-9][-0-9]* [0-9][:0-9]*\)[^:0-9][^$$]*\$$.*$$,\1,p' \ 415 417 | sort -n -r \ … … 662 664 $(EXEFILES_WIN32) \ 663 665 $(docdir_win32)/AUTHORS.txt \ 664 $(docdir_win32)/CHANGELOG.txt \ 666 $(docdir_win32)/ChangeLog.txt \ 667 $(docdir_win32)/ChangeLog-5.0-6.0.txt \ 665 668 $(docdir_win32)/COPYING.txt \ 666 669 $(docdir_win32)/INSTALL.txt \ -
trunk/smartmontools/do_release
r3642 r3645 9 9 # Notes on generating releases: 10 10 # (1) update NEWS 11 # (2) update C HANGELOG-- put in release number11 # (2) update ChangeLog -- put in release number 12 12 # (3) update release number in configure.in 13 13 # (4) to test, run without '--commit' … … 64 64 (cd $WDROOT && svn status) | while read s; do 65 65 case "`echo $s | tr -s ' '`" in 66 "M "$DIRPAT/smartmontools/C HANGELOG) echo "$s: OK";;66 "M "$DIRPAT/smartmontools/ChangeLog) echo "$s: OK";; 67 67 "M "$DIRPAT/smartmontools/NEWS) echo "$s: OK";; 68 68 "M "$DIRPAT/smartmontools/configure.in) echo "$s: OK";; -
trunk/smartmontools/os_win32/installer.nsi
r3631 r3645 175 175 SetOutPath "$INSTDIR\doc" 176 176 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" 178 179 File "${INPDIR}\doc\COPYING.txt" 179 180 File "${INPDIR}\doc\INSTALL.txt" … … 309 310 !insertmacro CreateAdminShortCut "$SMPROGRAMS\smartmontools\Documentation\drivedb-add.h (create, edit).lnk" "$EDITOR" "$INSTDIR\bin\drivedb-add.h" 310 311 nodb: 311 CreateShortCut "$SMPROGRAMS\smartmontools\Documentation\C HANGELOG.lnk" "$INSTDIR\doc\CHANGELOG.txt"312 CreateShortCut "$SMPROGRAMS\smartmontools\Documentation\ChangeLog.lnk" "$INSTDIR\doc\ChangeLog.txt" 312 313 CreateShortCut "$SMPROGRAMS\smartmontools\Documentation\COPYING.lnk" "$INSTDIR\doc\COPYING.txt" 313 314 CreateShortCut "$SMPROGRAMS\smartmontools\Documentation\NEWS.lnk" "$INSTDIR\doc\NEWS.txt" … … 432 433 Delete "$INSTDIR\bin\runcmdu.exe.manifest" 433 434 Delete "$INSTDIR\doc\AUTHORS.txt" 434 Delete "$INSTDIR\doc\C HANGELOG.txt"435 Delete "$INSTDIR\doc\ChangeLog.txt" 435 436 Delete "$INSTDIR\doc\COPYING.txt" 436 437 Delete "$INSTDIR\doc\INSTALL.txt" -
trunk/smartmontools/os_win32/smartctl_vc10.vcxproj
r3609 r3645 284 284 <None Include="..\AUTHORS" /> 285 285 <None Include="..\autogen.sh" /> 286 <None Include="..\C HANGELOG" />286 <None Include="..\ChangeLog" /> 287 287 <None Include="..\config.h.in" /> 288 288 <None Include="..\configure.in" /> -
trunk/smartmontools/os_win32/smartctl_vc10.vcxproj.filters
r3609 r3645 114 114 <None Include="..\AUTHORS" /> 115 115 <None Include="..\autogen.sh" /> 116 <None Include="..\C HANGELOG" />116 <None Include="..\ChangeLog" /> 117 117 <None Include="..\config.h.in" /> 118 118 <None Include="..\configure.in" /> -
trunk/smartmontools/os_win32/smartd_vc10.vcxproj
r3609 r3645 289 289 <None Include="..\AUTHORS" /> 290 290 <None Include="..\autogen.sh" /> 291 <None Include="..\C HANGELOG" />291 <None Include="..\ChangeLog" /> 292 292 <None Include="..\config.h.in" /> 293 293 <None Include="..\configure.in" /> -
trunk/smartmontools/os_win32/smartd_vc10.vcxproj.filters
r3609 r3645 117 117 <None Include="..\AUTHORS" /> 118 118 <None Include="..\autogen.sh" /> 119 <None Include="..\C HANGELOG" />119 <None Include="..\ChangeLog" /> 120 120 <None Include="..\config.h.in" /> 121 121 <None Include="..\configure.in" />