晋太元中,武陵人捕鱼为业。缘溪行,忘路之远近。忽逢桃花林,夹岸数百步,中无杂树,芳草鲜美,落英缤纷。渔人甚异之,复前行,欲穷其林。 林尽水源,便得一山,山有小口,仿佛若有光。便舍船,从口入。初极狭,才通人。复行数十步,豁然开朗。土地平旷,屋舍俨然,有良田、美池、桑竹之属。阡陌交通,鸡犬相闻。其中往来种作,男女衣着,悉如外人。黄发垂髫,并怡然自乐。 见渔人,乃大惊,问所从来。具答之。便要还家,设酒杀鸡作食。村中闻有此人,咸来问讯。自云先世避秦时乱,率妻子邑人来此绝境,不复出焉,遂与外人间隔。问今是何世,乃不知有汉,无论魏晋。此人一一为具言所闻,皆叹惋。余人各复延至其家,皆出酒食。停数日,辞去。此中人语云:“不足为外人道也。”(间隔 一作:隔绝) 既出,得其船,便扶向路,处处志之。及郡下,诣太守,说如此。太守即遣人随其往,寻向所志,遂迷,不复得路。 南阳刘子骥,高尚士也,闻之,欣然规往。未果,寻病终。后遂无问津者。
|
Server : Apache System : Linux srv.rainic.com 4.18.0-553.47.1.el8_10.x86_64 #1 SMP Wed Apr 2 05:45:37 EDT 2025 x86_64 User : rainic ( 1014) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /usr/share/doc/libgcab1/ |
Upload File : |
v1.1 ~~~~ Bugfixes: - Add git version in --version (Marc-André Lureau) - Fix list of new symbols in index page (Marc-André Lureau) - Fix unused declarations (Marc-André Lureau) - Match the former autotools build (Jan Alexander Steffens) - Specify gcab compoment in PACKAGE_BUGREPORT (Marc-André Lureau) v1.0 ==== Notes: - This fixes the security bug known as CVE-2018-5345 Translations: - Add Friulian translation (Fabio Tomat) - Updated Brazilian Portuguese translation (Rafael Fontenelle) - Updated Danish translation (Ask Hjorth Larsen, Joe Hansen) - Updated German translation (Mario Blättermann) - Updated Polish translation (Piotr Drąg) - Updated Russian translation (Stas Solovey) - Updated Slovenian translation (Matej Urbančič) - Updated Spanish translation (Daniel Mustieles) - Updated Swedish translation (Anders Jonsson) New Features: - Add a helper executable to create massive compressed archives (Richard Hughes) - Add a special binary to use just for fuzzing (Richard Hughes) - Add gcab_cabinet_get_size() (Richard Hughes) - Add gcab_file_new_with_bytes() (Richard Hughes) - Add gcab_file_set_attributes() (Richard Hughes) - Add gcab_file_set_date() (Richard Hughes) - Add gcab_folder_get_comptype() (Richard Hughes) - Add gcab_folder_get_file_by_name() (Richard Hughes) - Add some self tests to test libgcab (Richard Hughes) - Switch to the Meson buildsystem (Richard Hughes) Bugfixes: - Always check the return value when writing to the stream (Richard Hughes) - Do not crash when ncbytes is larger than the buffer size (Richard Hughes) - Do not encode timezone in generated files (Chris Lamb) - Do not return translated errors from libraries (Richard Hughes) - Explicitly enable C99 support (Philip Withnall) - Fix a few 'Dereference of null pointer' warnings (Richard Hughes) - Fix a large memory leak when parsing LZX cab files (Richard Hughes) - Fix a theoretical crash when building the table entries (Richard Hughes) - Fix buffer overrun when generating Huffman codes (Richard Hughes) - Fix dependency on generated .h file (Philip Chimento) - Fix invalid return annotation (Marc-André Lureau) - Fix the calculation of the checksum on big endian machines (Richard Hughes) - Fix -Wimplicit-fallthrough= (Marc-André Lureau) - Replace all the custom typedefd unsigned types with working versions (Richard Hughes) - Return detailed errors from gcab_cabinet_get_signature() (Richard Hughes) - Use g_autoptr() to fix countless memory leaks when parsing corrupt files (Richard Hughes) - Use g_autoptr() to fix several memory leaks on error in the library (Richard Hughes) - Use G_DECLARE_FINAL_TYPE to remove lots of C boilerplate (Richard Hughes) - Use glib-mkenum's prefixes to avoid sed (Emmanuele Bassi) v0.7 ==== - learn to rewind if needed during extraction #763377 - fix extraction of files without cdata #763376 - do not abort with a critical warning if a file has an incorrect checksum - set utf8 flag automatically #754091 - fix wrong modification date #753040 - build warning fixes - translation updates v0.6 ==== - fix for the AFL-detected crashes - add file information getters (get_attributes(), get_date(), get_size()) - gcab learned --list-details to list files with those informations - fix the file date when creating cab - build-sys fixes v0.5 ==== - fix path traversal: do not escape from output directory - add gcab_cabinet_get_signature() - translations updates - build warning fixes v0.4 ==== - add missing call to g_type_init() for older GLib - translations updates - build warning fixes v0.3 ==== - add LZX decompression, thanks to Wine project! - gcab learned the ubiquitous --version - overwrite files on extract v0.2 ==== - add support for extraction of MSZIP cabinets - add 100% gtk-doc API documentation - make check doesn't require cabextract anymore - fix a few memleaks and misc bugs v0.1 ==== This is the first release of gcab, a tool and library mainly made to create Cabinet files, using GObject/GIO API, providing GIR bindings. - creation supports plain and basic MSZIP compression - can open and list files from cabinet, no extraction - provided API/ABI stable