Download List

Projeto Descrição

*** Future releases will start at https://github.com/smeghead/starbug1. ***

Starbug1 is web-based BTS(bug tracking system) This is fast, simple and lots of ticket properties can be customized. You can use Starbug1 on Linux, FreeBSD, MacOSX or Windows. Starbug1 is written by C.

Docker https://hub.docker.com/r/smeghead7/starbug1

System Requirements

System requirement is not defined

Liberado: 2010-08-29 17:27
starbug1 1.3.17 (1 files Esconder)

Release Notes

Starbug1は、軽量、高速なバグトラッキングシステム(BTS: Bug Tarcking System)です。
C で書かれているため少ないリソース(例えば10年前のパソコンなど)でも快適に動作します。

公式サイト http://starbug1.com/
ダウンロードは、Sourceforge.jp http://sourceforge.jp/projects/starbug1/ から

Starbug1 1.3.17 をリリースしました。主な変更内容は以下です。
- コードコメントの英語化(途中)
- 統計情報のバーンダウンチャートの日付が全て同じ日付になっているバグを修正した。localtime関数ではなくlocaltime_r関数を使うようにした。

Changelog

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.