changelog.txt 4.8 KB

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