Release 2.1.0

libpit:
* hidden directories are ignored

pit-swing:
* added new/delete project/issue buttons
* added word wrap
* changed default issue status to NEW
This commit is contained in:
Jonathan Bernard
2010-02-27 03:06:35 -06:00
parent 3208be8e04
commit 85bd269c55
22 changed files with 154 additions and 71 deletions

View File

@ -0,0 +1,4 @@
Ignore hidden directories.
==========================
Directories that are hidden (determined via File.isHidden()) should not be traversed.

View File

@ -1 +0,0 @@
Add an optional word-wrap at 80 characters for the Issue display

View File

@ -0,0 +1,2 @@
Add an optional word-wrap at 80 characters for the Issue display.
=================================================================

View File

@ -0,0 +1,4 @@
Ignore Hidden directories.
==========================
Directories that are hidden should be ignored (File.isHidden() determines).