Skip to content

Commit

Permalink
mykernel-0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turulomio committed Apr 5, 2020
1 parent 56828c1 commit 9c5c176
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.7.0
- Ccache directory is now /var/cache/ccache_mykernel.

## 0.6.0
- Added ccache support with --ccache parameter.

Expand Down
5 changes: 4 additions & 1 deletion locale/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mykernel\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-05 09:40+0200\n"
"POT-Creation-Date: 2020-04-05 10:33+0200\n"
"PO-Revision-Date: 2020-01-30 18:51+0100\n"
"Last-Translator: root <turulomio@yahoo.es>\n"
"Language-Team: Spanish\n"
Expand Down Expand Up @@ -83,3 +83,6 @@ msgstr "Escribe un fichero de configuración /etc/mykernel/mykernel.ini"

msgid "Use ccache to compile"
msgstr "Usa ccache para compilar"

msgid "Shows ccache statistics"
msgstr ""
5 changes: 4 additions & 1 deletion locale/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: RecPermissions\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-05 09:40+0200\n"
"POT-Creation-Date: 2020-04-05 10:33+0200\n"
"PO-Revision-Date: 2018-11-03 07:11+0100\n"
"Last-Translator: root <turulomio@yahoo.es>\n"
"Language-Team: French\n"
Expand Down Expand Up @@ -83,6 +83,9 @@ msgstr ""
msgid "Use ccache to compile"
msgstr ""

msgid "Shows ccache statistics"
msgstr ""

#~ msgid "If changed restart from first python setup.py doc"
#~ msgstr "S'il y a eu modification, recommencer depuis le premier document python setup.py"

Expand Down
5 changes: 4 additions & 1 deletion locale/mykernel.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-04-05 09:41+0200\n"
"POT-Creation-Date: 2020-04-05 10:33+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -82,3 +82,6 @@ msgstr ""

msgid "Use ccache to compile"
msgstr ""

msgid "Shows ccache statistics"
msgstr ""
2 changes: 1 addition & 1 deletion man/es/man1/mykernel.1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mykernel usage: mykernel [\-h] [\-\-version] [\-\-config]
.SH DESCRIPCI\('ON

.PP
This app has the following mandatory parameters:
Esta aplicaci\('on tiene los siguientes par\('ametros obligatorios:
.PP
.RS
.B \-\-config
Expand Down
2 changes: 1 addition & 1 deletion mykernel/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import datetime

__versiondate__ = datetime.date(2020, 4, 5)
__version__ = '0.6.0'
__version__ = '0.7.0'

0 comments on commit 9c5c176

Please sign in to comment.