- 
    Tue Dec 22 2020 Miroslav Suchý <miroslav@suchy.cz> 1.1.3-1
    
- Implement unattended mode.
- move init section after sleep() so it can be interrupted by Ctrl+C
   
  
  - 
    Mon Nov 30 2020 Miroslav Suchý <msuchy@redhat.com> 1.1.2-1
    
- BR make
- Fix typo in error message
   
  
  - 
    Mon May 04 2020 Miroslav Suchý <msuchy@redhat.com> 1.1.1-1
    
- fix version in released rpm
- fix short version of --version
- implement --root option
- initialize rpm transaction faster
- do not traceback when Ctrl+C
- do not go over all packages if neither -a or -o is set
- implement --exclude
   
  
  - 
    Tue Apr 21 2020 Miroslav Suchý <miroslav@suchy.cz> 1.0.22-1
    
- build for el7
   
  
  - 
    Thu Jan 16 2020 Miroslav Suchý <msuchy@redhat.com> 1.0.21-1
    
- Drop the deprecated no-op "U" mode for open() to support Python 3.9
   
  
  - 
    Sun Sep 22 2019 Miroslav Suchý <msuchy@redhat.com> 1.0.20-1
    
- remove old changelog entries
- better handle message after merging
- do not run pylint by default
- add sdiff support [GH#51]
- rpmconf.sgml: Improve readability
- include README in package
   
  
  - 
    Wed Apr 05 2017 Miroslav Suchý <msuchy@redhat.com> 1.0.19-1
    
- implement --test
- 1350249 - correctly pass /dev/null to difflib
   
  
  - 
    Fri Jun 24 2016 Miroslav Suchý <miroslav@suchy.cz> 1.0.18-1
    
- add pylintrc
   
  
  - 
    Fri Jun 24 2016 Miroslav Suchý <miroslav@suchy.cz> 1.0.17-1
    
- set loglevel only for rpmconf logger
- standard import "import errno" comes before "from rpmconf import rpmconf"
  (wrong-import-order)
- fix a typo in the /usr/bin/ls arguments
   
  
  - 
    Tue Dec 01 2015 Miroslav Suchý <msuchy@redhat.com> 1.0.16-1
    
- temporary workaround for BZ 1287055
- 1287034 - local variable 'fromdate' referenced before assignment