Commit a9bcd85a authored by Leo Iannacone's avatar Leo Iannacone

Merge remote-tracking branch 'github/master' into portable

parents 9420750c 0f234980
# 1.2.0 (2015-03-05)
* [new] align webui with sbuild debomatic codebase - closes #8
* [new] use compression by default for all request - save bandwith
* [new] add semating tags for log files
* [new] add support to gravatar
* [new] add support for "system" as debomatic.architecture
* [new] [libraries] update tablesort, chartist and bootstrap
* [fix] corecttly show too long package versions
* [fix] update debomatic URL homepage - closes #10
* [fix] commands: add binnmu and update buildep - closes #9
# 1.1.0 (2014-12-19)
* [new] [module] change names to Start and Stop
* [new] [module] add parser for blhc log file
......
{
"name": "debomatic-webui",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"dependencies": {
"coffee-script": "*",
......
......@@ -20,7 +20,7 @@ if [ "$y" == "y" -o "$y" == "Y" ] ; then
echo -n "Do git-commit? [y/N] "
read y
if [ "$y" == "y" -o "$y" == "Y" ] ; then
git commit -m "Bumped version ${VERSION}" ${PACKAGE}
git commit -m "Bumped version ${VERSION}" ${PACKAGE} History.md
y='n'
echo -n "Do git-tag? [y/N] "
read y
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment