*** 今後のリリースは、https://github.com/smeghead/starbug1 から行ないます。 ***
Starbug1 は、BTS(バグトラッキングシステム) です。最近の他のBTSと比べても、とても高速に動作します。項目のカスタマイズ次第で、ITS(イシュートラッキングシステム)としても使用できます。 Windows、Linux OS、FreeBSD、MacOSXのWebサーバ上でCGIとして動作します。 Windowsの場合は、windows版のバイナリを利用できます。
Docker イメージを利用できます。 https://hub.docker.com/r/smeghead7/starbug1
Starbug1は、軽量、高速なバグトラッキングシステム(BTS: Bug Tarcking System)です。
C で書かれているため少ないリソース(例えば10年前のパソコンなど)でも快適に動作します。
公式サイト http://starbug1.com/
ダウンロードは、Sourceforge.jp http://sourceforge.jp/projects/starbug1/ から
Starbug1 1.3.17 をリリースしました。主な変更内容は以下です。
- コードコメントの英語化(途中)
- 統計情報のバーンダウンチャートの日付が全て同じ日付になっているバグを修正した。localtime関数ではなくlocaltime_r関数を使うようにした。
2010-08-29 smeghead <smeghead@users.sourceforge.jp>
* add link-disabled css definition to top.css
2010-08-27 smeghead <smeghead@users.sourceforge.jp>
* translate code comment.
2010-08-25 smeghead <smeghead@users.sourceforge.jp>
* fixed a bug that date label of burndown chart are all same date.
use localtime_r function instead of localtime.
2010-08-23 smeghead <smeghead@users.sourceforge.jp>
* fixed a bug that date label of burndown chart are all same date.