Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonnessjoen committed Aug 12, 2024
1 parent 7dad6d8 commit 05d4ac0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion config/mactelnet.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: mactelnet
Version: 0.5.3
Version: 0.6.0
Release: 1%{?gitrev:.%{gitrev}git}%{?dist}
Summary: Console tools for connecting to, and serving, devices using MikroTik RouterOS MAC-Telnet protocol.
Epoch: 7
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.71])
AC_INIT([mactelnet],[0.5.3],[[email protected]])
AC_INIT([mactelnet],[0.6.0],[[email protected]])
AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([src/mactelnet.c])
AC_CONFIG_HEADERS([src/config.h])
Expand Down
8 changes: 4 additions & 4 deletions po/bg.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mactelnet\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-08-10 13:29+0200\n"
"POT-Creation-Date: 2024-08-12 14:00+0200\n"
"PO-Revision-Date: 2024-08-10 14:07+0200\n"
"Last-Translator: Chat GPT <[email protected]>\n"
"Language-Team: Boian Bonev <[email protected]>\n"
Expand Down Expand Up @@ -736,17 +736,17 @@ msgstr "не е намерен\n"
msgid "found\n"
msgstr "намерен\n"

#: src/mtwei.c:57
#: src/mtwei.c:56
#, c-format
msgid "FATAL ERROR: Function returned NULL at %s:%d: %s;\n"
msgstr "ФАТАЛНА ГРЕШКА: Функцията върна NULL на %s:%d: %s;\n"

#: src/mtwei.c:162
#: src/mtwei.c:178
#, c-format
msgid "Cannot mix gamma into pubkey: %s\n"
msgstr "Не може да се смеси гама в обща ключ: %s\n"

#: src/mtwei.c:200
#: src/mtwei.c:216
#, c-format
msgid "Cannot make a public key: %s\n"
msgstr "Не може да се направи общ ключ: %s\n"
Expand Down
8 changes: 4 additions & 4 deletions po/nb.po
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: mactelnet\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-08-10 13:29+0200\n"
"POT-Creation-Date: 2024-08-12 14:00+0200\n"
"PO-Revision-Date: 2024-08-10 13:42+0200\n"
"Last-Translator: Håkon Nessjøen <[email protected]>\n"
"Language-Team: Håkon Nessjøen <[email protected]>\n"
Expand Down Expand Up @@ -718,17 +718,17 @@ msgstr "ikke funnet\n"
msgid "found\n"
msgstr "funnet\n"

#: src/mtwei.c:57
#: src/mtwei.c:56
#, c-format
msgid "FATAL ERROR: Function returned NULL at %s:%d: %s;\n"
msgstr "FATAL FEIL: Funksjonen returnerte NULL ved %s:%d: %s;\n"

#: src/mtwei.c:162
#: src/mtwei.c:178
#, c-format
msgid "Cannot mix gamma into pubkey: %s\n"
msgstr "Kan ikke blande gamma inn i offentlig nøkkel: %s\n"

#: src/mtwei.c:200
#: src/mtwei.c:216
#, c-format
msgid "Cannot make a public key: %s\n"
msgstr "Kan ikke lage en offentlig nøkkel: %s\n"
Expand Down

0 comments on commit 05d4ac0

Please sign in to comment.