changelog.txt 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170
  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/XX: VERSION 0.9.2 not yet released
  21. -- Date: 2010/02/16
  22. Reference: noref
  23. Issue type: fix
  24. Severity: Minor
  25. Module(s): Appraiser
  26. Description: Infinity strings changed, perl warning removed
  27. -- Date: 2010/02/16
  28. Reference: noref
  29. Issue type: fix
  30. Severity: Critical
  31. Module(s): Gcov bridge
  32. Description: gcov usage command corrected
  33. -- Date: 2010/02/15
  34. Reference: noref
  35. Issue type: fix
  36. Severity: Minor
  37. Module(s): Parser
  38. Description: regexp for C++ function identifier corrected
  39. ____________________________________________
  40. -- 2010/02/15: VERSION 0.9.1 released
  41. -- Date: 2010/02/14
  42. Reference: noref
  43. Issue type: feature
  44. Severity: Major
  45. Module(s): Appraiser
  46. Description: Relative limits are possible with zero numbers
  47. Infinity/-Infinity statistics supported
  48. -- Date: 2010/02/14
  49. Reference: noref
  50. Issue type: fix
  51. Severity: Major
  52. Module(s): Coverage indexer
  53. Description: Empty gcov data (no calls, no branches) is processed correctly now
  54. -- Date: 2010/02/14
  55. Reference: noref
  56. Issue type: fix
  57. Severity: Minor
  58. Module(s): Converter
  59. Description: Duplication messages are deactivated by default
  60. However, they are always printed if there corresponding failures
  61. -- Date: 2010/02/14
  62. Reference: noref
  63. Issue type: fix
  64. Severity: Minor
  65. Module(s): Scanner
  66. Description: Line offset bug fixed
  67. -- Date: 2010/02/12
  68. Reference: noref
  69. Issue type: fix
  70. Severity: Major
  71. Module(s): Processor
  72. Description: Calculation of length and crc statistics corrected for global code
  73. -- Date: 2010/02/12
  74. Reference: noref
  75. Issue type: fix
  76. Severity: Major
  77. Module(s): Appraiser
  78. Description: Calculation of avarage data fixed
  79. -- Date: 2010/02/12
  80. Reference: noref
  81. Issue type: fix
  82. Severity: Major
  83. Module(s): Duplication indexer
  84. Description: By default, it is now enabled
  85. -- Date: 2010/02/12
  86. Reference: noref
  87. Issue type: improvement
  88. Severity: Minor
  89. Module(s): Images
  90. Description: Logos attached to the source control system
  91. -- Date: 2010/02/12
  92. Reference: noref
  93. Issue type: improvement
  94. Severity: Minor
  95. Module(s): Parser (C++ language)
  96. Description: Excessive blank symbols are removed in names of functions-operators
  97. -- Date: 2010/02/12
  98. Reference: noref
  99. Issue type: improvement
  100. Severity: Minor
  101. Module(s): Project description
  102. Description: Minor stylistic improvements
  103. -- Date: 2010/02/11
  104. Reference: noref
  105. Issue type: feature
  106. Severity: Critical
  107. Module(s): Duplication indexer
  108. Description: Makefile added
  109. -- Date: 2010/02/11
  110. Reference: noref
  111. Issue type: fix
  112. Severity: Critical
  113. Module(s): Parser
  114. Description: C language, correction for nonamed enum, struct
  115. ____________________________________________
  116. -- 2010/02/11: VERSION 0.9.0 released for internal beta testing
  117. -- Date: 2010/02/10
  118. Reference: noref
  119. Issue type: feature
  120. Severity: Major
  121. Module(s): gcov bridge
  122. Description: Collection of coverage statistic added
  123. -- Date: 2010/01/31
  124. Reference: noref
  125. Issue type: feature
  126. Severity: Critical
  127. Module(s): Parser
  128. Description: C++ language support added
  129. -- Date: 2010/01/10
  130. Reference: noref
  131. Issue type: fix
  132. Severity: Critical
  133. Module(s): Parser
  134. Description: C language parser becomes loyal with code formating
  135. ____________________________________________
  136. -- 2009/08/22: VERSION 0.8.0 released for internal beta testing
  137. ____________________________________________
  138. -- 2009/07/13: VERSION 0.7.0 released for internal alpha testing