changelog.txt 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. #
  2. # Software Index, Copyright 2010, Software Index Project Team
  3. # Link: http://swi.sourceforge.net
  4. #
  5. # This file is part of Software Index Tool.
  6. #
  7. # Software Index is free software: you can redistribute it and/or modify
  8. # it under the terms of the GNU General Public License as published by
  9. # the Free Software Foundation, version 3 of the License.
  10. #
  11. # Software Index is distributed in the hope that it will be useful,
  12. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. # GNU General Public License for more details.
  15. #
  16. # You should have received a copy of the GNU General Public License
  17. # along with Software Index. If not, see <http://www.gnu.org/licenses/>.
  18. #
  19. ____________________________________________
  20. -- 2010/02/28: VERSION 0.9.2 released
  21. -- Date: 2010/02/18
  22. Reference: noref
  23. Issue type: improvement
  24. Severity: None
  25. Module(s): Parser
  26. Description: Algorithm of generation of >>>GLOBAL<<< function changed.
  27. Now it does not include empty lines at the end.
  28. -- Date: 2010/02/18
  29. Reference: noref
  30. Issue type: fix
  31. Severity: Minor
  32. Module(s): Launcher
  33. Description: Exit code is now a sum of codes from scanner and appraiser
  34. -- Date: 2010/02/18
  35. Reference: noref
  36. Issue type: improvement
  37. Severity: None
  38. Module(s): Launcher
  39. Description: Status message added at the end of execution
  40. -- Date: 2010/02/16
  41. Reference: noref
  42. Issue type: fix
  43. Severity: Minor
  44. Module(s): Appraiser
  45. Description: Infinity strings changed, perl warning removed
  46. -- Date: 2010/02/16
  47. Reference: noref
  48. Issue type: fix
  49. Severity: Critical
  50. Module(s): Gcov bridge
  51. Description: gcov usage command corrected
  52. -- Date: 2010/02/15
  53. Reference: noref
  54. Issue type: fix
  55. Severity: Minor
  56. Module(s): Parser
  57. Description: regexp for C++ function identifier corrected
  58. ____________________________________________
  59. -- 2010/02/15: VERSION 0.9.1 released
  60. -- Date: 2010/02/14
  61. Reference: noref
  62. Issue type: feature
  63. Severity: Major
  64. Module(s): Appraiser
  65. Description: Relative limits are possible with zero numbers
  66. Infinity/-Infinity statistics supported
  67. -- Date: 2010/02/14
  68. Reference: noref
  69. Issue type: fix
  70. Severity: Major
  71. Module(s): Coverage indexer
  72. Description: Empty gcov data (no calls, no branches) is processed correctly now
  73. -- Date: 2010/02/14
  74. Reference: noref
  75. Issue type: fix
  76. Severity: Minor
  77. Module(s): Converter
  78. Description: Duplication messages are deactivated by default
  79. However, they are always printed if there corresponding failures
  80. -- Date: 2010/02/14
  81. Reference: noref
  82. Issue type: fix
  83. Severity: Minor
  84. Module(s): Scanner
  85. Description: Line offset bug fixed
  86. -- Date: 2010/02/12
  87. Reference: noref
  88. Issue type: fix
  89. Severity: Major
  90. Module(s): Processor
  91. Description: Calculation of length and crc statistics corrected for global code
  92. -- Date: 2010/02/12
  93. Reference: noref
  94. Issue type: fix
  95. Severity: Major
  96. Module(s): Appraiser
  97. Description: Calculation of avarage data fixed
  98. -- Date: 2010/02/12
  99. Reference: noref
  100. Issue type: fix
  101. Severity: Major
  102. Module(s): Duplication indexer
  103. Description: By default, it is now enabled
  104. -- Date: 2010/02/12
  105. Reference: noref
  106. Issue type: improvement
  107. Severity: Minor
  108. Module(s): Images
  109. Description: Logos attached to the source control system
  110. -- Date: 2010/02/12
  111. Reference: noref
  112. Issue type: improvement
  113. Severity: Minor
  114. Module(s): Parser (C++ language)
  115. Description: Excessive blank symbols are removed in names of functions-operators
  116. -- Date: 2010/02/12
  117. Reference: noref
  118. Issue type: improvement
  119. Severity: Minor
  120. Module(s): Project description
  121. Description: Minor stylistic improvements
  122. -- Date: 2010/02/11
  123. Reference: noref
  124. Issue type: feature
  125. Severity: Critical
  126. Module(s): Duplication indexer
  127. Description: Makefile added
  128. -- Date: 2010/02/11
  129. Reference: noref
  130. Issue type: fix
  131. Severity: Critical
  132. Module(s): Parser
  133. Description: C language, correction for nonamed enum, struct
  134. ____________________________________________
  135. -- 2010/02/11: VERSION 0.9.0 released for internal beta testing
  136. -- Date: 2010/02/10
  137. Reference: noref
  138. Issue type: feature
  139. Severity: Major
  140. Module(s): gcov bridge
  141. Description: Collection of coverage statistic added
  142. -- Date: 2010/01/31
  143. Reference: noref
  144. Issue type: feature
  145. Severity: Critical
  146. Module(s): Parser
  147. Description: C++ language support added
  148. -- Date: 2010/01/10
  149. Reference: noref
  150. Issue type: fix
  151. Severity: Critical
  152. Module(s): Parser
  153. Description: C language parser becomes loyal with code formating
  154. ____________________________________________
  155. -- 2009/08/22: VERSION 0.8.0 released for internal beta testing
  156. ____________________________________________
  157. -- 2009/07/13: VERSION 0.7.0 released for internal beta testing