Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
ChangeLog update, added Colaboration document
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Wisniewski committed Jun 11, 2014
1 parent ad2a695 commit 1bd1d3b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions COLABORATION
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
bashnapi is an open project I accept pull requests gladly. Please feel free to contact me if you would like to collaborate or post a patch for this project.

Rules of thumb:
===============

- always fork the dev branch (your changes before merged to master will be merged there). dev represents current development state of the project and contains the newest code.
- before posting a patch TEST it. Perform some manual verification first and use bashnapi test environment to verify if your delivery didn't brake anything else.
- write tests for your code (refer to test suite readme under tests/ subdirectory for more details)
10 changes: 9 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
version v1.2.1
version v1.2.1 (2014-06-11)
- Major code redesign which includes
-- decomposing code into small functional blocks
-- assuring more compatibility with old shells
-- implemented multithreading (spawning multiple processes ata time to speed
up the processing -F options)
-- "skip" option reimplemented and made more flexible
-- multiple verbosity levels
- implemented unit test suite for napi.sh
- prepared test environment for system & unit tests (based on Vagrant & Puppet)
- prepared system tests for napi & subotage


version v1.1.13 (2014-05-03)
Expand Down

0 comments on commit 1bd1d3b

Please # to comment.