changelog.txt 5.2 KB

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