Fixed ChangeLog generation so that it only includes svn/trunk or relevant branch rather than whole svn repository.

Updated ChangeLog
This commit is contained in:
Robert Osfield 2009-04-12 18:54:07 +00:00
parent c04d37f699
commit 8d124e5709
2 changed files with 6 additions and 1 deletions

View File

@ -132,7 +132,7 @@ IF (OSG_MAINTAINER)
ADD_CUSTOM_TARGET(ChangeLog
COMMAND ${SVNCOMMAND} update
COMMAND ${GENERATELOGS}
COMMAND ${GENERATELOGS} ${SVNSOURCEDIR}
)
ENDIF(OSG_MAINTAINER)

View File

@ -1,3 +1,8 @@
2009-04-11 07:12 robert
* AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp:
Updated ChangeLog and AUTHORS for 2.9.3 dev release
2009-04-11 06:25 robert
* src/osgWrappers/osgAnimation/Bone.cpp: updated wrappers