File: ChangeLog

package info (click to toggle)
openmsx 21.0%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 28,132 kB
  • sloc: cpp: 244,928; xml: 54,344; tcl: 15,603; python: 5,335; perl: 281; sh: 78; makefile: 57
file content (11 lines) | stat: -rw-r--r-- 587 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
We don't maintain a traditional ChangeLog file anymore. Instead we try to write
detailed (git) commit messages. If you have a clone of the openMSX git
repository, you can see the commit messages with the command:
    git log

Historically we did maintain a ChangeLog file:
pre-2009:  Change entries are stored in the ChangeLog file (now renamed to
           ChangeLog.old).
2009:      Transition period. We switched from ChangeLog to commit messages.
           Unfortunately not all developers switched at the same time :(
post-2009: All change entries are written as commit messages.