aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-10 22:57:51 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-10 22:57:51 +0100
commit6a4cbfccbd649b6e9dd92be74d106f7a8336a264 (patch)
tree4f9f38fe21853c92dc3622db5857d6507613cfd6 /NEWS
parentmostly splitting the source (diff)
downloadscrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.gz
scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.bz2
scrotty-6a4cbfccbd649b6e9dd92be74d106f7a8336a264.tar.xz
soon, convert will not be used
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS25
1 files changed, 20 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 751422e..8016618 100644
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,30 @@
scrotty NEWS -*- outline -*-
-* Noteworthy changes in release 1.1 (TO BE DETERMINED) [stable]
+* Noteworthy changes in release 2.0 (TO BE DETERMINED) [stable]
** Installation changes
The installation process has changed. Please read INSTALL.
+** Dependency changes
+
+ ImageMagick is not longer used.
+
+ libpng is now required.
+
+ GCC is not required, any compiler for ISO C 99 will do.
+
+ The GNU C library, or any POSIX-compliant C standard
+ library with the getopt_long function, is now required.
+
** Improvements
The option --raw has been added. This option makes scrotty
- store the images as a portble anymap format image rather
- than as Portable Network Graphics image. With this change
- ImageMagick becomes optional, but you have to opt-out if
- you do not have it.
+ store the images as a portable anymap format image rather
+ than as Portable Network Graphics image.
+
+ The ability to pass arguments to convert(1) has been
+ removed. Utilise the --exec option instead!
Internationalisation support has been added. For the purpose
of testing, a complete Swedish translation has been included.
@@ -21,6 +33,9 @@ scrotty NEWS -*- outline -*-
The Texinfo manual lists the basics of strftime(3P).
+ The invocation syntax is less strict, and short options
+ have been added.
+
** Translations
The program and the man page has been translated to Swedish.