Skip to content
This repository was archived by the owner on Sep 19, 2021. It is now read-only.

Commit cb94d84

Browse files
committed
update text files
1 parent 32122d9 commit cb94d84

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

ChangeLog.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# PixelController ChangeLog
22

3-
## Changelog v1.5.1 to v2.0.0 (TBD)
4-
875 files changed, 229947 insertions(+), 227327 deletions(-)
5-
3+
## Changelog v1.5.1 to v2.0.0 (2. December 2013)
4+
877 files changed, 230934 insertions(+), 227347 deletions(-)
65
* Modularize Project, rewrote large parts
76
* Add new command line version of PixelController - run on a headless server (like an RPi)
87
* Add make speed of generators configurable via GUI and save it as part of the preset (Issue #46)

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -431,8 +431,8 @@ As a string point, add your hardware in the `OutputDeviceEnum.java` class and ha
431431

432432
Optional, license header check for all source files (http://code.mycila.com/license-maven-plugin/)
433433

434-
# mvn license:check -Dyear=2013 -Demail=michu@neophob.com -Dlicense.header=src/etc/header.txt (check)
435-
# mvn license:format -Dyear=2013 -Demail=michu@neophob.com -Dlicense.header=src/etc/header.txt (apply)
434+
# mvn license:check -Dyear=2013 -Demail=michu@neophob.com -Dlicense.header=./../pixelcontroller-distribution/src/main/resources/header.txt
435+
# mvn license:format -Dyear=2013 -Demail=michu@neophob.com -Dlicense.header=./../pixelcontroller-distribution/src/main/resources/header.txt
436436

437437

438438
Use the Maven version plugin to update your POM’s versions:
@@ -447,13 +447,12 @@ Rebuild:
447447

448448
Test application, make sure the `config.properties` file is correct.
449449

450+
Update `readme.pdf` - use `README.md` as source.
451+
450452
Update Changelog, add git status:
451453

452454
# git diff v1.5.0 develop --stat
453455

454-
455-
Update `readme.pdf` - use `README.md` as source.
456-
457456
Commit and push new version:
458457

459458
# git commit pom.xml -m "release v1.5.1"
Binary file not shown.

0 commit comments

Comments
 (0)