summaryrefslogtreecommitdiffstats
path: root/amtterm.spec
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-04-22 15:01:24 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 15:01:24 +0200
commit89252918cda93909f5dcaf2f883d6331cc60626e (patch)
treedadccd0eed98f23f87e2d942bc3e89c3549852bd /amtterm.spec
parentf30bbeacbefdc670595de45832e5e24c04f707ed (diff)
downloadamtterm-89252918cda93909f5dcaf2f883d6331cc60626e.tar.gz
Automatic commit of package [amtterm] release [1.7-1].amtterm-1.7-1
Created by command: /usr/bin/tito tag --use-version=1.7
Diffstat (limited to 'amtterm.spec')
-rw-r--r--amtterm.spec40
1 files changed, 39 insertions, 1 deletions
diff --git a/amtterm.spec b/amtterm.spec
index a22d415..c21689a 100644
--- a/amtterm.spec
+++ b/amtterm.spec
@@ -1,6 +1,6 @@
Name: amtterm
License: GPLv2+
-Version: 1.6
+Version: 1.7
Release: 1%{?dist}
Summary: Serial-over-lan (sol) client for Intel AMT
Group: Applications/Internet
@@ -46,6 +46,44 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications/ \
%{_datadir}/applications/gamt.desktop
%changelog
+* Fri Apr 22 2022 Gerd Hoffmann <kraxel@redhat.com> 1.7-1
+- add amtider to specfile (kraxel@redhat.com)
+- amtider: use defines for floppy and cdrom type (hare@suse.de)
+- amtider: switch to cd-rom emulation per default and add manpage
+ (hare@suse.de)
+- ider: cleanup documentation (hare@suse.de)
+- ider: implement GET CONFIGURATION (hare@suse.de)
+- ider: implement READ DISC INFORMATION and READ TRACK INFORMATION
+ (hare@suse.de)
+- ider: fixup READ TOC (hare@suse.de)
+- ider: chunked transport (hare@suse.de)
+- redir: split client and server seqno (hare@suse.de)
+- ider: switch to floppy emulation (hare@suse.de)
+- ider: fixups and better logging (hare@suse.de)
+- amtider: option to start gracefully or onreboot (hare@suse.de)
+- ider: implement ider_read_data() (hare@suse.de)
+- ider: implement READ_10 (hare@suse.com)
+- ider: Add MODE_SENSE_10 (hare@suse.com)
+- ider: implement device select (hare@suse.com)
+- ider: implement READ CAPACITY (hare@suse.com)
+- ider: fixup compilation (hare@suse.de)
+- ider: implement data_to_host (hare@suse.de)
+- redir: split off IDE redirection commands (hare@suse.de)
+- redir: reshuffle functions (hare@suse.de)
+- redir: add ider reset handling (hare@suse.de)
+- amtider: handle SIGTERM (hare@suse.de)
+- redir: IDE-redirection receive stubs (hare@suse.de)
+- redir: select start function by type (hare@suse.de)
+- amtider: IDE-redirection client (hare@suse.de)
+- RedirectionConstants.h: remove linebreak (hare@suse.de)
+- Merge branch 'ssl' (hare@suse.de)
+- amtterm: cleanup whitespace (hare@suse.de)
+- redir: cleanup whitespace (hare@suse.de)
+- add note for newer machines to amtterm manpage (kraxel@redhat.com)
+- add gcc to specfile (kraxel@redhat.com)
+- fix memory leak (kraxel@redhat.com)
+- fix typo in man page (kraxel@redhat.com)
+
* Mon Feb 27 2017 Gerd Hoffmann <kraxel@redhat.com> 1.6-1
- sync makefile & specfile (kraxel@redhat.com)
- *really* switch to vte 2.91 (kraxel@redhat.com)