mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 05:38:43 +02:00
release 0.179
This commit is contained in:
12
NEWS
12
NEWS
@@ -1,3 +1,15 @@
|
||||
0.179.0
|
||||
- signature (ssh key) authetication fixes (RSA key support, skip binary files)
|
||||
- commandline: handle calls without arguments gracefully
|
||||
- use percent-quoted url for download url generation
|
||||
- osc co/up: highlight pending requests' header
|
||||
- get_results(): fix check for empty details
|
||||
- another exception for github URLs for "osc add"
|
||||
- update Sphinx configuration, documentation fixes
|
||||
- support flavors in aggregatepac
|
||||
- check if repos provided to aggregatepac command exist
|
||||
- several coding style fixes
|
||||
|
||||
0.178.0
|
||||
- EXPERIMENTAL: git repository handling
|
||||
* init command is working inside of a git repository
|
||||
|
@@ -5,7 +5,7 @@
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
__version__ = '0.178'
|
||||
__version__ = '0.179'
|
||||
|
||||
# __store_version__ is to be incremented when the format of the working copy
|
||||
# "store" changes in an incompatible way. Please add any needed migration
|
||||
|
Reference in New Issue
Block a user