Skip to content

Commit

Permalink
Bump version to 1.1.62
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmybergman committed Mar 26, 2024
1 parent c8fd375 commit e9f14d7
Show file tree
Hide file tree
Showing 19 changed files with 57 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.deb
webapp/package.json.bak
2 changes: 1 addition & 1 deletion bind_sync/Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Atomia::Bind::Syncer',
'VERSION' => '1.1.61',
'VERSION' => '1.1.62',
'AUTHOR' => 'Jimmy Bergman <[email protected]>',
'EXE_FILES' => [ 'bin/atomiabindsync' ]
);
6 changes: 6 additions & 0 deletions bind_sync/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
atomiadns-bindsync (1.1.62) hardy; urgency=low

* Fix NSEC3 ordername with PowerDNS

-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100

atomiadns-bindsync (1.1.61) hardy; urgency=low

* Bump version to 1.1.61
Expand Down
2 changes: 1 addition & 1 deletion dyndns/Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'atomiadyndns',
'VERSION' => '1.1.61',
'VERSION' => '1.1.62',
'AUTHOR' => 'Jimmy Bergman <[email protected]>',
'EXE_FILES' => [ 'bin/atomiadyndns' ]
);
6 changes: 6 additions & 0 deletions dyndns/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
atomiadns-dyndns (1.1.62) hardy; urgency=low

* Fix NSEC3 ordername with PowerDNS

-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100

atomiadns-dyndns (1.1.61) hardy; urgency=low

* Bump version to 1.1.61
Expand Down
2 changes: 1 addition & 1 deletion powerdns_sync/Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Atomia::DNS::PowerDNSSyncer',
'VERSION' => '1.1.61',
'VERSION' => '1.1.62',
'AUTHOR' => 'Jimmy Bergman <[email protected]>',
'EXE_FILES' => [ 'bin/atomiapowerdnssync' ]
);
6 changes: 6 additions & 0 deletions powerdns_sync/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
atomiadns-powerdnssync (1.1.62) hardy; urgency=low

* Fix NSEC3 ordername with PowerDNS

-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100

atomiadns-powerdnssync (1.1.61) hardy; urgency=low

* Bump version to 1.1.61
Expand Down
2 changes: 1 addition & 1 deletion server/Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Atomia::DNS::Server',
'VERSION' => '1.1.61',
'VERSION' => '1.1.62',
'AUTHOR' => 'Jimmy Bergman <[email protected]>',
'DIR' => [],
'EXE_FILES' => [ 'bin/generate_private_key' ]
Expand Down
6 changes: 4 additions & 2 deletions server/SPECS/atomiadns-masterserver.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Summary: Complete master SOAP server for Atomia DNS
Name: atomiadns-masterserver
Version: 1.1.61
Version: 1.1.62
Release: 1%{?dist}
License: Commercial
Group: System Environment/Daemons
Expand All @@ -18,7 +18,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch

Requires: atomiadns-api >= 1.1.61 atomiadns-database >= 1.1.61
Requires: atomiadns-api >= 1.1.62 atomiadns-database >= 1.1.62

%description
Complete master SOAP server for Atomia DNS
Expand All @@ -37,6 +37,8 @@ Complete master SOAP server for Atomia DNS
%files

%changelog
* Tis Mar 26 2024 Jimmy Bergman <[email protected]> - 1.1.62-1
- Fix NSEC3 ordername with PowerDNS
* Thu Oct 12 2023 Nemanja Zivkovic <[email protected]> - 1.1.61-1
- Bump version to 1.1.61
* Mon Jun 19 2023 Nemanja Zivkovic <[email protected]> - 1.1.60-1
Expand Down
2 changes: 1 addition & 1 deletion server/client/Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'atomiadnsclient',
'VERSION' => '1.1.61',
'VERSION' => '1.1.62',
'AUTHOR' => 'Jimmy Bergman <[email protected]>',
'EXE_FILES' => [ 'atomiadnsclient', 'dnssec_zsk_rollover' ]
);
6 changes: 6 additions & 0 deletions server/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
atomiadns-masterserver (1.1.62) hardy; urgency=low

* Fix NSEC3 ordername with PowerDNS

-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100

atomiadns-masterserver (1.1.61) hardy; urgency=low

* Bump version to 1.1.61
Expand Down
2 changes: 1 addition & 1 deletion server/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Standards-Version: 3.6.1

Package: atomiadns-masterserver
Architecture: all
Depends: atomiadns-api (>= 1.1.61), atomiadns-database (>= 1.1.61)
Depends: atomiadns-api (>= 1.1.62), atomiadns-database (>= 1.1.62)
Description: Complete master SOAP server for Atomia DNS

Package: atomiadns-api
Expand Down
2 changes: 1 addition & 1 deletion syncer/Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'Atomia::DNS::Syncer',
'VERSION' => '1.1.61',
'VERSION' => '1.1.62',
'AUTHOR' => 'Jimmy Bergman <[email protected]>',
'EXE_FILES' => [ 'bin/atomiadnssync' ]
);
6 changes: 6 additions & 0 deletions syncer/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
atomiadns-nameserver (1.1.62) hardy; urgency=low

* Fix NSEC3 ordername with PowerDNS

-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100

atomiadns-nameserver (1.1.61) hardy; urgency=low

* Bump version to 1.1.61
Expand Down
2 changes: 1 addition & 1 deletion update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ find dyndns syncer server zonefileimporter powerdns_sync bind_sync webapp -name
done

# Update package.json
sed -i 's/\("version": "\)[^"]*"/\1'"$version"'"/' */package.json
sed -i.bak 's/\("version": "\)[^"]*"/\1'"$version"'"/' */package.json
6 changes: 6 additions & 0 deletions webapp/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
atomiadns-webapp (1.1.62) hardy; urgency=low

* Fix NSEC3 ordername with PowerDNS

-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100

atomiadns-webapp (1.1.61) hardy; urgency=low

* Bump version to 1.1.61
Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "atomiadns-controlpanel",
"version": "1.1.61",
"version": "1.1.62",
"private": true,
"dependencies": {
"express": "= 3.11.0",
Expand Down
2 changes: 1 addition & 1 deletion zonefileimporter/Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use ExtUtils::MakeMaker;
WriteMakefile(
'NAME' => 'atomiadns_zoneimport',
'VERSION' => '1.1.61',
'VERSION' => '1.1.62',
'AUTHOR' => 'Jimmy Bergman <[email protected]>',
'EXE_FILES' => [ 'atomiadns_zoneimport' ]
);
6 changes: 6 additions & 0 deletions zonefileimporter/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
atomiadns-zoneimport (1.1.62) hardy; urgency=low

* Fix NSEC3 ordername with PowerDNS

-- Jimmy Bergman <[email protected]> Tis, 26 Mar 2024 13:16:25 +0100

atomiadns-zoneimport (1.1.61) hardy; urgency=low

* Bump version to 1.1.61
Expand Down

0 comments on commit e9f14d7

Please sign in to comment.