1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
2008-02-24 Squeeze 0.2.3
* libsqueeze/archive.c: Fix bug 3772 (fix against glib-2.15)
* docs/reference/libsqueeze/*: Fix license notice of docs to GPL,
the entire package is licensed under the GPL now. GFDL license was
a bug.
2008-01-04 Squeeze 0.2.2
* configure.in.in,
libsqueeze/libsqueeze.h: add SQUEEZE_API_SUBJECT_TO_CHANGE define to
make sure developers recognise the fact the API can be changed in the
future.
* libsqueeze/Makefile.am: Fix bug 3621 (build with --as-needed)
* libsqueeze/Makefile.am: Fix bug 3530 (install header files)
* po/pt_BR,
po/ru.po: Added Brazilian-Portuguese and Russian translations
2007-04-25 Squeeze 0.2.1
* po/eu.po: Added Basque translation
* src/application.c: Message dialog is now visible on creating archives
from the commandline, instead of just extracting
* libsqueeze/macro-command.c: Fixed 'stop' of macro-command
* libsqueeze/spawn-command.c,
libsaueeze/command-builder-gnu-ter.c,
libsqueeze/internals.c: Fixed cleanup of temporary files
2007-04-15 Squeeze 0.2.0
* src/main_window,c,
src/notebook.c: Added throbber to indicate activity. (Bug #2641)
* icons/scalable/squeeze.svg,
icons/48x48/squeeze.png,
icons/16x16/squeeze.png: Added (temporary) application icons.
* libsqueeze/command-builder.c: Using a new command interface,
fix crash with compressed tar archives. (Bug #2848)
* libsqueeze/xfce_launch_command.c: Now using dbus directly instead of
libexo for opening internal files.
* libsqueeze/command-builder-rar.c: Prevent creating .rar archives when
rar isn't installed (Bug #2774).
* libsqueeze/archive-command.c: Added a better reporting of errors,
though at the moment it only gives technical details of what went wrong.
* libsqueeze/archive-iter.c: Added an extra layer to keep the internals
of libsqueeze safe of direct modification.
* po/be.po,
po/ca.po,
po/cs.po,
po/de.po,
po/el.po,
po/en_GB.po,
po/fi.po,
po/fr.po,
po/hu.po,
po/nl.po,
po/pa.po,
po/sq.po,
po/tr.po,
po/uk.po: Added and updated translations for Belarusian, Catalan,
Czech, German, Greek, English (Great Brittain), Finnish, French,
Hungarian, Dutch, Panjabi, Albanian, Turkish and Ukranian.
2007-01-29 Squeeze 0.1.0
* .: Initial Release
|