10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4208f commit 98f4f2eCopy full SHA for 98f4f2e
Changelog.md
@@ -1,3 +1,16 @@
1
+1.2.1
2
+=====
3
+
4
+* Add accessor to @internal_file_attributes #304
5
+* Extended globbing #303
6
+* README updates #283, #289
7
+* Cleanup after tests #298, #306
8
+* Fix permissions on new zip files #294, #300
9
+* Fix examples #297
10
+* Support cp932 encoding #308
11
+* Fix Directory traversal vulnerability #315
12
+* Allow open_buffer to work without a given block #314
13
14
1.2.0
15
=====
16
lib/zip/version.rb
@@ -1,3 +1,3 @@
module Zip
- VERSION = '1.2.0'
+ VERSION = '1.2.1'
end
0 commit comments